Compare commits
No commits in common. "61b60da4c09fd05fc80e06bc40d208ad6b0ebbab" and "4397a63148968e4a2b0df592c513c1d31d1e020d" have entirely different histories.
61b60da4c0
...
4397a63148
2 changed files with 10 additions and 8 deletions
|
@ -62,11 +62,12 @@
|
|||
label = "LEFT_POSITIONAL_HOLD_TAP";
|
||||
#binding-cells = <2>;
|
||||
flavor = "tap-preferred";
|
||||
tapping-term-ms = <150>;
|
||||
quick-tap-ms = <0>;
|
||||
tapping-term-ms = <200>;
|
||||
quick-tap-ms = <200>;
|
||||
global-quick-tap;
|
||||
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 {
|
||||
|
@ -74,11 +75,12 @@
|
|||
label = "RIGHT_POSITIONAL_HOLD_TAP";
|
||||
#binding-cells = <2>;
|
||||
flavor = "tap-preferred";
|
||||
tapping-term-ms = <150>;
|
||||
quick-tap-ms = <0>;
|
||||
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>;
|
||||
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: zmkfirmware
|
||||
# revision: global-quick-tap
|
||||
remote: andrewjrae
|
||||
revision: global-quick-tap
|
||||
import: app/west.yml
|
||||
self:
|
||||
path: config
|
||||
|
|
Loading…
Reference in a new issue