mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
next_color(): Add usefull debug output
This commit is contained in:
parent
bf601f1eba
commit
0d915b833b
|
@ -469,6 +469,9 @@ static int set_next_color_whole_kb(void)
|
|||
}
|
||||
new_color_code = color_list.colors[new_color_id].code;
|
||||
|
||||
TUXEDO_INFO("set_next_color_whole_kb(): new_color_id: %i, new_color_code %X",
|
||||
new_color_id, new_color_code);
|
||||
|
||||
/* Set color on all four regions*/
|
||||
// TODO: perhaps use set_color_region here, because of better struct state
|
||||
// handling (or implement something like it myself)
|
||||
|
|
Loading…
Reference in a new issue