style(hold-tap)!: Write hold-tap params with dashes
tapping_term_ms -> tapping-term-ms quick_tap_ms -> quick-tap-ms The old style works, although it's deprecated.
This commit is contained in:
parent
2af794eed3
commit
af9d6e9b05
12 changed files with 25 additions and 22 deletions
|
|
@ -34,7 +34,7 @@ You can configure a different tapping term in your keymap:
|
|||
|
||||
```
|
||||
&mt {
|
||||
tapping_term_ms = <400>;
|
||||
tapping-term-ms = <400>;
|
||||
};
|
||||
|
||||
/ {
|
||||
|
|
@ -46,4 +46,4 @@ You can configure a different tapping term in your keymap:
|
|||
|
||||
### Additional information
|
||||
|
||||
The mod-tap is a [hold-tap](./hold-tap.md) under the hood with the "balanced" flavor and tapping_term_ms 200.
|
||||
The mod-tap is a [hold-tap](./hold-tap.md) under the hood with the "balanced" flavor and tapping-term-ms 200.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue