|
|
3 年之前 | |
|---|---|---|
| .. | ||
| keymaps | 74223c34a9 Remove legacy keycodes, part 6 (#18740) | 3 年之前 |
| config.h | ebb512db82 Debounce defines cleanup (#19742) | 3 年之前 |
| dactyl.c | 60c5bd7b5e handwired/dactyl - Refactor use of legacy i2c implementation (#14344) | 4 年之前 |
| dactyl.h | 38afc7e4cc Merge remote-tracking branch 'origin/master' into develop | 4 年之前 |
| info.json | f9aeea64c1 Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | 3 年之前 |
| matrix.c | 11d49d00e7 Remove matrix_init_quantum/matrix_scan_quantum (#19806) | 3 年之前 |
| readme.md | 5c0e87608f Remove more RESET keycode references (#18252) | 3 年之前 |
| rules.mk | f9aeea64c1 Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | 3 年之前 |
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:
QK_BOOT key, press it.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:
QK_BOOT key, press it.