aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/tests
diff options
context:
space:
mode:
authorhonorless <[email protected]>2024-01-08 21:29:11 -0500
committerPete Johanson <[email protected]>2024-03-18 10:15:50 -0700
commit6f2e19ff88efcd4ca9da2da4996d10f24d30b333 (patch)
treefc77d73aea4197bbbfd566349c904a69264a1516 /app/tests
parent3a3897968461141bcf6cf2fadef039ea9ecbd727 (diff)
downloadzmk-6f2e19ff88efcd4ca9da2da4996d10f24d30b333.tar.gz
zmk-6f2e19ff88efcd4ca9da2da4996d10f24d30b333.zip
refactor: replace quick_tap_ms with quick-tap-ms
* The underscore form of this property is deprecated.
Diffstat (limited to 'app/tests')
-rw-r--r--app/tests/tap-dance/behavior_keymap.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/tests/tap-dance/behavior_keymap.dtsi b/app/tests/tap-dance/behavior_keymap.dtsi
index 66ffdf2e0c..e45aba4001 100644
--- a/app/tests/tap-dance/behavior_keymap.dtsi
+++ b/app/tests/tap-dance/behavior_keymap.dtsi
@@ -8,7 +8,7 @@
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
tapping-term-ms = <200>;
- quick_tap_ms = <0>;
+ quick-tap-ms = <0>;
flavor = "tap-preferred";
bindings = <&kp>, <&kp>;
};