Update keyboards/skyloong/gk980/q1/q1.c

OK, thank you.

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
JIKEDINGZHI 2024-10-18 08:38:58 +08:00 committed by GitHub
parent a934576c54
commit 3bbcd4be10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -141,7 +141,7 @@ void suspend_wakeup_init_kb() {
} }
bool shutdown_kb(bool jump_to_bootloader) { 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); return shutdown_user(jump_to_bootloader);
} }