summaryrefslogtreecommitdiffstats
path: root/quantum/quantum_keycodes_legacy.h
Commit message (Collapse)AuthorAgeFilesLines
* Normalise Combo keycodes (#18877)Ryan2022-10-271-0/+4
|
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-271-0/+8
|
* Deprecate `SECURE_*` keycodes for `QK_SECURE_*` (#18847)Joel Challis2022-10-251-0/+5
| | | | | | | | | | | | | * Deprecate SECURE_* keycodes for QK_SECURE_* * Update keycode process * Update process_secure.c * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Deprecate `ONESHOT_*` keycodes for `QK_ONE_SHOT_*` (#18844)Ryan2022-10-251-0/+4
| | | | | * Deprecate `ONESHOT_*` keycodes for `QK_ONE_SHOT_*` * Docs
* Deprecate `KEY_OVERRIDE_*` keycodes for `KO_*` (#18843)Ryan2022-10-251-0/+4
|
* Deprecate `CAPS_WORD`/`CAPSWRD` for `CW_TOGG` (#18834)Ryan2022-10-241-0/+2
|
* Normalise Joystick and Programmable Button keycodes (#18832)Ryan2022-10-241-0/+66
|
* Deprecate `VLK_TOG` for `VK_TOGG` (#18807)Ryan2022-10-221-0/+2
|
* Deprecate `KC_LOCK` for `QK_LOCK` (#18796)Ryan2022-10-211-1/+1
|
* Deprecate `KC_LEAD` for `QK_LEAD` (#18792)Ryan2022-10-211-0/+2
|
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-201-4/+0
|
* Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-201-2/+0
| | | | | | | | | | | * `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core
* Remove legacy Debug keycode (#18769)Ryan2022-10-191-1/+0
| | | | | | | | | | | * `DEBUG` -> `DB_TOGG`, default-ish keymaps * `DEBUG` -> `DB_TOGG`, user keymaps * `DEBUG` -> `DB_TOGG`, community layouts * `DEBUG` -> `DB_TOGG`, userspace * `DEBUG` -> `DB_TOGG`, docs & core
* Remove deprecated RESET keycode alias (#18271)Joel Challis2022-09-141-2/+2
|
* Removes terminal from QMK. (#17258)Nick Brassel2022-05-301-0/+3
|
* Rename some Quantum keycodes (#15968)Ryan2022-01-221-0/+13
* Rename some Quantum keycodes * Tweak EEPROM clear and debug keycode short aliases