|
|
2 years ago | |
|---|---|---|
| .. | ||
| keymaps | d5e0562a70 Rename layouts containing keyboard name (#23930) | 2 years ago |
| config.h | 8093b13365 Move `TAPPING_TOGGLE` to data driven (#21360) | 3 years ago |
| dactyl.c | 60c5bd7b5e handwired/dactyl - Refactor use of legacy i2c implementation (#14344) | 4 years ago |
| dactyl.h | f111bea3cd Move miscellaneous layouts to data driven (#20516) | 3 years ago |
| keyboard.json | d5e0562a70 Rename layouts containing keyboard name (#23930) | 2 years ago |
| matrix.c | a522b1f156 i2c: rename read/write register functions (#22905) | 2 years ago |
| readme.md | 5c0e87608f Remove more RESET keycode references (#18252) | 3 years ago |
| rules.mk | 3c9dd36809 Data-Driven Keyboard Conversions: H, Part 2 (#23525) | 2 years ago |
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.