update to driver separation

This commit is contained in:
Jack Humbert 2017-09-15 21:43:58 -04:00
commit dc7d0c7b74
13 changed files with 259 additions and 30 deletions

View file

@ -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];