From 15c4c969298c303899bf80fbc962591d84163216 Mon Sep 17 00:00:00 2001
From: Zach Eveland <zeveland@blacklabel-development.com>
Date: Tue, 13 Sep 2011 21:37:46 -0400
Subject: fixed Mouse button assignments

---
 cores/arduino/USBAPI.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'cores')

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_
 {
-- 
cgit v1.2.3-18-g5258