summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_autocorrect.c
Commit message (Collapse)AuthorAgeFilesLines
* process_keycode: remove direct `quantum.h` includes (#21486)Ryan2023-07-111-0/+4
|
* [Enhancement] More info on `apply_autocorrect` (#21056)Pablo Martínez2023-07-081-3/+52
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Enhancement] Decouple autocorrect logic (#21116)Pablo Martínez2023-06-041-1/+18
|
* Fix functions when `NO_ACTION_TAPPING` is defined (#11528)Drashna Jaelre2023-02-191-1/+5
|
* Normalise Swap Hands keycodes (#19720)Ryan2023-01-301-1/+1
|
* Fix keycode parameter extraction to match the new DD keycodes (#18977)Sergey Vlasov2022-11-061-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add macros to extract parameters from keycode values Implement both encoding and decoding for keycodes like TO(layer) or LM(layer, mod) in one place, so that the decoding won't get out of sync with the encoding. While at it, fix some macros for creating keycode values that did not apply the appropriate masks to parameters (and therefore could allow the result to be out of range if a wrong parameter was passed). * keymap_common: Use extraction macros for keycodes * pointing_device_auto_mouse: Use extraction macros for keycodes Fixes #18970. * process_autocorrect: Use extraction macros for keycodes * process_caps_word: Use extraction macros for keycodes (Also fix a minor bug - SH_TG was not handled properly) * process_leader: Use extraction macros for keycodes (Technically the code is not 100% correct, because it always assumes that the LT() or MT() action was a tap, but it's a separate issue that already existed before the keycode changes.) * process_unicode: Use extraction macros for keycodes * process_unicodemap: Use extraction macros for keycodes
* Normalise Autocorrect keycodes (#18893)Ryan2022-10-281-4/+4
|
* Remove some assumptions on sequential keycode ranges (#18838)Joel Challis2022-10-241-2/+7
|
* [Core] Add getreuer's Autocorrect feature to core (#15699)Drashna Jaelre2022-09-171-0/+287
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>