summaryrefslogtreecommitdiff
path: root/app/boards/shields/tg4x/tg4x.keymap
diff options
context:
space:
mode:
authorOkke Formsma <okke@formsma.nl>2021-02-06 21:47:21 +0100
committerPete Johanson <peter@peterjohanson.com>2021-02-10 07:55:12 -0500
commitaf9d6e9b0551f735382ce6576b33e29a86329fa3 (patch)
tree17e194b3738d75e91e7138ea28f670fe489f4ced /app/boards/shields/tg4x/tg4x.keymap
parent2af794eed3fe03b3c3ab904bb02b3953d234adc0 (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/boards/shields/tg4x/tg4x.keymap')
-rw-r--r--app/boards/shields/tg4x/tg4x.keymap2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/boards/shields/tg4x/tg4x.keymap b/app/boards/shields/tg4x/tg4x.keymap
index d5e2009..84ca327 100644
--- a/app/boards/shields/tg4x/tg4x.keymap
+++ b/app/boards/shields/tg4x/tg4x.keymap
@@ -14,7 +14,7 @@
compatible = "zmk,behavior-hold-tap";
label = "Hold Tap";
#binding-cells = <2>;
- tapping_term_ms = <200>;
+ tapping-term-ms = <200>;
flavor = "tap-preferred";
bindings = <&kp>, <&kp>;
};