Skip to content

Commit

Permalink
Remove experimental quick tap stuff and revise the times on sticky la…
Browse files Browse the repository at this point in the history
…yer tap.
  • Loading branch information
amacleod committed Oct 26, 2024
1 parent 53db9ec commit 2e519c8
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions config/zaphod_lite.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,8 @@ behaviors {
#binding-cells = <2>;
bindings = <&kp &sl>;
flavor = "tap-preferred";
tapping-term-ms = <100>;
quick-tap-ms = <1000>;
};
lqt: long_quick_tap {
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
bindings = <&kp &kp>;
flavor = "tap-preferred";
tapping-term-ms = <200>;
quick-tap-ms = <5000>;
quick-tap-ms = <100>;
};
};

Expand Down Expand Up @@ -225,7 +217,7 @@ keymap {
&kp T &kp Q &kp W &kp E &kp R &kp F1 &none &none &none &none
&kp LSHIFT &kp A &kp S &kp D &kp H &kp F2 &none &none &none &none
&kp LCTRL &kp Z &kp X &kp C &kp V &kp F3 &none &none &none &none
&lqt Q T &kp SPACE &none &mo FACMETA
&slt F FACMETA &kp SPACE &none &mo FACMETA
>;
display-name = "F A C";
};
Expand Down

0 comments on commit 2e519c8

Please sign in to comment.