aboutsummaryrefslogtreecommitdiffstats
path: root/docs/feature_auto_shift.md
Commit message (Collapse)AuthorAgeFilesLines
* #define AUTO_SHIFT_SETUP (#8441)Greg Wright2020-08-291-1/+1
| | | | | | | | | * #define AUTO_SHIFT_SETUP * Clarification Changed `#ifndef` to `#ifdef` and moved enable disable outside AUTO_SHIFT_SETUP * AUTO_SHIFT_NO_SETUp
* Smallish overhaul of Auto-Shift feature (#6067)Drashna Jaelre2019-11-031-10/+10
| | | | | | | | | | | | | * 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
* Fix up info boxes.skullY2018-05-071-4/+1
|
* Fix typo in autoshift docs: statn (#2579)Andrew Macpherson2018-03-231-1/+1
|
* Rule to enable Modifiers with Auto-Shift (#2542)Jason Stillwell2018-03-161-4/+13
| | | | | | | | | | | | * Re-enable modifiers with auto-shift * Auto-shift modifiers rule * missed a line * Documentation * fixing whitespace
* Update feature_auto_shift.mdGomme_Bidule2018-02-121-1/+1
|
* Add on/off/toggle keycodes for Auto ShiftDrashna Jael're2017-12-201-0/+3
|
* Fix some of the more obvious typosfauxpark2017-12-091-2/+2
|
* Convert all headings to Title Casefauxpark2017-12-091-8/+8
|
* Correct the rules.mk documentation for auto shift.Jeremy Cowgar2017-11-061-1/+1
| | | | fixes #1965
* Fix code example in auto shift docsJeremy Cowgar2017-10-291-12/+10
|
* Fixed a few typos and spelling errors in auto shift feature documentJeremy Cowgar2017-09-181-17/+16
|
* Added Auto Shift, tap key = normal, hold key = shifted state.Jeremy Cowgar2017-09-181-0/+161