Skip to content

Commit

Permalink
fix(homerow): increase quick-tap-ms
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored May 27, 2024
1 parent baf190f commit 4be1719
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions config/cygnus.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
key-positions = <28 29>;
layers = <0>;
};

grave {
bindings = <&kp GRAVE>;
key-positions = <20 21>;
layers = <1>;
};
};

behaviors {
Expand All @@ -39,7 +45,7 @@
flavor = "balanced";
bindings = <&kp>, <&kp>;

quick-tap-ms = <100>;
quick-tap-ms = <200>;
};

ltc: layer-tap_custom {
Expand All @@ -50,7 +56,16 @@
flavor = "balanced";
bindings = <&mo>, <&kp>;

quick-tap-ms = <100>;
quick-tap-ms = <200>;
};
};

macros {
bootload: bootload {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&bootloader>;
label = "BOOTLOAD";
};
};

Expand Down Expand Up @@ -79,7 +94,7 @@
bindings = <
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10
&kp C_VOLUME_DOWN &kp C_VOLUME_UP &kp C_MUTE &kp C_PLAY_PAUSE &kp C_BRIGHTNESS_INC &kp LEFT_ARROW &kp DOWN_ARROW &kp UP_ARROW &kp RIGHT &trans
&kp F11 &kp F12 &kp C_PREV &kp C_NEXT &kp C_BRIGHTNESS_DEC &trans &none &none &none &kp DEL
&kp F11 &kp F12 &kp C_PREV &kp C_NEXT &kp C_BRIGHTNESS_DEC &bootload &bootloader &none &none &kp DEL
&bootloader &trans &trans &trans &trans &trans
>;
};
Expand Down

0 comments on commit 4be1719

Please sign in to comment.