From 3495cbc6382d4fa08ee5b4294527ab66fb7dff59 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 23 Jan 2024 00:18:20 +1100 Subject: Fix missing joystick.h include (#22946) --- keyboards/handwired/battleship_gamepad/config.h | 1 - 1 file changed, 1 deletion(-) (limited to 'keyboards/handwired/battleship_gamepad') diff --git a/keyboards/handwired/battleship_gamepad/config.h b/keyboards/handwired/battleship_gamepad/config.h index f2eee84a57..9853f7f39d 100644 --- a/keyboards/handwired/battleship_gamepad/config.h +++ b/keyboards/handwired/battleship_gamepad/config.h @@ -18,7 +18,6 @@ /* joystick configuration */ #define JOYSTICK_BUTTON_COUNT 25 -#define JOYSTICK_AXIS_COUNT 2 #define JOYSTICK_AXIS_RESOLUTION 10 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ -- cgit v1.2.3