Added a build flag for using a custom rgblight driver
This commit is contained in:
parent
964d7060e1
commit
d4cd5dda5c
7 changed files with 57 additions and 23 deletions
|
@ -61,7 +61,10 @@
|
|||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "eeconfig.h"
|
||||
#ifndef RGBLIGHT_CUSTOM_DRIVER
|
||||
#include "light_ws2812.h"
|
||||
#endif
|
||||
#include "rgblight_types.h"
|
||||
|
||||
extern LED_TYPE led[RGBLED_NUM];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue