diff options
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 @@ | |||
18 | #include "quantum/color.h" | 18 | #include "quantum/color.h" |
19 | 19 | ||
20 | /* | 20 | /* |
21 | * Older WS2812s can handle a reset time (TRST) of 50us, but recent | 21 | * Older WS2812s can handle a reset time (TRST) of 50us, but recent |
22 | * component revisions require a minimum of 280us. | 22 | * component revisions require a minimum of 280us. |
23 | */ | 23 | */ |
24 | 24 | ||
25 | #if !defined(WS2812_TRST_US) | 25 | #if !defined(WS2812_TRST_US) |
26 | #define WS2812_TRST_US 280 | 26 | # define WS2812_TRST_US 280 |
27 | #endif | 27 | #endif |
28 | 28 | ||
29 | /* User Interface | 29 | /* User Interface |