summaryrefslogtreecommitdiff
path: root/usb_mouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'usb_mouse.h')
-rw-r--r--usb_mouse.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/usb_mouse.h b/usb_mouse.h
index b62dde13d..da975c262 100644
--- a/usb_mouse.h
+++ b/usb_mouse.h
@@ -11,6 +11,13 @@
#define MOUSE_SIZE 8
#define MOUSE_BUFFER EP_DOUBLE_BUFFER
+#define BIT_BTN1 (1<<0)
+#define BIT_BTN2 (1<<1)
+#define BIT_BTN3 (1<<2)
+#define BIT_BTN4 (1<<3)
+#define BIT_BTN5 (1<<4)
+
+
extern uint8_t mouse_buttons;
extern uint8_t mouse_protocol;