mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 03:19:24 +00:00
Update keyboards/skyloong/gk104/q1/led_hc595.c
OK, Thank you. Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
parent
6b1c2620c0
commit
7cc5749f0f
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user