mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-10 18:01:33 +00:00
Fixed formatting issue
This commit is contained in:
parent
cd8953ef22
commit
08d7070c7e
@ -792,8 +792,7 @@ static void rgblight_layers_write(void) {
|
||||
# ifdef RGBLIGHT_LAYERS_RETAIN_VAL
|
||||
if (segment.val == 0) {
|
||||
sethsv(segment.hue, segment.sat, segment.val, led_ptr);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
sethsv(segment.hue, segment.sat, current_val, led_ptr);
|
||||
}
|
||||
# else
|
||||
|
Loading…
Reference in New Issue
Block a user