Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 1.6 KB

README.md

File metadata and controls

67 lines (45 loc) · 1.6 KB

ergodox-keymap

my layout for the Ergodox EZ keyboard

Layers

Default Layer

Open on keyboard-layout-editor.com

default layer

Symbols Layer

Open on keyboard-layout-editor.com

default layer

Inspired by

Build

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 

Flashing

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

License

MIT