Joystick feature improvements (#19052)
This commit is contained in:
@@ -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)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user