From 5b37bd4a48dcb023ec1e833130665fd0b7c8a6ab Mon Sep 17 00:00:00 2001 From: Sadek Baroudi Date: Mon, 21 Dec 2020 10:03:45 -0800 Subject: [PATCH] weird bug where leds randomly turn off when using HSV_WHITE, changed to 10,10,255 for base layer and everything works --- keyboards/reviung39/keymaps/sadekbaroudi/keymap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/reviung39/keymaps/sadekbaroudi/keymap.c b/keyboards/reviung39/keymaps/sadekbaroudi/keymap.c index d606da0c26..7ba7692b1d 100644 --- a/keyboards/reviung39/keymaps/sadekbaroudi/keymap.c +++ b/keyboards/reviung39/keymaps/sadekbaroudi/keymap.c @@ -19,7 +19,7 @@ // Begin layer lighting const rgblight_segment_t PROGMEM layer_0_rgb[] = RGBLIGHT_LAYER_SEGMENTS( - {0, 11, HSV_WHITE} + {0, 11, 10, 10, 255} ); const rgblight_segment_t PROGMEM layer_1_rgb[] = RGBLIGHT_LAYER_SEGMENTS(