1
0
Fork 0

Add tap toggle modifiers

Including documentation.
This commit is contained in:
Simon Melhart 2013-11-19 15:29:09 -08:00
parent 821578293c
commit a6afa845b9
3 changed files with 20 additions and 0 deletions

View file

@ -526,6 +526,12 @@ Say you want to type 'The', you have to push and hold Shift key before type 't'
Oneshot effect is cancel unless following key is pressed down within `ONESHOT_TIMEOUT` of `config.h`. No timeout when it is `0` or not defined.
### 4.4 Tap Toggle Mods
Similar to layer tap toggle, this works as a momentary modifier when holding, but toggles on with several taps. A single tap will 'unstick' the modifier again.
ACTION_MODS_TAP_TOGGLE(MOD_LSFT)
## 5. Legacy Keymap