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:07 +08:00 committed by NaturalZh
parent 8851b89c27
commit 6b1c2620c0

View File

@ -33,7 +33,7 @@
#define WIN_ON 0b00000010
#define MAC_ON 0b00000100
# define ClockTime 15
#define CLOCK_TIME 15
static inline void setPinOutput_writeLow(pin_t pin) {
ATOMIC_BLOCK_FORCEON {