diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-07-10 11:18:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-10 11:18:47 -0400 |
commit | 42d5a324eb673b2214a87c8911d850105c3bdaab (patch) | |
tree | c14aca23eb74164d5cd7e69f50e6d347b3ace51a /quantum/rgblight.h | |
parent | 8d190d5e25b3374156264fde0ba5d78696cc74aa (diff) | |
download | qmk_firmware-42d5a324eb673b2214a87c8911d850105c3bdaab.tar.gz |
Start mvoing hardware drivers to /drivers/ (#1433)
* start driver isolation
* update nyquist and orthodox boards
* update atreus62
* move drivers to avr
* update avr conditional
Diffstat (limited to 'quantum/rgblight.h')
-rw-r--r-- | quantum/rgblight.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/rgblight.h b/quantum/rgblight.h index 92130192c..8fea96a9e 100644 --- a/quantum/rgblight.h +++ b/quantum/rgblight.h @@ -61,7 +61,7 @@ #include <stdint.h> #include <stdbool.h> #include "eeconfig.h" -#include "light_ws2812.h" +#include "ws2812.h" extern LED_TYPE led[RGBLED_NUM]; |