mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Fix: actually change colors with key, not just stay at the same
This commit is contained in:
parent
0d915b833b
commit
0611e54ec6
|
@ -480,9 +480,7 @@ static int set_next_color_whole_kb(void)
|
|||
set_color_code_region(REGION_RIGHT, new_color_code);
|
||||
set_color_code_region(REGION_EXTRA, new_color_code);
|
||||
|
||||
// if (everything_succesfull){
|
||||
// kbd_led_state.whole_kbd_color = new_color_id;
|
||||
// }
|
||||
kbd_led_state.whole_kbd_color = new_color_id;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue