Skip to content

Commit

Permalink
add misssing mouse keys
Browse files Browse the repository at this point in the history
  • Loading branch information
dudicoco committed Mar 31, 2024
1 parent 47c13c0 commit f54e8ab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
* SPDX-License-Identifier: MIT
*/

#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/mouse.h>
#include <behaviors.dtsi>
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/keys.h>

&lt {
flavor = "hold-preferred";
Expand Down Expand Up @@ -48,10 +48,10 @@
numbers {
label = "Numbers";
bindings = <
&trans &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &trans
&trans &trans &trans &trans &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &kp HOME &kp PAGE_UP
&trans &trans &trans &trans &trans &trans &kp K_APPLICATION &kp C_MUTE &kp C_VOLUME_DOWN &kp C_VOLUME_UP &kp END &kp PAGE_DOWN
&trans &trans &trans &trans &trans &trans
&trans &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &trans
&trans &trans &trans &mkp RCLK &mkp MCLK &mkp LCLK &kp LEFT &kp DOWN &kp UP &kp RIGHT &kp HOME &kp PAGE_UP
&trans &trans &trans &trans &trans &trans &trans &kp C_MUTE &kp C_VOLUME_DOWN &kp C_VOLUME_UP &kp END &kp PAGE_DOWN
&trans &trans &trans &trans &trans &trans
>;
};

Expand Down

0 comments on commit f54e8ab

Please sign in to comment.