summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_auto_shift.c
Commit message (Expand)AuthorAgeFilesLines
* Fix functions with empty params (#19647)Ryan2023-01-201-2/+2
* [Test] Reset timer for every unit test and provide timestamps for log message...Stefan Kerkmann2022-12-151-1/+1
* Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of HOLD_ON_OTHER_KEY_PRESS_...precondition2022-12-131-26/+15
* Normalise Auto Shift keycodes (#18892)Ryan2022-10-281-6/+6
* Use get_u16_str instead of snprintf in autoshift_timer_report (#18606)precondition2022-10-051-6/+6
* Fix Caps Word capitalization when used with Combos + Auto Shift. (#17549)Pascal Getreuer2022-08-131-1/+6
* Feature-ify Send String (#17275)Ryan2022-07-021-0/+2
* Add GET_TAPPING_TERM macro to reduce duplicate code (#16681)Jouke Witteveen2022-04-161-6/+1
* Format code according to conventions (#16322)QMK Bot2022-02-121-9/+27
* Add Retro Shift (Auto Shift for Tap Hold via Retro Tapping) and Custom Auto S...Isaac Elenbaas2021-11-251-93/+326
* Format code according to conventions (#15195)QMK Bot2021-11-171-5/+5
* Basic keycode overhaul (#14726)Ryan2021-11-031-8/+8
* define to AUTO_SHIFT_DISABLED_AT_STARTUP (#14201)Woody2021-11-021-1/+7
* 2021 May 29 Breaking Changes Update (#13034)James Young2021-05-291-7/+13
* Fix issues when manually shifting characters and Auto Shift (#12083)Drashna Jaelre2021-03-251-1/+1
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-281-50/+149
* format code according to conventions [skip ci]QMK Bot2020-08-291-18/+17
* #define AUTO_SHIFT_SETUP (#8441)Greg Wright2020-08-291-33/+37
* Smallish overhaul of Auto-Shift feature (#6067)Drashna Jaelre2019-11-031-87/+27
* clang-format changesskullY2019-08-301-153/+143
* Add non-US Hash and Backslash to AutoShift handlingDrashna Jaelre2018-10-061-0/+2
* add grave to auto-shift.Jason Stillwell2018-03-261-0/+1
* Rule to enable Modifiers with Auto-Shift (#2542)Jason Stillwell2018-03-161-0/+4
* Add on/off/toggle keycodes for Auto ShiftDrashna Jael're2017-12-201-10/+33
* Add toggle option to AutoShiftU-LANDSRAAD\drashna2017-12-201-0/+13
* KC_TILD should not have been listed as an auto shift keyJeremy Cowgar2017-09-181-1/+0
* Added Auto Shift, tap key = normal, hold key = shifted state.Jeremy Cowgar2017-09-181-0/+168