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 1e6711d commit d4eb0e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards/shields/waffle-34k/waffle-34k.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ behaviors {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
tapping-term-ms = <200>;
bindings = <&kp j>, <&kp ESC>;
bindings = <&kp N1>, <&kp N2>;
};
};

Expand All @@ -39,7 +39,7 @@ behaviors {
// | GUI | LWR | SPC | | ENT | RSE | ALT |
default {
bindings = <
&kp Q &kp W &kp F &kp P &kp B &kp J &kp L &kp U &kp Y &kp SEMI
&kp Q &kp W &kp F &kp P &kp B &td0 j ESC &kp L &kp U &kp Y &kp SEMI
&bhm LSHIFT A &bhm LCTRL R &bhm LGUI S &bhm LALT T &kp G &kp M &bhm RALT N &bhm RGUI E &bhm RCTRL I &bhm RSHIFT O
&kp X &kp C &kp D &kp V &kp Z &kp K &kp H &kp COMMA &kp DOT &kp FSLH
&lt NUM BSPC &lt NAV TAB &lt MSE SPACE &lt NUM RET
Expand Down

0 comments on commit d4eb0e5

Please sign in to comment.