swapped red and white between base layer color and caps lock color
This commit is contained in:
parent
8c8eba3ee6
commit
877f409af6
|
|
@ -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}
|
||||
);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue