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:39:35 +08:00 committed by GitHub
parent 3bbcd4be10
commit d3794441c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -148,7 +148,7 @@ bool shutdown_kb(bool jump_to_bootloader) {
layer_state_t default_layer_state_set_kb(layer_state_t state) { layer_state_t default_layer_state_set_kb(layer_state_t state) {
switch (get_highest_layer(state)) { switch (get_highest_layer(state)) {
case 0: case 0:
writePinLow(MAC_PIN); gpio_write_pin_low(MAC_PIN);
break; break;
case 1: case 1:
writePinHigh(MAC_PIN); writePinHigh(MAC_PIN);