mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
docs: Fix hold-trigger-on-release description (#3065)
This commit is contained in:
committed by
GitHub
parent
8d06a9b713
commit
d5ba120d79
@@ -415,7 +415,7 @@ the hold-tap. For home-row mods, this is not always ideal, because it prevents c
|
|||||||
</details>
|
</details>
|
||||||
#### `hold-trigger-on-release`
|
#### `hold-trigger-on-release`
|
||||||
|
|
||||||
If set, instead of the keys listed in `hold-trigger-key-positions` producing a tap when _pressed_ before `tapping-term-ms` expires, they instead produce a tap when _released_ before `tapping-term-ms` expires.
|
If set, instead of the keys **not** listed in `hold-trigger-key-positions` producing a tap when _pressed_ before `tapping-term-ms` expires, they instead produce a tap when _released_ before `tapping-term-ms` expires.
|
||||||
|
|
||||||
```dts
|
```dts
|
||||||
&mt {
|
&mt {
|
||||||
|
|||||||
Reference in New Issue
Block a user