Fix joystick initialization (#22953)
This commit is contained in:
@@ -460,6 +460,9 @@ void keyboard_init(void) {
|
||||
#ifdef DIP_SWITCH_ENABLE
|
||||
dip_switch_init();
|
||||
#endif
|
||||
#ifdef JOYSTICK_ENABLE
|
||||
joystick_init();
|
||||
#endif
|
||||
#ifdef SLEEP_LED_ENABLE
|
||||
sleep_led_init();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user