ref: 57accdce66f2e6f1c6ed26c42b57cdefdec2ed24
ergodox/README.md
1 2 3 4 5 6 7 8 9 10 11 12 |
Place `keymap.c` file into: qmk_firmware/layouts/community/ergodox/dvorak/ And compile with: $ cd qmk_firmware $ make ergodox_ez:dvorak This results in the `ergodox_ez_dvorak.hex` file. Flash this to your keyboard. $ teensy_loader_cli -mmcu=atmega32u4 -w ergodox_ez_dvorak.hex |