mirror of https://github.com/zmkfirmware/zmk.git
docs: Document the default flavor of layer-tap (#2937)
This commit is contained in:
parent
ad6a181d7e
commit
879cff7595
|
|
@ -53,7 +53,9 @@ Note that you can also [define a custom hold-tap](#custom-hold-tap-examples) and
|
||||||
|
|
||||||
## Layer-Tap
|
## Layer-Tap
|
||||||
|
|
||||||
The "layer-tap" behavior works identically to the mod-tap behavior, but instead of outputting one of two keys, it activates a specified layer as its "hold" action.
|
The "layer-tap" behavior works similarly to the mod-tap behavior, but instead of outputting one of two keys, it activates a specified layer as its "hold" action.
|
||||||
|
|
||||||
|
By default, layer-tap is configured with the ["tap-preferred" `flavor`](#interrupt-flavors).
|
||||||
|
|
||||||
### Behavior Binding
|
### Behavior Binding
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue