format code according to conventions [skip ci]
This commit is contained in:
parent
c4f910b1b3
commit
c8cff1489a
2 changed files with 13 additions and 13 deletions
|
@ -31,9 +31,9 @@ static void init(void) {
|
|||
i2c_init();
|
||||
# ifdef IS31FL3731
|
||||
IS31FL3731_init(DRIVER_ADDR_1);
|
||||
# ifdef DRIVER_ADDR_2
|
||||
# ifdef DRIVER_ADDR_2
|
||||
IS31FL3731_init(DRIVER_ADDR_2);
|
||||
# endif
|
||||
# endif
|
||||
# elif defined(IS31FL3733)
|
||||
IS31FL3733_init(DRIVER_ADDR_1, 0);
|
||||
# elif defined(IS31FL3737)
|
||||
|
@ -57,9 +57,9 @@ static void init(void) {
|
|||
// This actually updates the LED drivers
|
||||
# ifdef IS31FL3731
|
||||
IS31FL3731_update_led_control_registers(DRIVER_ADDR_1, 0);
|
||||
# ifdef DRIVER_ADDR_2
|
||||
# ifdef DRIVER_ADDR_2
|
||||
IS31FL3731_update_led_control_registers(DRIVER_ADDR_2, 1);
|
||||
# endif
|
||||
# endif
|
||||
# elif defined(IS31FL3733)
|
||||
IS31FL3733_update_led_control_registers(DRIVER_ADDR_1, 0);
|
||||
IS31FL3733_update_led_control_registers(DRIVER_ADDR_2, 1);
|
||||
|
@ -73,9 +73,9 @@ static void init(void) {
|
|||
# ifdef IS31FL3731
|
||||
static void flush(void) {
|
||||
IS31FL3731_update_pwm_buffers(DRIVER_ADDR_1, 0);
|
||||
# ifdef DRIVER_ADDR_2
|
||||
# ifdef DRIVER_ADDR_2
|
||||
IS31FL3731_update_pwm_buffers(DRIVER_ADDR_2, 1);
|
||||
# endif
|
||||
# endif
|
||||
}
|
||||
|
||||
const rgb_matrix_driver_t rgb_matrix_driver = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue