|
|
5 years ago | |
|---|---|---|
| .. | ||
| keymaps | b354ce94fe enable mouse keys in handwired/dactyl keymaps that use them (#12586) | 5 years ago |
| config.h | 41c50bb653 Change keyboard level include guards to `pragma once` (#14248) | 5 years ago |
| dactyl.c | 1646c0f26c 2021 May 29 Breaking Changes Update (#13034) | 5 years ago |
| dactyl.h | 337be283ca Merge remote-tracking branch 'origin/master' into develop | 5 years ago |
| i2cmaster.h | f2a0b0ee20 Handwired/Dactyl keyboard (#2058) | 8 years ago |
| info.json | 796c990e00 Handwired/Dactyl refactor and Configurator support (#3222) | 8 years ago |
| matrix.c | e443fa2892 Fix wait_us overflow in matrix for dactyl based boards (#14039) | 5 years ago |
| readme.md | b697e1bff3 Fix build instructions in the Dactyl readme | 8 years ago |
| rules.mk | 4b453dca92 Remove MIDI Configuration boilerplate (#11151) | 5 years ago |
| twimaster.c | 9366ed7282 Normalise include statements in keyboard code (#11185) | 5 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:
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: