qmk cformat
(#9500)
This commit is contained in:
parent
cb13dd0a33
commit
3d6d899666
6 changed files with 50 additions and 54 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue