Skip to content

Commit

Permalink
[Driver] bugfix reset the scaling register flag to FALSE (qmk#9507)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan <[email protected]>
  • Loading branch information
melgeek001365 and fauxpark authored Jul 6, 2020
1 parent 94f9395 commit 83867d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/issi/is31fl3741.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ void IS31FL3741_update_led_control_registers(uint8_t addr, uint8_t index) {
for (int i = 0; i < 171; ++i) {
IS31FL3741_write_register(addr, i, g_scaling_registers[0][180 + i]);
}

g_scaling_registers_update_required[index] = false;
}
}

Expand Down

0 comments on commit 83867d2

Please sign in to comment.