Update keyboards/skyloong/gk104/q1/led_hc595.c

OK, Thank you.

Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
JIKEDINGZHI 2024-03-15 11:17:42 +08:00 committed by NaturalZh
parent 6b1c2620c0
commit 7cc5749f0f

View File

@ -73,7 +73,7 @@ static void s_serial_to_parallel(uint8_t data) { // Serial port to parallel port
}else{
writePinLow(HC595_DS);
}
clockPulse(ClockTime);
clockPulse(CLOCK_TIME);
data >>= 1; // Move the data one digit to the right
}
}