Skip to content

Commit

Permalink
fix(shields): Fix missing binding in eek keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar authored and petejohanson committed Feb 22, 2023
1 parent 0c0ebda commit 3eee536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/boards/shields/eek/eek.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
bindings = <
&kp ESC &kp F1 &kp F2 &kp F3 &kp F4 &out OUT_USB &out OUT_BLE &none &kp EQUAL &kp MINUS
&kp CAPS &kp F5 &kp F6 &kp F7 &kp F8 &kp LBKT &kp RBKT &none &kp GRAVE &kp BSLH
&kp LSHFT &kp F9 &kp F10 &kp F11 &kp F12 &none &none &none &kp RSHFT
&kp LSHFT &kp F9 &kp F10 &kp F11 &kp F12 &none &none &none &none &kp RSHFT
&kp LCTRL &kp LGUI &kp LALT &reset &none &trans
>;
};
};
};
};

0 comments on commit 3eee536

Please sign in to comment.