forked from mirrors/qmk_userspace
Add led matrix support for CKLED2001 (#17643)
This commit is contained in:
parent
ee664e0960
commit
a02aff9c77
7 changed files with 627 additions and 16 deletions
|
@ -33,6 +33,9 @@
|
|||
#ifdef IS31FL3733
|
||||
# include "is31fl3733-simple.h"
|
||||
#endif
|
||||
#ifdef CKLED2001
|
||||
# include "ckled2001-simple.h"
|
||||
#endif
|
||||
|
||||
#ifndef LED_MATRIX_LED_FLUSH_LIMIT
|
||||
# define LED_MATRIX_LED_FLUSH_LIMIT 16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue