Update keyboards/skyloong/gk68/pro/pro.c

OK, Thanks.

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
JIKEDINGZHI 2025-01-11 17:29:31 +08:00 committed by GitHub
parent a9f99464e6
commit b677e5e8be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,7 +108,7 @@ void suspend_power_down_kb(void) {
}
void suspend_wakeup_init_kb(void) {
gpio_write_pin_high(AW20216S_EN_PIN_1);
gpio_write_pin_high(AW20216S_EN_PIN);
suspend_wakeup_init_user();
}
bool shutdown_kb(bool jump_to_bootloader) {