summaryrefslogtreecommitdiff
path: root/keyboards/handwired/battleship_gamepad/battleship_gamepad.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/battleship_gamepad/battleship_gamepad.c')
-rw-r--r--keyboards/handwired/battleship_gamepad/battleship_gamepad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/battleship_gamepad/battleship_gamepad.c b/keyboards/handwired/battleship_gamepad/battleship_gamepad.c
index 2c9de15a9f..faec437f36 100644
--- a/keyboards/handwired/battleship_gamepad/battleship_gamepad.c
+++ b/keyboards/handwired/battleship_gamepad/battleship_gamepad.c
@@ -17,7 +17,7 @@
#include "battleship_gamepad.h"
/* joystick config */
-joystick_config_t joystick_axes[JOYSTICK_AXES_COUNT] = {
+joystick_config_t joystick_axes[JOYSTICK_AXIS_COUNT] = {
[0] = JOYSTICK_AXIS_IN(F5, 1023, 512, 0),
[1] = JOYSTICK_AXIS_IN(F4, 0, 512, 1023)
};