Remove unused behaviour

This commit is contained in:
Cat /dev/Nulo 2022-06-14 21:17:32 -03:00
parent 3881477386
commit 4397a63148
1 changed files with 2 additions and 13 deletions

View File

@ -75,25 +75,14 @@
label = "RIGHT_POSITIONAL_HOLD_TAP";
#binding-cells = <2>;
flavor = "tap-preferred";
tapping-term-ms = <175>;
quick-tap-ms = <125>;
tapping-term-ms = <200>;
quick-tap-ms = <200>;
global-quick-tap;
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 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 {
compatible = "zmk,conditional-layers";
tri_layer {