~ruther/qmk_firmware

ref: c146563f4b12d8ef1446318a65c61dac1b197b23 qmk_firmware/docs d---------
Normalise Space Cadet keycodes (#18864)

2a61bfc2 — Selene ToyKeeper 2 years ago
add "inertia" mode for mouse keys (#18774)

Co-authored-by: Selene ToyKeeper <git@toykeeper.net>
ec2414c0 — Joel Challis 2 years ago
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)

eeb3f9c0 — Drashna Jael're 2 years ago
Merge remote-tracking branch 'origin/master' into develop
e863c431 — Selene ToyKeeper 2 years ago
added BS_TOGG so BS_SWAP and BS_NORM can be on a single key (#18837)

Co-authored-by: Selene ToyKeeper <git@toykeeper.net>
67fd4e6b — Joel Challis 2 years ago
[DOCS] Use correct OSM arguments (#18835)

Deprecate `CAPS_WORD`/`CAPSWRD` for `CW_TOGG` (#18834)

40aa9c87 — Peter Hindes 2 years ago
spelling fix (#18831)

Normalise Joystick and Programmable Button keycodes (#18832)

Deprecate `VLK_TOG` for `VK_TOGG` (#18807)

71480001 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
fc394dfd — Eddie Nuno 2 years ago
[Docs] Fix link to keyboard layout editor (#18801)

Deprecate `KC_LOCK` for `QK_LOCK` (#18796)

Deprecate `KC_LEAD` for `QK_LEAD` (#18792)

00a47742 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
dbce41cb — Markus Fritsche 2 years ago
[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
Next