README.md (815B)
1 # vdemeester's ergodox layout 2 3 This is an unconventional layour for the [ErgoDox EZ][ez], based on 4 the bepo one from [jackhumbert/qmk_firmware][qmk_firmware]. 5 6 ## Building 7 8 This layout is maintained in its own repository. To build it, you will 9 need the [QMK][qmk_firmware] firmware checked out, and this repository 10 checked out to something like `keyboards/ergodox_ez/keymaps/sbr`. 11 12 ```bash 13 $ git clone https://github.com/jackhumbert/qmk_firmware.git 14 $ cd qmk_firmware 15 $ git clone https://github.com/vdemeester/ergodox.git \ 16 keyboards/ergodox-ez/keymaps/sbr 17 $ make ergodox-ez:sbr 18 ``` 19 20 Then you can load it into the [Ergodox EZ][ez]. 21 22 ```bash 23 $ sudo teensy-loader-cli -mmcu=atmega32u4 -w ergodox_ez_sbr.hex -v 24 ``` 25 26 [qmk_firmware]: https://github.com/jackhumbert/qmk_firmware 27 [ez]: https://ergodox-ez.com/