forked from kofal.net/zmk
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:
committed by
Pete Johanson
parent
2af794eed3
commit
af9d6e9b05
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user