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

OK. Thank you.

Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
JIKEDINGZHI 2024-10-18 13:16:42 +08:00 committed by GitHub
parent 37ab372126
commit 06665516cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -154,7 +154,7 @@ layer_state_t default_layer_state_set_kb(layer_state_t state) {
writePinHigh(MAC_PIN); writePinHigh(MAC_PIN);
break; break;
} }
return state; return default_layer_state_set_user(state);
} }