summaryrefslogtreecommitdiffstats
path: root/include/zephyr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zephyr.h')
-rw-r--r--include/zephyr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/zephyr.h b/include/zephyr.h
index cdd2910..11f922f 100644
--- a/include/zephyr.h
+++ b/include/zephyr.h
@@ -51,10 +51,10 @@ void zIMEInit(void);
#define DRIVE_JOY 1
#define DRIVE_THRESHOLD 10
-//#define DRIVE_NORMAL 3
+#define DRIVE_NORMAL 3
-#define DRIVE_TANK_LEFT 3
-#define DRIVE_TANK_RIGHT 2
+//#define DRIVE_TANK_LEFT 3
+//#define DRIVE_TANK_RIGHT 2
#define zJoyDigital(j,g,b) joystickGetDigital(j,g,b)
#define zJoyAnalog(j,a) joystickGetAnalog(j,a)