Normalise include statements in keyboard code (#11185)
This commit is contained in:
parent
37fb14f1b5
commit
9366ed7282
81 changed files with 108 additions and 291 deletions
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
#include "ws2812.h"
|
||||
#include "stdlib.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
#define BYTES_FOR_LED_BYTE 4
|
||||
#define NB_COLORS 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue