diff options
| author | Luiz Ribeiro <luizribeiro@gmail.com> | 2017-06-10 12:40:32 -0400 |
|---|---|---|
| committer | Luiz Ribeiro <luizribeiro@gmail.com> | 2017-06-11 12:30:48 -0400 |
| commit | d4cd5dda5c3e3c5b8b8d4db5d0bbed2fec0c770d (patch) | |
| tree | 8f62acf6a849da7f7c61c18635b905ba8cd63132 /quantum/rgblight.h | |
| parent | 964d7060e1176d487a1f9dfe9bb76b491983748d (diff) | |
| download | qmk_firmware-d4cd5dda5c3e3c5b8b8d4db5d0bbed2fec0c770d.tar.gz qmk_firmware-d4cd5dda5c3e3c5b8b8d4db5d0bbed2fec0c770d.zip | |
Added a build flag for using a custom rgblight driver
Diffstat (limited to 'quantum/rgblight.h')
| -rw-r--r-- | quantum/rgblight.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
| 61 | #include <stdint.h> | 61 | #include <stdint.h> |
| 62 | #include <stdbool.h> | 62 | #include <stdbool.h> |
| 63 | #include "eeconfig.h" | 63 | #include "eeconfig.h" |
| 64 | #ifndef RGBLIGHT_CUSTOM_DRIVER | ||
| 64 | #include "light_ws2812.h" | 65 | #include "light_ws2812.h" |
| 66 | #endif | ||
| 67 | #include "rgblight_types.h" | ||
| 65 | 68 | ||
| 66 | extern LED_TYPE led[RGBLED_NUM]; | 69 | extern LED_TYPE led[RGBLED_NUM]; |
| 67 | 70 | ||
