forked from mirrors/qmk_userspace
update to driver separation
This commit is contained in:
commit
dc7d0c7b74
13 changed files with 259 additions and 30 deletions
|
@ -62,7 +62,10 @@
|
|||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "eeconfig.h"
|
||||
#ifndef RGBLIGHT_CUSTOM_DRIVER
|
||||
#include "ws2812.h"
|
||||
#endif
|
||||
#include "rgblight_types.h"
|
||||
|
||||
extern LED_TYPE led[RGBLED_NUM];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue