Joel Challis db4d8823d6 Migrate ROW_SHIFTER to core MATRIX_ROW_SHIFTER (#25977) 5 months ago
..
keymaps 6b38dc17cd Remove deprecated `RGB_` and Mouse keycodes (#25444) 1 year 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 960c4969a5 Remove empty `url` fields (#25181) 1 year ago
matrix.c db4d8823d6 Migrate ROW_SHIFTER to core MATRIX_ROW_SHIFTER (#25977) 5 months ago
readme.md 9c2ca00074 QMK CLI Environment bootstrapper (#25038) 8 months ago
rules.mk 3c9dd36809 Data-Driven Keyboard Conversions: H, Part 2 (#23525) 2 years ago

readme.md

Dactyl

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:

  • Build the firmware with make handwired/dactyl:<keymapname>, for example make handwired/dactyl:default
  • This 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:

    • If your current layout has a QK_BOOT key, press it.
    • If you lack a RESET key, press the reset button on the Teensy board itself.
  • 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:

    • If your current layout has a QK_BOOT key, press it.
    • If you lack a RESET key, press the reset button on the Teensy board itself.