summaryrefslogtreecommitdiff
path: root/quantum/rgb_matrix.h
diff options
context:
space:
mode:
authorMelGeek <65591833+melgeek001365@users.noreply.github.com>2020-06-20 12:49:15 +0800
committerDrashna Jael're <drashna@live.com>2020-08-08 21:21:18 -0700
commit872cabee5b3536d60df7140fc5c9b554772a099b (patch)
tree6d97d9d546b782746e833e9ba8bbac371bbc4588 /quantum/rgb_matrix.h
parent2d5109e244c1fcd3b0ff27ce4407ea261c792568 (diff)
Support IS31FL3741 and IS31FL3741A. (#9201)
Diffstat (limited to 'quantum/rgb_matrix.h')
-rw-r--r--quantum/rgb_matrix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/rgb_matrix.h b/quantum/rgb_matrix.h
index d9ce391068..03e9e8572c 100644
--- a/quantum/rgb_matrix.h
+++ b/quantum/rgb_matrix.h
@@ -32,6 +32,8 @@
# include "is31fl3733.h"
#elif defined(IS31FL3737)
# include "is31fl3737.h"
+#elif defined(IS31FL3741)
+# include "is31fl3741.h"
#elif defined(WS2812)
# include "ws2812.h"
#endif