Normalise Space Cadet keycodes (#18864)
add "inertia" mode for mouse keys (#18774)
Co-authored-by: Selene ToyKeeper <git@toykeeper.net>
Deprecate `SECURE_*` keycodes for `QK_SECURE_*` (#18847)
* 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)
* Deprecate `ONESHOT_*` keycodes for `QK_ONE_SHOT_*`
* Docs
Deprecate `KEY_OVERRIDE_*` keycodes for `KO_*` (#18843)
Merge remote-tracking branch 'origin/master' into develop
added BS_TOGG so BS_SWAP and BS_NORM can be on a single key (#18837)
Co-authored-by: Selene ToyKeeper <git@toykeeper.net>
[DOCS] Use correct OSM arguments (#18835)
Deprecate `CAPS_WORD`/`CAPSWRD` for `CW_TOGG` (#18834)
Normalise Joystick and Programmable Button keycodes (#18832)
Deprecate `VLK_TOG` for `VK_TOGG` (#18807)
Merge remote-tracking branch 'origin/master' into develop
[Docs] Fix link to keyboard layout editor (#18801)
Deprecate `KC_LOCK` for `QK_LOCK` (#18796)
Deprecate `KC_LEAD` for `QK_LEAD` (#18792)
Merge remote-tracking branch 'origin/master' into develop
[Docs] Update platformdev_blackpill_f411.md (#18666)
Co-authored-by: Ryan <fauxpark@gmail.com>
Remove legacy EEPROM clear keycodes (#18782)
* `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)
* `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