diff options
Diffstat (limited to 'tmk_core/common/report.h')
-rw-r--r-- | tmk_core/common/report.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tmk_core/common/report.h b/tmk_core/common/report.h index 5d7c5b3b2..bcf5cab38 100644 --- a/tmk_core/common/report.h +++ b/tmk_core/common/report.h | |||
@@ -39,7 +39,10 @@ enum mouse_buttons { | |||
39 | MOUSE_BTN2 = (1 << 1), | 39 | MOUSE_BTN2 = (1 << 1), |
40 | MOUSE_BTN3 = (1 << 2), | 40 | MOUSE_BTN3 = (1 << 2), |
41 | MOUSE_BTN4 = (1 << 3), | 41 | MOUSE_BTN4 = (1 << 3), |
42 | MOUSE_BTN5 = (1 << 4) | 42 | MOUSE_BTN5 = (1 << 4), |
43 | MOUSE_BTN6 = (1 << 5), | ||
44 | MOUSE_BTN7 = (1 << 6), | ||
45 | MOUSE_BTN8 = (1 << 7) | ||
43 | }; | 46 | }; |
44 | 47 | ||
45 | /* Consumer Page (0x0C) | 48 | /* Consumer Page (0x0C) |