From 0611e54ec68852cc495bf57456b71e580118d927 Mon Sep 17 00:00:00 2001 From: Richard Sailer Date: Thu, 22 Aug 2019 04:10:05 +0200 Subject: [PATCH] Fix: actually change colors with key, not just stay at the same --- src/tuxedo_keyboard.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/tuxedo_keyboard.c b/src/tuxedo_keyboard.c index e70251b..f0cd793 100644 --- a/src/tuxedo_keyboard.c +++ b/src/tuxedo_keyboard.c @@ -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; }