Joystick feature improvements (#19052)
This commit is contained in:
parent
a5a20cc792
commit
1e95f7be8f
27 changed files with 475 additions and 215 deletions
|
|
@ -28,7 +28,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
)
|
||||
};
|
||||
|
||||
joystick_config_t joystick_axes[JOYSTICK_AXES_COUNT] = {
|
||||
joystick_config_t joystick_axes[JOYSTICK_AXIS_COUNT] = {
|
||||
[0] = JOYSTICK_AXIS_IN(F4, 0, 512, 1023),
|
||||
[1] = JOYSTICK_AXIS_IN(F5, 0, 512, 1023),
|
||||
[2] = JOYSTICK_AXIS_IN(F6, 0, 512, 1023),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue