|
|
5 лет назад | |
|---|---|---|
| .. | ||
| keymaps | 415d683ea7 Remove unused `action_get_macro()` usages in user files (#11165) | 5 лет назад |
| config.h | 62f304a225 Remove `DESCRIPTION`, H-J (#11616) | 5 лет назад |
| dactyl.c | f0b30e0027 Make Swap Hands use PROGMEM (#12284) | 5 лет назад |
| dactyl.h | 796c990e00 Handwired/Dactyl refactor and Configurator support (#3222) | 8 лет назад |
| i2cmaster.h | f2a0b0ee20 Handwired/Dactyl keyboard (#2058) | 8 лет назад |
| info.json | 796c990e00 Handwired/Dactyl refactor and Configurator support (#3222) | 8 лет назад |
| matrix.c | f5a38b95c1 Remove legacy print backward compatiblitly (#11805) | 5 лет назад |
| readme.md | b697e1bff3 Fix build instructions in the Dactyl readme | 8 лет назад |
| rules.mk | 3dbf08b655 Cleanup rules.mk for 32U4 keyboards, H (#7030) | 6 лет назад |
| twimaster.c | 9366ed7282 Normalise include statements in keyboard code (#11185) | 5 лет назад |
See https://github.com/adereth/dactyl-keyboard
The Dactyl uses the Teensy Loader.
Linux users need to modify udev rules as described on the Teensy
Linux page. Some distributions provide a binary, maybe called
teensy-loader-cli.
To flash the firmware:
make handwired/dactyl:<keymapname>, for example make handwired/dactyl:defaultThis will result in a hex file called handwired_dactyl_<keymapname>.hex, e.g.
handwired_dactyl_default.hex
Start the teensy loader.
Load the .hex file into it.
Put the Teensy in firmware-loading mode:
Click the button in the Teensy app to download the firmware.
To flash with ´teensy-loader-cli´:
Build the firmware as above
Run <path/to/>teensy_loader_cli -mmcu=atmega32u4 -w handwired_dactyl_<keymapname>.hex
If you like, you can do both at once: make handwired/dactyl:<keymapname>:teensy
Put the Teensy in firmware-loading mode: