Compare commits
2 commits
4397a63148
...
61b60da4c0
Author | SHA1 | Date | |
---|---|---|---|
61b60da4c0 | |||
92379d1538 |
2 changed files with 8 additions and 10 deletions
|
@ -62,12 +62,11 @@
|
|||
label = "LEFT_POSITIONAL_HOLD_TAP";
|
||||
#binding-cells = <2>;
|
||||
flavor = "tap-preferred";
|
||||
tapping-term-ms = <200>;
|
||||
quick-tap-ms = <200>;
|
||||
global-quick-tap;
|
||||
tapping-term-ms = <150>;
|
||||
quick-tap-ms = <0>;
|
||||
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 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 {
|
||||
|
@ -75,12 +74,11 @@
|
|||
label = "RIGHT_POSITIONAL_HOLD_TAP";
|
||||
#binding-cells = <2>;
|
||||
flavor = "tap-preferred";
|
||||
tapping-term-ms = <200>;
|
||||
quick-tap-ms = <200>;
|
||||
global-quick-tap;
|
||||
tapping-term-ms = <150>;
|
||||
quick-tap-ms = <0>;
|
||||
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>;
|
||||
// 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 {
|
||||
|
|
|
@ -6,8 +6,8 @@ manifest:
|
|||
url-base: https://github.com/andrewjrae
|
||||
projects:
|
||||
- name: zmk
|
||||
remote: andrewjrae
|
||||
revision: global-quick-tap
|
||||
remote: zmkfirmware
|
||||
# revision: global-quick-tap
|
||||
import: app/west.yml
|
||||
self:
|
||||
path: config
|
||||
|
|
Loading…
Reference in a new issue