swapped red and white between base layer color and caps lock color

This commit is contained in:
Sadek Baroudi 2020-12-28 11:54:08 -08:00
parent 8c8eba3ee6
commit 877f409af6
1 changed files with 2 additions and 2 deletions

View File

@ -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}
);