diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2017-09-15 21:43:58 -0400 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2017-09-15 21:43:58 -0400 |
| commit | dc7d0c7b7442b87600352e083e3da4a08cb2d069 (patch) | |
| tree | ac6e6b0417e3c6550e6c8e07f615fabdc74b1ef1 /quantum/rgblight.h | |
| parent | afcf3a2878d5b5de0f9daba201ab44d779a8b2b1 (diff) | |
| parent | d5486265b8afcada68306c815b08c225fce287af (diff) | |
| download | qmk_firmware-dc7d0c7b7442b87600352e083e3da4a08cb2d069.tar.gz qmk_firmware-dc7d0c7b7442b87600352e083e3da4a08cb2d069.zip | |
update to driver separation
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 7acd5a257..c1b3378b3 100644 --- a/quantum/rgblight.h +++ b/quantum/rgblight.h | |||
| @@ -62,7 +62,10 @@ | |||
| 62 | #include <stdint.h> | 62 | #include <stdint.h> |
| 63 | #include <stdbool.h> | 63 | #include <stdbool.h> |
| 64 | #include "eeconfig.h" | 64 | #include "eeconfig.h" |
| 65 | #ifndef RGBLIGHT_CUSTOM_DRIVER | ||
| 65 | #include "ws2812.h" | 66 | #include "ws2812.h" |
| 67 | #endif | ||
| 68 | #include "rgblight_types.h" | ||
| 66 | 69 | ||
| 67 | extern LED_TYPE led[RGBLED_NUM]; | 70 | extern LED_TYPE led[RGBLED_NUM]; |
| 68 | 71 | ||
