From a6afa845b98d4fa7097c840fedbace59fef8f738 Mon Sep 17 00:00:00 2001 From: Simon Melhart Date: Tue, 19 Nov 2013 15:29:09 -0800 Subject: Add tap toggle modifiers Including documentation. --- doc/keymap.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3