summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_ez/util/keymap_beautifier
Commit message (Collapse)AuthorAgeFilesLines
* Merge upstream master to 2022 Q4 breaking changelokher2022-12-071-139/+0
|
* Merge upstream masterlokher2022-12-061-0/+139
|\
| * Normalise Space Cadet keycodes (#18864)Ryan2022-10-271-3/+3
| |
| * Deprecate `KC_LEAD` for `QK_LEAD` (#18792)Ryan2022-10-211-2/+2
| |
| * Remove legacy keycodes, part 6 (#18740)Ryan2022-10-161-8/+8
| | | | | | | | | | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
| * Remove legacy keycodes, part 4 (#18683)Ryan2022-10-131-13/+13
| | | | | | | | | | | | | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
| * Remove legacy keycodes, part 2 (#18660)Ryan2022-10-101-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS`
* | Remove non-Keychron keyboardslokher2022-09-135-560/+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-045-0/+550
* 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