summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Melhart <simon.snth@xoxy.net>2013-11-19 15:29:09 -0800
committerSimon Melhart <simon.snth@xoxy.net>2013-11-20 09:21:33 -0800
commita6afa845b98d4fa7097c840fedbace59fef8f738 (patch)
tree9c437cd6e0208afb2b681550b4e9cdac594150bc /doc
parent821578293c79c5612f9b77e447295f2947fd6c3d (diff)
Add tap toggle modifiers
Including documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/keymap.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/keymap.md b/doc/keymap.md
index 11e80a9c31..3a549de62e 100644
--- a/doc/keymap.md
+++ b/doc/keymap.md
@@ -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