diff options
Diffstat (limited to 'doc/keymap.md')
| -rw-r--r-- | doc/keymap.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/keymap.md b/doc/keymap.md index 11feeac21..9d986a8c5 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 | |||
| 497 | 497 | ||
| 498 | 498 | ||
| 499 | 499 | ||
| 500 | ### 3.5 Momentary switching with Modifiers | ||
| 501 | This registers modifier key(s) simultaneously with layer switching. | ||
| 502 | |||
| 503 | ACTION_LAYER_MODS(2, MOD_LSFT | MOD_LALT) | ||
| 504 | |||
| 505 | |||
| 506 | |||
| 500 | ## 4. Tapping | 507 | ## 4. Tapping |
| 501 | 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. | 508 | 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. |
| 502 | 509 | ||
