diff options
| author | tmk <nobody@nowhere> | 2014-09-29 10:12:58 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2014-09-29 10:29:33 +0900 |
| commit | 821c719e98f310938e2bb3f2ad3e6a726bd8b03e (patch) | |
| tree | 0af03831bbed9d6a4155e46923406b4a3bd6b67e /doc | |
| parent | 8cec0bc9d66cb7da4770e6502e97a426908eb532 (diff) | |
| download | qmk_firmware-821c719e98f310938e2bb3f2ad3e6a726bd8b03e.tar.gz qmk_firmware-821c719e98f310938e2bb3f2ad3e6a726bd8b03e.zip | |
Add action 'Momentary switching with Modifiers'
Diffstat (limited to 'doc')
| -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 | ||
