Update keyboard LED driver configs (#22638)

This commit is contained in:
Ryan 2023-12-19 07:13:08 +11:00 committed by GitHub
parent 62db54dc32
commit b9e81c0691
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
240 changed files with 248 additions and 246 deletions

View file

@ -139,7 +139,7 @@ void is31fl3736_init(uint8_t addr) {
// Set up the mode and other settings, clear the PWM registers,
// then disable software shutdown.
is31fl3736_select_page(addr, IS31FL3736_REG_LED_CONTROL);
is31fl3736_select_page(addr, IS31FL3736_COMMAND_LED_CONTROL);
// Turn off all LEDs.
for (int i = 0; i < IS31FL3736_LED_CONTROL_REGISTER_COUNT; i++) {