|
|
2 年 前 | |
|---|---|---|
| .. | ||
| keymaps | 74223c34a9 Remove legacy keycodes, part 6 (#18740) | 3 年 前 |
| config.h | 8093b13365 Move `TAPPING_TOGGLE` to data driven (#21360) | 3 年 前 |
| dactyl.c | 60c5bd7b5e handwired/dactyl - Refactor use of legacy i2c implementation (#14344) | 5 年 前 |
| dactyl.h | f111bea3cd Move miscellaneous layouts to data driven (#20516) | 3 年 前 |
| info.json | 8093b13365 Move `TAPPING_TOGGLE` to data driven (#21360) | 3 年 前 |
| matrix.c | 11d49d00e7 Remove matrix_init_quantum/matrix_scan_quantum (#19806) | 3 年 前 |
| readme.md | 5c0e87608f Remove more RESET keycode references (#18252) | 4 年 前 |
| rules.mk | c157c19b81 Dedupe I2C, SPI, UART driver inclusions (#22253) | 2 年 前 |
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.