dotfiles

ref: 650f5750aa1f11b87d509faa2f7110dbfe4c013c

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