~ruther/qmk_firmware

ref: 59eb8940b028bfa2a215231719b8eeca57701ed1 qmk_firmware/docs d---------
5233c69b — Nick Brassel 2 years ago
Remove thermal printer. (#18959)

4d33f356 — Nick Brassel 2 years ago
Macro keycode name refactoring (#18958)

Normalise Dynamic Macro keycodes (#18939)

* `DYN_REC_START1` -> `QK_DYNAMIC_MACRO_RECORD_START_1`

* `DYN_REC_START2` -> `QK_DYNAMIC_MACRO_RECORD_START_2`

* `DYN_MACRO_PLAY1` -> `QK_DYNAMIC_MACRO_PLAY_1`

* `DYN_MACRO_PLAY2` -> `QK_DYNAMIC_MACRO_PLAY_2`

* `DYN_REC_STOP` -> `QK_DYNAMIC_MACRO_RECORD_STOP`

* Update docs
Normalise Unicode keycodes (#18898)

* `UC_MOD`/`UC_RMOD` -> `UC_NEXT`/`UC_PREV`

* `UNICODE_MODE_*` -> `QK_UNICODE_MODE_*`

* `UC_MAC` -> `UNICODE_MODE_MACOS`

* `UC_LNX` -> `UNICODE_MODE_LINUX`

* `UC_WIN` -> `UNICODE_MODE_WINDOWS`

* `UC_BSD` -> `UNICODE_MODE_BSD`

* `UC_WINC` -> `UNICODE_MODE_WINCOMPOSE`

* `UC_EMACS` -> `UNICODE_MODE_EMACS`

* `UC__COUNT` -> `UNICODE_MODE_COUNT`

* `UC_M_MA` -> `UC_MAC`

* `UC_M_LN` -> `UC_LINX`

* `UC_M_WI` -> `UC_WIN`

* `UC_M_BS` -> `UC_BSD`

* `UC_M_WC` -> `UC_WINC`

* `UC_M_EM` -> `UC_EMAC`

* Docs

* Update quantum/unicode/unicode.h
9d717c85 — fauxpark 2 years ago
Merge remote-tracking branch 'upstream/master' into develop
Normalise Auto Shift keycodes (#18892)

* Normalise Auto Shift keycodes

* Add keycode table to main list

* Add old keycodes to legacy header
Normalise Autocorrect keycodes (#18893)

6514c25c — weimao 2 years ago
Docs: fix a typo (#18896)

Remove rgblight_list.h (#18878)

* Remove rgblight_list defines with no usage

* Remove rgblight_setrgb_*[_at] defines

* Remove rgblight_sethsv_* defines

* Remove rgblight_sethsv_noeeprom_* defines

* Delete rgblight_list.h and remove all references
19145704 — Stefan Kerkmann 2 years ago
[Core] Adjust PWM hardware audio driver for RP2040 (#17723)

Normalise Combo keycodes (#18877)

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)

Next