Add action 'Momentary switching with Modifiers'
This commit is contained in:
parent
8cec0bc9d6
commit
821c719e98
3 changed files with 19 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue