diff options
author | Okke Formsma <okke@formsma.nl> | 2021-02-06 21:47:21 +0100 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-02-10 07:55:12 -0500 |
commit | af9d6e9b0551f735382ce6576b33e29a86329fa3 (patch) | |
tree | 17e194b3738d75e91e7138ea28f670fe489f4ced /app/src | |
parent | 2af794eed3fe03b3c3ab904bb02b3953d234adc0 (diff) |
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.
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/behaviors/behavior_hold_tap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/behaviors/behavior_hold_tap.c b/app/src/behaviors/behavior_hold_tap.c index a7185fb..ab25c3c 100644 --- a/app/src/behaviors/behavior_hold_tap.c +++ b/app/src/behaviors/behavior_hold_tap.c @@ -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; |