Skip to content

Commit

Permalink
fix: restore timings
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-tihon committed Mar 1, 2024
1 parent c9b60f9 commit dade627
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config/glove80.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
bindings = <&kp>, <&kp>;

#binding-cells = <2>;
tapping-term-ms = <200>;
quick-tap-ms = <180>;
tapping-term-ms = <280>;
quick-tap-ms = <200>;
flavor = "tap-preferred";
hold-trigger-on-release;
hold-trigger-key-positions = <5 6 7 8 9 16 17 18 19 20 21 28 29 30 31 32 33 40 41 42 43 44 45 55 56 57 58 59 60 61 62 63 72 73 74 75 76 77 78 79 52 53 54 69 70 71>;
Expand All @@ -61,8 +61,8 @@
bindings = <&kp>, <&kp>;

#binding-cells = <2>;
tapping-term-ms = <200>;
quick-tap-ms = <180>;
tapping-term-ms = <280>;
quick-tap-ms = <200>;
flavor = "tap-preferred";
hold-trigger-on-release;
hold-trigger-key-positions = <0 1 2 3 4 10 11 12 13 14 15 22 23 24 25 26 27 34 35 36 37 38 39 46 47 48 49 50 51 52 53 54 55 56 57 64 65 66 67 68 69 70 71 72 73 74>;
Expand Down Expand Up @@ -100,7 +100,7 @@

#binding-cells = <2>;
flavor = "balanced";
tapping-term-ms = <200>;
tapping-term-ms = <280>;
quick-tap-ms = <110>;
require-prior-idle-ms = <170>;
};
Expand All @@ -112,8 +112,8 @@

#binding-cells = <2>;
flavor = "balanced";
tapping-term-ms = <200>;
quick-tap-ms = <155>;
tapping-term-ms = <280>;
quick-tap-ms = <175>;
require-prior-idle-ms = <170>;
hold-trigger-on-release;
};
Expand Down

0 comments on commit dade627

Please sign in to comment.