/ergodox-layout

My Ergodox EZ layout

Primary LanguageC

Ergodox EZ layout

My Ergodox EZ layout. It's the nth iteration of the layout that I've been using for the duration of my usage of the ergodox. I've also meddled with having the modifiers on the home row as long press keys, but it turns out that it was impossible to find a timeout that would actually work for all key combinations, and especially all days (weirdly enough).

At this point, based off of the graphical configuration at https://configure.ergodox-ez.com/layouts/yVmr/latest/0 to back it up here. Also to be able to add more features (like the keylogger) that just isn't possible to do with the graphical configurator.

Building

$ git clone https://github.com/jackhumbert/qmk_firmware.git
$ cd qmk_firmware
$ git clone https://github.com/callebjorkell/ergodox-layout.git keyboards/ergodox_ez/keymaps/callebjorkell
$ ./util/docker_build.sh ergodox_ez:callebjorkell

Or altenatively (the hard way), set up the QMK environment following the documentation at https://docs.qmk.fm/#/newbs_getting_started, and then build with make:

$ git clone https://github.com/jackhumbert/qmk_firmware.git
$ cd qmk_firmware
$ git clone https://github.com/callebjorkell/ergodox-layout.git keyboards/ergodox_ez/keymaps/callebjorkell
$ make ergodox_ez:callebjorkell

Then install with teensy loader, same as for the files generated by the graphical configurator.