Fix Anne Pro II keyboard showing up as a joystick Having used this for a couple years, I can definitely confirm that it is not a joystick.
diff --git a/src/joystick/SDL_joystick.c b/src/joystick/SDL_joystick.c
index ab62d76..1a69c0b 100644
--- a/src/joystick/SDL_joystick.c
+++ b/src/joystick/SDL_joystick.c
@@ -2312,6 +2312,9 @@ SDL_bool SDL_ShouldIgnoreJoystick(const char *name, SDL_JoystickGUID guid)
MAKE_VIDPID(0x2516, 0x001f), /* Cooler Master Storm Mizar Mouse */
MAKE_VIDPID(0x2516, 0x0028), /* Cooler Master Storm Alcor Mouse */
+
+ /* Anne Pro II Keyboard */
+ MAKE_VIDPID(0x04d9, 0x8009), /* OBINLB USB-HID Keyboard */
};
unsigned int i;