Skip to content

Commit

Permalink
tap-dance typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zoovasoup committed Sep 12, 2024
1 parent 82cf419 commit 306fb7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions boards/shields/waffle-34k/waffle-34k.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ behaviors {
td0: tap_dance_0 {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
tapping-term-ms = <200>;
tapping-term-ms = <120>;
bindings = <&kp J>, <&kp ESC>;
};
};
Expand Down Expand Up @@ -57,9 +57,9 @@ behaviors {

mouse {
bindings = <
&mkp MB3 &mkp MB2 &kp HASH &mkp MB1 &trans &trans &kp C_VOL_DOWN &kp C_VOL_UP &kp LBKT &kp RBKT
&trans &trans &trans &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &kp BSLH
&trans &trans &trans &trans &trans &trans &kp C_BRI_DOWN &kp C_BRI_UP &trans &trans
&mkp MB3 &mkp MB2 &kp HASH &mkp MB1 &trans &trans &kp C_VOL_DOWN &kp C_VOL_UP &kp LBKT &kp RBKT
&trans &trans &trans &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &kp BSLH
&trans &trans &trans &trans &trans &trans &kp C_BRI_DOWN &kp C_BRI_UP &trans &trans
&key_repeat &mkp MB1 &trans &trans
>;
};
Expand Down

0 comments on commit 306fb7c

Please sign in to comment.