diff --git a/app/tests/hold-tap/balanced/behavior_keymap.dtsi b/app/tests/hold-tap/balanced/behavior_keymap.dtsi index 7d18bb6e..237bc039 100644 --- a/app/tests/hold-tap/balanced/behavior_keymap.dtsi +++ b/app/tests/hold-tap/balanced/behavior_keymap.dtsi @@ -7,7 +7,6 @@ ht_bal: behavior_hold_tap_balanced { compatible = "zmk,behavior-hold-tap"; label = "HOLD_TAP_BALANCED"; - #binding-cells = <2>; flavor = "balanced"; tapping_term_ms = <300>; 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 f51ffb56..06db48bc 100644 --- a/app/tests/hold-tap/balanced/many-nested/native_posix.keymap +++ b/app/tests/hold-tap/balanced/many-nested/native_posix.keymap @@ -7,7 +7,6 @@ ht_bal: behavior_hold_tap_balanced { compatible = "zmk,behavior-hold-tap"; label = "HOLD_TAP_BALANCED"; - #binding-cells = <2>; flavor = "balanced"; 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 64847a57..e290b1c7 100644 --- a/app/tests/hold-tap/hold-preferred/behavior_keymap.dtsi +++ b/app/tests/hold-tap/hold-preferred/behavior_keymap.dtsi @@ -9,7 +9,6 @@ ht_hold: behavior_hold_hold_tap { compatible = "zmk,behavior-hold-tap"; label = "hold_hold_tap"; - #binding-cells = <2>; flavor = "hold-preferred"; tapping_term_ms = <300>; 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 6e91466d..e6f69954 100644 --- a/app/tests/hold-tap/tap-preferred/behavior_keymap.dtsi +++ b/app/tests/hold-tap/tap-preferred/behavior_keymap.dtsi @@ -7,7 +7,6 @@ tp: behavior_tap_preferred { compatible = "zmk,behavior-hold-tap"; label = "MOD_TAP"; - #binding-cells = <2>; flavor = "tap-preferred"; tapping_term_ms = <300>; bindings = <&kp>, <&kp>; diff --git a/docs/docs/behavior/hold-tap.md b/docs/docs/behavior/hold-tap.md index 7ae5fc07..c55b9a3e 100644 --- a/docs/docs/behavior/hold-tap.md +++ b/docs/docs/behavior/hold-tap.md @@ -40,7 +40,6 @@ A code example which configures a mod-tap setting that works with homerow mods: hm: homerow_mods { compatible = "zmk,behavior-hold-tap"; label = "HOMEROW_MODS"; - #binding-cells = <2>; tapping_term_ms = <175>; flavor = "balanced"; bindings = <&kp>, <&kp>;