qmk cformat
(#9500)
This commit is contained in:
parent
cb13dd0a33
commit
3d6d899666
6 changed files with 50 additions and 54 deletions
|
@ -23,7 +23,7 @@
|
|||
* be here if shared between boards.
|
||||
*/
|
||||
|
||||
#if defined(IS31FL3731) || defined(IS31FL3733) || defined(IS31FL3737) || defined(IS31FL3741)
|
||||
#if defined(IS31FL3731) || defined(IS31FL3733) || defined(IS31FL3737) || defined(IS31FL3741)
|
||||
|
||||
# include "i2c_master.h"
|
||||
|
||||
|
@ -100,9 +100,7 @@ const rgb_matrix_driver_t rgb_matrix_driver = {
|
|||
.set_color_all = IS31FL3737_set_color_all,
|
||||
};
|
||||
# else
|
||||
static void flush(void) {
|
||||
IS31FL3741_update_pwm_buffers(DRIVER_ADDR_1, DRIVER_ADDR_2);
|
||||
}
|
||||
static void flush(void) { IS31FL3741_update_pwm_buffers(DRIVER_ADDR_1, DRIVER_ADDR_2); }
|
||||
|
||||
const rgb_matrix_driver_t rgb_matrix_driver = {
|
||||
.init = init,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue