aboutsummaryrefslogtreecommitdiff
path: root/doc/keymap.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/keymap.md')
-rw-r--r--doc/keymap.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/keymap.md b/doc/keymap.md
index 11e80a9c3..3a549de62 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'
526Oneshot effect is cancel unless following key is pressed down within `ONESHOT_TIMEOUT` of `config.h`. No timeout when it is `0` or not defined. 526Oneshot effect is cancel unless following key is pressed down within `ONESHOT_TIMEOUT` of `config.h`. No timeout when it is `0` or not defined.
527 527
528 528
529### 4.4 Tap Toggle Mods
530Similar 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.
531
532 ACTION_MODS_TAP_TOGGLE(MOD_LSFT)
533
534
529 535
530 536
531## 5. Legacy Keymap 537## 5. Legacy Keymap