aboutsummaryrefslogtreecommitdiff
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
committerGitHub <noreply@github.com>2020-06-20 14:49:15 +1000
commitd9eae3ef033d3adce7da1ba3d57cc9480659deb0 (patch)
treea3b7effb6d96554a464f7218ebbde9c42995550a /quantum/rgb_matrix.h
parent05e6cc265509af3286ab0e695839e311acc58b55 (diff)
downloadqmk_firmware-d9eae3ef033d3adce7da1ba3d57cc9480659deb0.tar.gz
qmk_firmware-d9eae3ef033d3adce7da1ba3d57cc9480659deb0.zip
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 d9ce39106..03e9e8572 100644
--- a/quantum/rgb_matrix.h
+++ b/quantum/rgb_matrix.h
@@ -32,6 +32,8 @@
32# include "is31fl3733.h" 32# include "is31fl3733.h"
33#elif defined(IS31FL3737) 33#elif defined(IS31FL3737)
34# include "is31fl3737.h" 34# include "is31fl3737.h"
35#elif defined(IS31FL3741)
36# include "is31fl3741.h"
35#elif defined(WS2812) 37#elif defined(WS2812)
36# include "ws2812.h" 38# include "ws2812.h"
37#endif 39#endif