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
|
|
@ -47,7 +47,6 @@ struct behavior_hold_tap_config {
|
|||
// this data is specific for each hold-tap
|
||||
struct active_hold_tap {
|
||||
int32_t position;
|
||||
// todo: move these params into the config->behaviors->tap and
|
||||
uint32_t param_hold;
|
||||
uint32_t param_tap;
|
||||
int64_t timestamp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue