mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-18 05:32:05 +00:00
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:
parent
927d80bec8
commit
4037318809
@ -108,7 +108,7 @@ void suspend_wakeup_init_kb() {
|
||||
SLEEP = 0;
|
||||
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(WIN_LOCK_PIN, !WIN_LOCK);
|
||||
gpio_write_pin(WIN_LOCK_PIN, !keycode_config.no_gui);
|
||||
s_serial_to_parallel(IND);
|
||||
suspend_wakeup_init_user();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user