diff options
author | Nick Brassel <nick@tzarc.org> | 2020-06-22 11:21:48 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-22 11:21:48 +1000 |
commit | 3d6d89966614be1e80d9957fb83743934c5eb162 (patch) | |
tree | a1c467283575fa7a596c27c0794a34347662f371 /drivers/ws2812.h | |
parent | cb13dd0a33c153d8cb0a26596489804c012eaae4 (diff) | |
download | qmk_firmware-3d6d89966614be1e80d9957fb83743934c5eb162.tar.gz |
`qmk cformat` (#9500)
Diffstat (limited to 'drivers/ws2812.h')
-rw-r--r-- | drivers/ws2812.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ws2812.h b/drivers/ws2812.h index 370b14f3e..f179fcb0e 100644 --- a/drivers/ws2812.h +++ b/drivers/ws2812.h @@ -18,12 +18,12 @@ #include "quantum/color.h" /* - * Older WS2812s can handle a reset time (TRST) of 50us, but recent + * Older WS2812s can handle a reset time (TRST) of 50us, but recent * component revisions require a minimum of 280us. */ #if !defined(WS2812_TRST_US) -#define WS2812_TRST_US 280 +# define WS2812_TRST_US 280 #endif /* User Interface |