summaryrefslogtreecommitdiff
path: root/quantum/rgb_matrix/rgb_matrix.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-09-17 22:11:16 +1000
committerGitHub <noreply@github.com>2023-09-17 22:11:16 +1000
commit1ea54a2d8da9e64e5a2c1fd882a13058523b50bc (patch)
treef76a5092995ae9a3440729135765625f50684f09 /quantum/rgb_matrix/rgb_matrix.h
parent32126dc4f01142dbc61f52c9d225bb53faf2d12c (diff)
Complete RGB Matrix support for IS31FL3218 (#22004)
Diffstat (limited to 'quantum/rgb_matrix/rgb_matrix.h')
-rw-r--r--quantum/rgb_matrix/rgb_matrix.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/quantum/rgb_matrix/rgb_matrix.h b/quantum/rgb_matrix/rgb_matrix.h
index ab5184fe18..377f6658bb 100644
--- a/quantum/rgb_matrix/rgb_matrix.h
+++ b/quantum/rgb_matrix/rgb_matrix.h
@@ -24,7 +24,9 @@
#include "color.h"
#include "keyboard.h"
-#ifdef IS31FL3731
+#if defined(IS31FL3218)
+# include "is31fl3218.h"
+#elif defined(IS31FL3731)
# include "is31fl3731.h"
#elif defined(IS31FL3733)
# include "is31fl3733.h"