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:31 +08:00 committed by GitHub
parent bb3f33ed20
commit a934576c54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -135,7 +135,7 @@ void suspend_power_down_kb() {
void suspend_wakeup_init_kb() {
# ifdef RGB_MATRIX_ENABLE
writePinHigh(AW20216S_EN_PIN_1);
gpio_write_pin_high(AW20216S_EN_PIN);
# endif
suspend_wakeup_init_user();
}