You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
sendmmsg 3975c712f0
Bug in beautifier script, compound modifiers not correctly parsed (#12595)
3 years ago
..
keymap_beautifier Bug in beautifier script, compound modifiers not correctly parsed (#12595) 3 years ago
compile_keymap.py Remove empty fn_actions[] 5 years ago
readme.md [Keyboard] add keymap beautifier for Ergodox EZ (#4393) 4 years ago

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.