LED drivers: place I2C addresses into an array (#22975)
This commit is contained in:
parent
137938b67a
commit
a5ea619139
54 changed files with 1292 additions and 1349 deletions
|
@ -147,7 +147,7 @@ void matrix_init_kb(void) {
|
|||
is31fl3741_set_scaling_registers(&led, 0xFF, 0xFF, 0xFF);
|
||||
}
|
||||
|
||||
is31fl3741_update_led_control_registers(IS31FL3741_I2C_ADDRESS_1, 0);
|
||||
is31fl3741_update_led_control_registers(0);
|
||||
|
||||
matrix_init_user();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue