changed which buttons pit shot is
diff --git a/frc971/input/JoystickReader.cc b/frc971/input/JoystickReader.cc
index 0be561f..a884393 100644
--- a/frc971/input/JoystickReader.cc
+++ b/frc971/input/JoystickReader.cc
@@ -151,7 +151,7 @@
         // short shot
         shooter_goal->velocity = 375;
         angle_adjust_goal = 0.7267;
-      } else if (Pressed(2, 9)) {
+      } else if (Pressed(1, 7) && Pressed(1, 10)) {
         // pit shot
         shooter_goal->velocity = 131;
         angle_adjust_goal = 0.70;