diff options
Diffstat (limited to 'quantum/rgb_matrix.h')
-rw-r--r-- | quantum/rgb_matrix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/rgb_matrix.h b/quantum/rgb_matrix.h index a615b8422..741a2fe44 100644 --- a/quantum/rgb_matrix.h +++ b/quantum/rgb_matrix.h | |||
@@ -33,6 +33,8 @@ | |||
33 | # include "is31fl3737.h" | 33 | # include "is31fl3737.h" |
34 | #elif defined(IS31FL3741) | 34 | #elif defined(IS31FL3741) |
35 | # include "is31fl3741.h" | 35 | # include "is31fl3741.h" |
36 | #elif defined(AW20216) | ||
37 | # include "aw20216.h" | ||
36 | #elif defined(WS2812) | 38 | #elif defined(WS2812) |
37 | # include "ws2812.h" | 39 | # include "ws2812.h" |
38 | #endif | 40 | #endif |