aboutsummaryrefslogtreecommitdiff
path: root/cores
diff options
context:
space:
mode:
Diffstat (limited to 'cores')
-rw-r--r--cores/arduino/USBAPI.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cores/arduino/USBAPI.h b/cores/arduino/USBAPI.h
index 73a90ce..ae91a36 100644
--- a/cores/arduino/USBAPI.h
+++ b/cores/arduino/USBAPI.h
@@ -44,8 +44,8 @@ extern Serial_ Serial;
// Mouse
#define MOUSE_LEFT 1
-#define MOUSE_MIDDLE 2
-#define MOUSE_RIGHT 4
+#define MOUSE_RIGHT 2
+#define MOUSE_MIDDLE 4
class Mouse_
{