Smallish overhaul of Auto-Shift feature (#6067) 0.7.56
authorDrashna Jaelre <drashna@live.com>
Sun, 3 Nov 2019 17:52:01 +0000 (09:52 -0800)
committerGitHub <noreply@github.com>
Sun, 3 Nov 2019 17:52:01 +0000 (09:52 -0800)
commite9c44e396d21df990b1d08e8b4c30e288797dffe
treedb2d0ac705fb1896553ae43bbd572a99ab270b1e
parent38353688f2cf2d077a0e16b9a3f2b054fffc74c0
Smallish overhaul of Auto-Shift feature (#6067)

* 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
docs/feature_auto_shift.md
quantum/process_keycode/process_auto_shift.c
quantum/process_keycode/process_auto_shift.h