forked from mirrors/qmk_userspace
led_matrix works now
This commit is contained in:
parent
bf2670601d
commit
6b74dd6de5
7 changed files with 45 additions and 39 deletions
|
@ -64,7 +64,8 @@ static void init(void) {
|
|||
IS31FL3733_init(LED_DRIVER_ADDR_4);
|
||||
#endif
|
||||
#endif
|
||||
for (int index = 0; index < LED_DRIVER_COUNT; index++) {
|
||||
|
||||
for (int index = 0; index < LED_DRIVER_LED_COUNT; index++) {
|
||||
#ifdef IS31FL3731
|
||||
IS31FL3731_set_led_control_register(index, true);
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue