aboutsummaryrefslogtreecommitdiff
path: root/quantum/rgblight.h
diff options
context:
space:
mode:
authorU-LANDSRAAD\drashna <drashna@live.com>2018-03-28 13:16:09 -0700
committerJack Humbert <jack.humb@gmail.com>2018-03-28 16:55:58 -0400
commitc1b46206a7872a422b16b453db09477bac995929 (patch)
treebe3cc29bf569c52a28a07c5f27d23fc4f941e16c /quantum/rgblight.h
parent9cfeb4e6cff521d4f7219f2774d69ce9ce96a0cf (diff)
downloadqmk_firmware-c1b46206a7872a422b16b453db09477bac995929.tar.gz
qmk_firmware-c1b46206a7872a422b16b453db09477bac995929.zip
Fix commands and update my userspace (for testing)
Diffstat (limited to 'quantum/rgblight.h')
-rw-r--r--quantum/rgblight.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/rgblight.h b/quantum/rgblight.h
index 73dd89946..8c33f1a8f 100644
--- a/quantum/rgblight.h
+++ b/quantum/rgblight.h
@@ -74,6 +74,7 @@
74#include "ws2812.h" 74#include "ws2812.h"
75#endif 75#endif
76#include "rgblight_types.h" 76#include "rgblight_types.h"
77#include "rgblight_list.h"
77 78
78extern LED_TYPE led[RGBLED_NUM]; 79extern LED_TYPE led[RGBLED_NUM];
79 80