keymap: Volver a cambiar modtap
This commit is contained in:
parent
4397a63148
commit
92379d1538
1 changed files with 6 additions and 8 deletions
|
@ -62,12 +62,11 @@
|
||||||
label = "LEFT_POSITIONAL_HOLD_TAP";
|
label = "LEFT_POSITIONAL_HOLD_TAP";
|
||||||
#binding-cells = <2>;
|
#binding-cells = <2>;
|
||||||
flavor = "tap-preferred";
|
flavor = "tap-preferred";
|
||||||
tapping-term-ms = <200>;
|
tapping-term-ms = <150>;
|
||||||
quick-tap-ms = <200>;
|
quick-tap-ms = <0>;
|
||||||
global-quick-tap;
|
|
||||||
bindings = <&kp>, <&kp>;
|
bindings = <&kp>, <&kp>;
|
||||||
// hold-trigger-key-positions = <5 6 7 8 9 15 16 17 18 19 25 26 27 28 29 30 31 32 33 34 35>;
|
// hold-trigger-key-positions = <5 6 7 8 9 15 16 17 18 19 25 26 27 28 29 30 31 32 33 34 35>;
|
||||||
hold-trigger-key-positions = <5 6 7 8 9 10 11 12 13 15 16 17 18 19 25 26 27 28 29 30 31 32 33 34 35>;
|
// hold-trigger-key-positions = <5 6 7 8 9 10 11 12 13 15 16 17 18 19 25 26 27 28 29 30 31 32 33 34 35>;
|
||||||
};
|
};
|
||||||
|
|
||||||
rhm: right_hand_positional_hold_tap {
|
rhm: right_hand_positional_hold_tap {
|
||||||
|
@ -75,12 +74,11 @@
|
||||||
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 = <200>;
|
tapping-term-ms = <150>;
|
||||||
quick-tap-ms = <200>;
|
quick-tap-ms = <0>;
|
||||||
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>;
|
||||||
};
|
};
|
||||||
|
|
||||||
conditional_layers {
|
conditional_layers {
|
||||||
|
|
Loading…
Reference in a new issue