Skip to content

Commit

Permalink
Tighten config timings
Browse files Browse the repository at this point in the history
  • Loading branch information
smores56 committed Oct 11, 2024
1 parent 9463769 commit 5c2c619
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/34-key.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

&mt {
flavor = "tap-preferred";
tapping_term_ms = <160>;
tapping_term_ms = <150>;
};

/ {
Expand Down Expand Up @@ -44,35 +44,35 @@
compatible = "zmk,combos";

combo_esc {
timeout-ms = <20>;
timeout-ms = <15>;
key-positions = <21 22>;
bindings = <&kp ESC>;
layers = <0>;
};

combo_tab {
timeout-ms = <20>;
timeout-ms = <15>;
key-positions = <22 23>;
bindings = <&kp TAB>;
layers = <0>;
};

combo_q {
timeout-ms = <20>;
timeout-ms = <15>;
key-positions = <1 2>;
bindings = <&kp Q>;
layers = <0>;
};

combo_j {
timeout-ms = <20>;
timeout-ms = <15>;
key-positions = <1 3>;
bindings = <&kp J>;
layers = <0>;
};

combo_z {
timeout-ms = <20>;
timeout-ms = <15>;
key-positions = <0 1>;
bindings = <&kp Z>;
layers = <0>;
Expand Down

0 comments on commit 5c2c619

Please sign in to comment.