summaryrefslogtreecommitdiff
path: root/quantum/rgb_matrix.h
diff options
context:
space:
mode:
authorErovia <Erovia@users.noreply.github.com>2019-04-22 17:26:41 +0200
committerDrashna Jaelre <drashna@live.com>2019-04-24 15:17:21 -0700
commit190bc5badaa35e3905894b62f227133cad5e8293 (patch)
treee604c090196dbe75dc51c0f64db772753d23f38d /quantum/rgb_matrix.h
parent5a7085b64216a391f8c3ceda26b90827f398f3c6 (diff)
Define RGB colors (#5300)
* Define RGB colors Define RGB colors and pass them to the rgblight functions, instead of defining multiple macros.
Diffstat (limited to 'quantum/rgb_matrix.h')
-rw-r--r--quantum/rgb_matrix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/rgb_matrix.h b/quantum/rgb_matrix.h
index f24798d9f9..5fdc854f08 100644
--- a/quantum/rgb_matrix.h
+++ b/quantum/rgb_matrix.h
@@ -24,6 +24,7 @@
#include "rgb_matrix_types.h"
#include "color.h"
#include "quantum.h"
+#include "rgblight_list.h"
#ifdef IS31FL3731
#include "is31fl3731.h"