diff --git a/keyboards/skyloong/gk980/q1/q1.c b/keyboards/skyloong/gk980/q1/q1.c index 3a30bc4c409..3a6d70ba873 100644 --- a/keyboards/skyloong/gk980/q1/q1.c +++ b/keyboards/skyloong/gk980/q1/q1.c @@ -141,7 +141,7 @@ void suspend_wakeup_init_kb() { } bool shutdown_kb(bool jump_to_bootloader) { - writePinLow(AW20216S_EN_PIN_1); + gpio_write_pin_low(AW20216S_EN_PIN); return shutdown_user(jump_to_bootloader); }