Skip to content

Commit

Permalink
DAO keyboard: Fix context menu keycode
Browse files Browse the repository at this point in the history
  • Loading branch information
zakyvr committed Oct 23, 2024
1 parent f8bb193 commit 5924b76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/boards/arm/dao/dao.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@

num_layer {
bindings = <
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12
&kp GRAVE &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &trans
&kp LS(LGUI) &kp C_MENU &kp LC(X) &kp LC(C) &kp LC(V) &kp LGUI &kp KP_PLUS &kp PERIOD &kp MINUS &kp LBKT &kp RBKT &kp BSLH
&kp ESC &trans &trans &trans &trans &kp EQUAL
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12
&kp GRAVE &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &trans
&kp LS(LGUI) &kp K_APPLICATION &kp LC(X) &kp LC(C) &kp LC(V) &kp LGUI &kp KP_PLUS &kp PERIOD &kp MINUS &kp LBKT &kp RBKT &kp BSLH
&kp ESC &trans &trans &trans &trans &kp EQUAL
>;
};

Expand Down

0 comments on commit 5924b76

Please sign in to comment.