Remove unused behaviour
This commit is contained in:
parent
3881477386
commit
4397a63148
1 changed files with 2 additions and 13 deletions
|
@ -75,25 +75,14 @@
|
||||||
label = "RIGHT_POSITIONAL_HOLD_TAP";
|
label = "RIGHT_POSITIONAL_HOLD_TAP";
|
||||||
#binding-cells = <2>;
|
#binding-cells = <2>;
|
||||||
flavor = "tap-preferred";
|
flavor = "tap-preferred";
|
||||||
tapping-term-ms = <175>;
|
tapping-term-ms = <200>;
|
||||||
quick-tap-ms = <125>;
|
quick-tap-ms = <200>;
|
||||||
global-quick-tap;
|
global-quick-tap;
|
||||||
bindings = <&kp>, <&kp>;
|
bindings = <&kp>, <&kp>;
|
||||||
// hold-trigger-key-positions = <0 1 2 3 4 10 11 12 13 14 20 21 22 23 24 30 31 32 33 34 35>;
|
// hold-trigger-key-positions = <0 1 2 3 4 10 11 12 13 14 20 21 22 23 24 30 31 32 33 34 35>;
|
||||||
hold-trigger-key-positions = <0 1 2 3 4 10 11 12 13 14 16 17 18 19 20 21 22 23 24 30 31 32 33 34 35>;
|
hold-trigger-key-positions = <0 1 2 3 4 10 11 12 13 14 16 17 18 19 20 21 22 23 24 30 31 32 33 34 35>;
|
||||||
};
|
};
|
||||||
|
|
||||||
base_lt: base_layer_hold_tap {
|
|
||||||
compatible = "zmk,behavior-hold-tap";
|
|
||||||
label = "BASE_LAYER_HOLD_TAP";
|
|
||||||
#binding-cells = <2>;
|
|
||||||
flavor = "tap-preferred";
|
|
||||||
tapping-term-ms = <200>;
|
|
||||||
quick-tap-ms = <50>;
|
|
||||||
global-quick-tap;
|
|
||||||
bindings = <&mo>, <&kp>;
|
|
||||||
};
|
|
||||||
|
|
||||||
conditional_layers {
|
conditional_layers {
|
||||||
compatible = "zmk,conditional-layers";
|
compatible = "zmk,conditional-layers";
|
||||||
tri_layer {
|
tri_layer {
|
||||||
|
|
Loading…
Reference in a new issue