summaryrefslogtreecommitdiff
path: root/keyboards/ergodox_ez/util/keymap_beautifier
AgeCommit message (Collapse)Author
2021-09-27Cleanup issues identified by lgtm (#14459)Zach White
* cleanup issues identified by lgtm * fix the git_status check
2021-06-24bug if macro definition and not integer is used to identify layers (#12648)sendmmsg
2021-04-16Bug in beautifier script, compound modifiers not correctly parsed (#12595)sendmmsg
2019-11-04[Keyboard] add keymap beautifier for Ergodox EZ (#4393)Tsan-Kuang Lee
* add beautifier * add example * Update keyboards/ergodox_ez/util/keymap_beautifier.py Co-Authored-By: tsankuanglee <1425438+tsankuanglee@users.noreply.github.com> * Update keyboards/ergodox_ez/util/keymap_beautifier.py Co-Authored-By: tsankuanglee <1425438+tsankuanglee@users.noreply.github.com> * works for regular layout * all planned features implemented * add justification switch * docker support * doc and starting script * clean up the container after done