diff options
| author | Drashna Jaelre | 2021-08-17 20:19:00 +0200 |
|---|---|---|
| committer | GitHub | 2021-08-17 20:19:00 +0200 |
| commit | 7da97c293da851851c204af065a0c8d2f884effd (patch) | |
| tree | d1ebbc3898f66b570bf6005bdfffe0682efa8240 /quantum/led_matrix/led_matrix.h | |
| parent | 85351dc23d423d1fa5d23aed8b4b478c49949b46 (diff) | |
Rgb matrix/enable modes explicitly (#13758)
* Change animations to require explicet activation
* Add support for legacy config
* Make default for now
* Add LED Matrix support
* change LED Matrix docs
Diffstat (limited to 'quantum/led_matrix/led_matrix.h')
| -rw-r--r-- | quantum/led_matrix/led_matrix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/led_matrix/led_matrix.h b/quantum/led_matrix/led_matrix.h index 6f85854fbe..a7a1c983f7 100644 --- a/quantum/led_matrix/led_matrix.h +++ b/quantum/led_matrix/led_matrix.h @@ -23,6 +23,7 @@ #include <stdbool.h> #include "led_matrix_types.h" #include "quantum.h" +#include "led_matrix_legacy_enables.h" #ifdef IS31FL3731 # include "is31fl3731-simple.h" |