Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zoovasoup committed Sep 12, 2024
1 parent 96d9136 commit a716533
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions boards/shields/waffle-34k/waffle-34k.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,25 @@ behaviors {
>;
};

number {
mouse {
bindings = <
&kp GRAVE &kp KP_N1 &kp KP_N2 &kp KP_N3 &kp KP_MINUS &trans &trans &trans &kp LBKT &kp RBKT
&kp ESC &kp KP_N4 &kp KP_N5 &kp KP_N6 &kp KP_N0 &trans &trans &trans &trans &trans
&kp DOT &kp KP_N7 &kp KP_N8 &kp KP_N9 &kp KP_EQUAL &trans &trans &trans &trans &trans
&kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT &kp CARET &kp AMPS &kp STAR &kp LPAR &kp RPAR
&trans &trans &trans &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &kp SQT
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans
>;
};

number {
bindings = <
&kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT &kp CARET &kp AMPS &kp STAR &kp LPAR &kp RPAR
&trans &trans &trans &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &kp SQT
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&kp GRAVE &kp KP_N1 &kp KP_N2 &kp KP_N3 &kp KP_MINUS &trans &trans &trans &kp LBKT &kp RBKT
&kp ESC &kp KP_N4 &kp KP_N5 &kp KP_N6 &kp KP_N0 &trans &trans &trans &trans &trans
&kp DOT &kp KP_N7 &kp KP_N8 &kp KP_N9 &kp KP_EQUAL &trans &trans &trans &trans &trans
&trans &trans &trans &trans
>;
};

number {
function {
bindings = <
&kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT &kp CARET &kp AMPS &kp STAR &kp LPAR &kp RPAR
&trans &trans &trans &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &kp SQT
Expand Down

0 comments on commit a716533

Please sign in to comment.