made stuff actually work
diff --git a/frc971/input/JoystickReader.cc b/frc971/input/JoystickReader.cc
index aeb8801..84f20b5 100644
--- a/frc971/input/JoystickReader.cc
+++ b/frc971/input/JoystickReader.cc
@@ -170,7 +170,7 @@
     }
 
     static int hanger_cycles = 0;
-    if (Pressed(2, 13)) {
+    if (Pressed(2, 1)) {
       ++hanger_cycles;
     } else {
       hanger_cycles = 0;