]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - doc/keymap.md
Add tap toggle modifiers
[max/tmk_keyboard.git] / doc / keymap.md
index 11e80a9c319b8935520a61f9ac14ac3ca729f587..3a549de62e199757859557c96edc039e469441c0 100644 (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