aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ws2812.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ws2812.h')
-rw-r--r--drivers/ws2812.h4
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