From d4cd5dda5c3e3c5b8b8d4db5d0bbed2fec0c770d Mon Sep 17 00:00:00 2001 From: Luiz Ribeiro Date: Sat, 10 Jun 2017 12:40:32 -0400 Subject: Added a build flag for using a custom rgblight driver --- quantum/rgblight.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'quantum/rgblight.h') diff --git a/quantum/rgblight.h b/quantum/rgblight.h index 92130192c..6b609da7f 100644 --- a/quantum/rgblight.h +++ b/quantum/rgblight.h @@ -61,7 +61,10 @@ #include #include #include "eeconfig.h" +#ifndef RGBLIGHT_CUSTOM_DRIVER #include "light_ws2812.h" +#endif +#include "rgblight_types.h" extern LED_TYPE led[RGBLED_NUM]; -- cgit v1.2.3-24-g4f1b