]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/rgblight.h
Added Obelus
[qmk_firmware.git] / quantum / rgblight.h
index 7acd5a2577ca5850cf41f3f175019b5255350698..c1b3378b33524811febc05699b839e92cd7f9fcc 100644 (file)
 #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];