summaryrefslogtreecommitdiff
path: root/doc/keymap.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/keymap.md')
-rw-r--r--doc/keymap.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/keymap.md b/doc/keymap.md
index 11feeac218..9d986a8c51 100644
--- a/doc/keymap.md
+++ b/doc/keymap.md
@@ -497,6 +497,13 @@ Number of taps can be configured with `TAPPING_TOGGLE` in `config.h`, `5` by def
+### 3.5 Momentary switching with Modifiers
+This registers modifier key(s) simultaneously with layer switching.
+
+ ACTION_LAYER_MODS(2, MOD_LSFT | MOD_LALT)
+
+
+
## 4. Tapping
Tapping is to press and release a key quickly. Tapping speed is determined with setting of `TAPPING_TERM`, which can be defined in `config.h`, 200ms by default.