Update keyboards/skyloong/gk87/bl_pro/bl_pro.c

OK, I get it. Thanks.

Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
JIKEDINGZHI 2025-04-28 19:26:07 +08:00 committed by GitHub
parent 927d80bec8
commit 4037318809
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,7 +108,7 @@ void suspend_wakeup_init_kb() {
SLEEP = 0; SLEEP = 0;
gpio_write_pin(LED_CAPS_LOCK_PIN, !host_keyboard_led_state().caps_lock); gpio_write_pin(LED_CAPS_LOCK_PIN, !host_keyboard_led_state().caps_lock);
gpio_write_pin(LED_SCROLL_LOCK_PIN, !host_keyboard_led_state().scroll_lock); gpio_write_pin(LED_SCROLL_LOCK_PIN, !host_keyboard_led_state().scroll_lock);
gpio_write_pin(WIN_LOCK_PIN, !WIN_LOCK); gpio_write_pin(WIN_LOCK_PIN, !keycode_config.no_gui);
s_serial_to_parallel(IND); s_serial_to_parallel(IND);
suspend_wakeup_init_user(); suspend_wakeup_init_user();
} }