Skip to content

Commit

Permalink
Use M_ prefix for mouse key
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbUk committed Jun 14, 2024
1 parent 2aedaf3 commit b805481
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/m60.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
// Layer macro
#define MO(LAYER) &mo LAYER
// Define Mouse button
#define LCLK &mkp LCLK
#define RCLK &mkp RCLK
#define MCLK &mkp MCLK
#define M_LCLK &mkp LCLK
#define M_RCLK &mkp RCLK
#define M_MCLK &mkp MCLK

/ {

Expand Down Expand Up @@ -121,7 +121,7 @@ ____ ____ ____ ____
alt_layer {
bindings = <
none none none none none none none none none none _(C_ASPECT) _(C_BRI_DEC) _(C_BRI_INC) &sys_reset
none none none none none none none LCLK MCLK RCLK none none none none
none none none none none none none M_LCLK M_MCLK M_RCLK none none none none
none none none none none none none none none none none none none
none none none none none &bootloader none none none none none none
none none none none none none none none
Expand Down

0 comments on commit b805481

Please sign in to comment.