summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-11-28 16:31:06 +0900
committertmk <nobody@nowhere>2013-11-28 16:31:06 +0900
commitfd9ee507a557e17b5af9fcd8892868ddf07bbb7a (patch)
tree05f1f89e90a23d3dff01052a1875be2cf3133135 /doc
parentf3132adb33fd38e8d9d49845809ad5cb89f9c9c1 (diff)
parenta6afa845b98d4fa7097c840fedbace59fef8f738 (diff)
Merge branch 'modstaptoggle' of git://github.com/simonmelhart/tmk_keyboard into simonmelhart-modstaptoggle
Conflicts: common/action_code.h
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