From 877f409af6fe1b1baa1b8e5c8f49329cfa5ad392 Mon Sep 17 00:00:00 2001 From: Sadek Baroudi Date: Mon, 28 Dec 2020 11:54:08 -0800 Subject: [PATCH] swapped red and white between base layer color and caps lock color --- keyboards/reviung39/keymaps/sadekbaroudi/keymap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keyboards/reviung39/keymaps/sadekbaroudi/keymap.c b/keyboards/reviung39/keymaps/sadekbaroudi/keymap.c index 04629844a2..fc30beccaf 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, 10, 10, 255} + {0, 11, HSV_RED} ); const rgblight_segment_t PROGMEM layer_1_rgb[] = RGBLIGHT_LAYER_SEGMENTS( @@ -43,7 +43,7 @@ const rgblight_segment_t PROGMEM layer_5_rgb[] = RGBLIGHT_LAYER_SEGMENTS( ); const rgblight_segment_t PROGMEM layer_capslock_rgb[] = RGBLIGHT_LAYER_SEGMENTS( - {0, 11, HSV_RED} + {0, 11, 10, 10, 255} );