1
0
Fork 0

[Keyboard] RGB updates on NK65 and HS60 (#6795)

* RGB update commit

* Convert caps lock indicator check to IS_LED_ON

* ISSI3733 minor change
This commit is contained in:
yiancar 2019-10-08 17:03:51 +01:00 committed by Drashna Jaelre
parent d00326ecb3
commit 5e43f87956
4 changed files with 8 additions and 13 deletions

View file

@ -231,5 +231,6 @@ void IS31FL3733_update_led_control_registers(uint8_t addr, uint8_t index) {
IS31FL3733_write_register(addr, i, g_led_control_registers[index][i]);
}
}
g_led_control_registers_update_required[index] = false;
// This seems counter intuitive but sometimes this page can get corrupted. So update it every time.
// g_led_control_registers_update_required[index] = false;
}