qmk_firmware/keyboards/ergodox_ez/util
Ryan 5629ba1807
Remove legacy keycodes, part 4 (#18683)
* `KC_PGDOWN` -> `KC_PGDN`

* `KC_PSCREEN` -> `KC_PSCR`

* `KC_SCOLON` -> `KC_SCLN`

* `KC_BSLASH` -> `KC_BSLS`

* `KC_BSPACE` -> `KC_BSPC`
2022-10-13 18:28:14 +01:00
..
keymap_beautifier Remove legacy keycodes, part 4 (#18683) 2022-10-13 18:28:14 +01:00
compile_keymap.py Make default layer size 16-bit (#15286) 2022-06-19 07:37:51 +10:00
readme.md [Keyboard] add keymap beautifier for Ergodox EZ (#4393) 2019-11-04 23:14:15 -08:00

readme.md

ErgoDox EZ Utilities

compile_keymap.py

The Python script in this directory, by mbarkhau allows you to write out a basic ErgoDox EZ keymap using Markdown notation, and then transpile it to C, which you can then compile. It's experimental, but if you're not comfortable using C, it's a nice option.

keymap_beautifier.py

This Python 3 script, by Tsan-Kuang Lee takes the keymap.c downloaded from ErgoDox EZ Configurator and beautifies it for easier customization, allowing one to quickly draft a layout to build upon.

See README.md for this utility for more details.