Move buttons around for the lexan driver's station.
Change-Id: Id521035a3ae1af7969e21b8b932ca5c910aa4abe
diff --git a/frc971/joystick_reader.cc b/frc971/joystick_reader.cc
index 788dbbc..9394c05 100644
--- a/frc971/joystick_reader.cc
+++ b/frc971/joystick_reader.cc
@@ -96,9 +96,9 @@
const ButtonLocation kCoopTop(3, 8);
const ButtonLocation kCoopTopRetract(3, 7);
const ButtonLocation kCoopBottom(3, 6);
-const ButtonLocation kCoopBottomRetract(3, 9);
+const ButtonLocation kCoopBottomRetract(4, 12);
-const ButtonLocation kCanReset(4, 12);
+const ButtonLocation kCanReset(3, 9);
const POVLocation kFridgeToggle(4, 270);
const ButtonLocation kSpit(4, 3);