Fix joystick initialization (#22953)

This commit is contained in:
Joel Challis
2024-02-16 14:14:46 +00:00
committed by GitHub
parent 13434fc066
commit 77e8867498
5 changed files with 79 additions and 68 deletions

View File

@@ -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