diff options
author | tmk <nobody@nowhere> | 2014-11-18 04:10:48 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2014-11-18 04:10:48 +0900 |
commit | 196164146363d5f3bfb97435f3ac6dfa13c8da72 (patch) | |
tree | f8e8f4c855971ef93b909c8288a6e94916a98bb9 /doc | |
parent | a58b9ddbd5b725fc603e0b796638a488cdb31b46 (diff) | |
parent | 821c719e98f310938e2bb3f2ad3e6a726bd8b03e (diff) |
Merge branch 'action_fix'
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. |