my layout for the Ergodox EZ keyboard
Open on keyboard-layout-editor.com
Open on keyboard-layout-editor.com
- https://github.com/naps62/ergodox-layout/
- https://github.com/ianlewis/ergodox_keymap/
- https://implementsblog.com/2016/10/16/my-ergodox-ezs-custom-layout/
- http://www.dialectical-computing.de/blog/blog/2017/01/29/a-better-coder-layout-for-the-ergodox-ez-keyboard/
To build the keymap you need to first download the qmk_firmware and create a link to this repository.
$ git clone https://github.com/jackhumbert/qmk_firmware.git
$ cd qmk_firmware
$ ./util/qmk_install.sh
$ ln -s /path/to/ergodox-keymap keyboards/ergodox_ez/keymaps/waynee95
Then you can build the keymap hex file.
$ make ergodox_ez:waynee95
Make sure you have the teensy_loader_cli installed. Then you can flash to the Ergodox EZ. Run this command and hit the reset button on the Ergodox EZ.
$ teensy_loader_cli -mmcu=atmega32u4 -w -v ergodox_ez_waynee95.hex
If you have the teensy_loader_cli installed, you can also build and flash the keymap in one step.
$ ./bin/qmk flash -kb ergodox_ez -kb waynee95