aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_auto_shift.h
Commit message (Collapse)AuthorAgeFilesLines
* Smallish overhaul of Auto-Shift feature (#6067)Drashna Jaelre2019-11-031-8/+7
| | | | | | | | | | | | | * Fix edge case when using One Shot Layer with Auto Shift, and it not triggering the cleanup * Remove junk code (no longer used) * Replace `(un)register_code` calls with `tap_code` where appropriate * Fixed up Switch check to be more readable (less verbose) * Simplified modifier check (if it comes back non-zero, there are mods) * Add additional function calls for autoshift settings * Made all variables static, since there are function calls to get their status * Fixed up documentation * Re-add special characters that were missed * formatting pass
* clang-format changesskullY2019-08-301-1/+1
|
* Add on/off/toggle keycodes for Auto ShiftDrashna Jael're2017-12-201-0/+5
|
* Added Auto Shift, tap key = normal, hold key = shifted state.Jeremy Cowgar2017-09-181-0/+28