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:37:24 +08:00 committed by GitHub
parent 8fa865a6b6
commit b6f4441365
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,7 +127,7 @@ const aw20216s_led_t PROGMEM g_aw20216s_leds[AW20216S_LED_COUNT] = {
void suspend_power_down_kb() {
# ifdef RGB_MATRIX_ENABLE
writePinLow(AW20216S_EN_PIN_1);
gpio_write_pin_low(AW20216S_EN_PIN);
# endif
writePinLow(MAC_PIN);
suspend_power_down_user();