1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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