summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_auto_shift.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-25Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test ...Isaac Elenbaas1-12/+17
2023-07-11process_keycode: remove direct `quantum.h` includes (#21486)Ryan1-85/+84
2023-07-07Adds a way to separate tab from AUTO_SHIFT_SPECIAL. (#20996)Chris Salch1-1/+9
2023-04-03Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition1-10/+4
2023-01-20Fix functions with empty params (#19647)Ryan1-2/+2
2022-12-15[Test] Reset timer for every unit test and provide timestamps for log message...Stefan Kerkmann1-1/+1
2022-12-13Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of HOLD_ON_OTHER_KEY_PRESS_...precondition1-26/+15
2022-10-28Normalise Auto Shift keycodes (#18892)Ryan1-6/+6
2022-10-05Use get_u16_str instead of snprintf in autoshift_timer_report (#18606)precondition1-6/+6
2022-08-13Fix Caps Word capitalization when used with Combos + Auto Shift. (#17549)Pascal Getreuer1-1/+6
2022-07-02Feature-ify Send String (#17275)Ryan1-0/+2
2022-04-16Add GET_TAPPING_TERM macro to reduce duplicate code (#16681)Jouke Witteveen1-6/+1
2022-02-12Format code according to conventions (#16322)QMK Bot1-9/+27
2021-11-25Add Retro Shift (Auto Shift for Tap Hold via Retro Tapping) and Custom Auto S...Isaac Elenbaas1-93/+326
2021-11-17Format code according to conventions (#15195)QMK Bot1-5/+5
2021-11-03Basic keycode overhaul (#14726)Ryan1-8/+8
2021-11-02define to AUTO_SHIFT_DISABLED_AT_STARTUP (#14201)Woody1-1/+7
2021-05-292021 May 29 Breaking Changes Update (#13034)James Young1-7/+13
2021-03-25Fix issues when manually shifting characters and Auto Shift (#12083)Drashna Jaelre1-1/+1
2020-11-282020 November 28 Breaking Changes Update (#11053)James Young1-50/+149
2020-08-29format code according to conventions [skip ci]QMK Bot1-18/+17
2020-08-29#define AUTO_SHIFT_SETUP (#8441)Greg Wright1-33/+37
2019-11-03Smallish overhaul of Auto-Shift feature (#6067)Drashna Jaelre1-87/+27
2019-08-30clang-format changesskullY1-153/+143
2018-10-06Add non-US Hash and Backslash to AutoShift handlingDrashna Jaelre1-0/+2
2018-03-26add grave to auto-shift.Jason Stillwell1-0/+1
2018-03-16Rule to enable Modifiers with Auto-Shift (#2542)Jason Stillwell1-0/+4
2017-12-20Add on/off/toggle keycodes for Auto ShiftDrashna Jael're1-10/+33
2017-12-20Add toggle option to AutoShiftU-LANDSRAAD\drashna1-0/+13
2017-09-18KC_TILD should not have been listed as an auto shift keyJeremy Cowgar1-1/+0
2017-09-18Added Auto Shift, tap key = normal, hold key = shifted state.Jeremy Cowgar1-0/+168