summaryrefslogtreecommitdiff
path: root/app/tests/hold-tap
diff options
context:
space:
mode:
Diffstat (limited to 'app/tests/hold-tap')
-rw-r--r--app/tests/hold-tap/balanced/behavior_keymap.dtsi4
-rw-r--r--app/tests/hold-tap/balanced/many-nested/native_posix.keymap2
-rw-r--r--app/tests/hold-tap/hold-preferred/behavior_keymap.dtsi4
-rw-r--r--app/tests/hold-tap/tap-preferred/behavior_keymap.dtsi4
4 files changed, 7 insertions, 7 deletions
diff --git a/app/tests/hold-tap/balanced/behavior_keymap.dtsi b/app/tests/hold-tap/balanced/behavior_keymap.dtsi
index 972b606..d62be88 100644
--- a/app/tests/hold-tap/balanced/behavior_keymap.dtsi
+++ b/app/tests/hold-tap/balanced/behavior_keymap.dtsi
@@ -9,8 +9,8 @@
label = "HOLD_TAP_BALANCED";
#binding-cells = <2>;
flavor = "balanced";
- tapping_term_ms = <300>;
- quick_tap_ms = <200>;
+ tapping-term-ms = <300>;
+ quick-tap-ms = <200>;
bindings = <&kp>, <&kp>;
};
};
diff --git a/app/tests/hold-tap/balanced/many-nested/native_posix.keymap b/app/tests/hold-tap/balanced/many-nested/native_posix.keymap
index 7941e4d..2698f05 100644
--- a/app/tests/hold-tap/balanced/many-nested/native_posix.keymap
+++ b/app/tests/hold-tap/balanced/many-nested/native_posix.keymap
@@ -9,7 +9,7 @@
label = "HOLD_TAP_BALANCED";
#binding-cells = <2>;
flavor = "balanced";
- tapping_term_ms = <300>;
+ tapping-term-ms = <300>;
bindings = <&kp>, <&kp>;
};
};
diff --git a/app/tests/hold-tap/hold-preferred/behavior_keymap.dtsi b/app/tests/hold-tap/hold-preferred/behavior_keymap.dtsi
index 2b35f89..41c84e1 100644
--- a/app/tests/hold-tap/hold-preferred/behavior_keymap.dtsi
+++ b/app/tests/hold-tap/hold-preferred/behavior_keymap.dtsi
@@ -11,8 +11,8 @@
label = "hold_hold_tap";
#binding-cells = <2>;
flavor = "hold-preferred";
- tapping_term_ms = <300>;
- quick_tap_ms = <200>;
+ tapping-term-ms = <300>;
+ quick-tap-ms = <200>;
bindings = <&kp>, <&kp>;
};
};
diff --git a/app/tests/hold-tap/tap-preferred/behavior_keymap.dtsi b/app/tests/hold-tap/tap-preferred/behavior_keymap.dtsi
index 80d6b0a..cdeb959 100644
--- a/app/tests/hold-tap/tap-preferred/behavior_keymap.dtsi
+++ b/app/tests/hold-tap/tap-preferred/behavior_keymap.dtsi
@@ -9,8 +9,8 @@
label = "MOD_TAP";
#binding-cells = <2>;
flavor = "tap-preferred";
- tapping_term_ms = <300>;
- quick_tap_ms = <200>;
+ tapping-term-ms = <300>;
+ quick-tap-ms = <200>;
bindings = <&kp>, <&kp>;
};
};