forked from mirrors/qmk_userspace
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
This commit is contained in:
parent
85351dc23d
commit
7da97c293d
51 changed files with 359 additions and 122 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue