summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_autocorrect.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-30[CI] Format code according to conventions (#25827)QMK Bot1-1/+1
2025-03-21Non-volatile memory data repository pattern (#24356)Nick Brassel1-3/+3
2024-11-23[Feature] Add keycode PDF(layer) to set the default layer in EEPROM (#24630)Joel Challis1-0/+1
2023-07-11process_keycode: remove direct `quantum.h` includes (#21486)Ryan1-0/+4
2023-07-08[Enhancement] More info on `apply_autocorrect` (#21056)Pablo Martínez1-3/+52
2023-06-04[Enhancement] Decouple autocorrect logic (#21116)Pablo Martínez1-1/+18
2023-02-19Fix functions when `NO_ACTION_TAPPING` is defined (#11528)Drashna Jaelre1-1/+5
2023-01-30Normalise Swap Hands keycodes (#19720)Ryan1-1/+1
2022-11-06Fix keycode parameter extraction to match the new DD keycodes (#18977)Sergey Vlasov1-4/+13
2022-10-28Normalise Autocorrect keycodes (#18893)Ryan1-4/+4
2022-10-24Remove some assumptions on sequential keycode ranges (#18838)Joel Challis1-2/+7
2022-09-17[Core] Add getreuer's Autocorrect feature to core (#15699)Drashna Jaelre1-0/+287