Skip to content

waynee95/ergodox-keymap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

my layout for the Ergodox EZ keyboard

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages