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) |
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 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. |