X-Git-Url: https://git.donarmstrong.com/?p=qmk_firmware.git;a=blobdiff_plain;f=drivers%2Fissi%2Fis31fl3731.h;h=968638f86af8460c7fc87f08cb148b5e6035fc32;hp=f354a12db2b39c6d067f3cf217b0a0ad0a2c28a4;hb=bffbb4b42d3167125f54b5aeb7a30fef44ff5dbe;hpb=d686c0ea43d6a9db7768da64ee54c3ba25c018f7 diff --git a/drivers/issi/is31fl3731.h b/drivers/issi/is31fl3731.h index f354a12db..968638f86 100644 --- a/drivers/issi/is31fl3731.h +++ b/drivers/issi/is31fl3731.h @@ -44,8 +44,8 @@ void IS31FL3731_set_led_control_register( uint8_t index, bool red, bool green, b // (eg. from a timer interrupt). // Call this while idle (in between matrix scans). // If the buffer is dirty, it will update the driver with the buffer. -void IS31FL3731_update_pwm_buffers( uint8_t addr1, uint8_t addr2 ); -void IS31FL3731_update_led_control_registers( uint8_t addr1, uint8_t addr2 ); +void IS31FL3731_update_pwm_buffers( uint8_t addr, uint8_t index ); +void IS31FL3731_update_led_control_registers( uint8_t addr, uint8_t index ); #define C1_1 0x24 #define C1_2 0x25