Skip to content

Commit

Permalink
Reverted mouse buttons 9-16
Browse files Browse the repository at this point in the history
  • Loading branch information
krikun98 committed Jan 28, 2022
1 parent 6de29af commit 359f35b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions app/include/dt-bindings/zmk/mouse.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,6 @@

#define MB8 (0x80)

#define MB9 (0x0100)

#define MB10 (0x0200)

#define MB11 (0x0400)

#define MB12 (0x0800)

#define MB13 (0x1000)

#define MB14 (0x2000)

#define MB15 (0x4000)

#define MB16 (0x8000)

/* Mouse move behavior */

#define MOVE_UP (0x0000FFFF)
Expand Down

0 comments on commit 359f35b

Please sign in to comment.