summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_ez/util/keymap_beautifier/KeymapBeautifier.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove non-Keychron keyboardslokher2022-09-131-409/+0
|
* Cleanup issues identified by lgtm (#14459)Zach White2021-09-271-1/+0
| | | | | * cleanup issues identified by lgtm * fix the git_status check
* bug if macro definition and not integer is used to identify layers (#12648)sendmmsg2021-06-241-1/+10
|
* Bug in beautifier script, compound modifiers not correctly parsed (#12595)sendmmsg2021-04-161-0/+2
|
* [Keyboard] add keymap beautifier for Ergodox EZ (#4393)Tsan-Kuang Lee2019-11-041-0/+399
* 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