color change for corne and reviung
This commit is contained in:
parent
cefac2bf6e
commit
e2fe3cc1aa
|
|
@ -30,7 +30,7 @@ static bool led_on = true;
|
|||
|
||||
// Begin layer lighting
|
||||
const rgblight_segment_t PROGMEM layer_0_rgb[] = RGBLIGHT_LAYER_SEGMENTS(
|
||||
{0, 27, HSV_PURPLE}
|
||||
{0, 27, HSV_BLUE}
|
||||
);
|
||||
|
||||
const rgblight_segment_t PROGMEM layer_1_rgb[] = RGBLIGHT_LAYER_SEGMENTS(
|
||||
|
|
@ -42,7 +42,7 @@ const rgblight_segment_t PROGMEM layer_2_rgb[] = RGBLIGHT_LAYER_SEGMENTS(
|
|||
);
|
||||
|
||||
const rgblight_segment_t PROGMEM layer_3_rgb[] = RGBLIGHT_LAYER_SEGMENTS(
|
||||
{0, 27, HSV_BLUE}
|
||||
{0, 27, HSV_PURPLE}
|
||||
);
|
||||
|
||||
const rgblight_segment_t PROGMEM layer_4_rgb[] = RGBLIGHT_LAYER_SEGMENTS(
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ static bool led_on = true;
|
|||
|
||||
// Begin layer lighting
|
||||
const rgblight_segment_t PROGMEM layer_0_rgb[] = RGBLIGHT_LAYER_SEGMENTS(
|
||||
{0, 11, HSV_YELLOW}
|
||||
{0, 11, HSV_BLUE}
|
||||
/* example of multicolor layer
|
||||
{0, 5, HSV_BLUE}, // left side of underglow is blue
|
||||
{5, 5, HSV_YELLOW}, // right side of underglow is yellow
|
||||
|
|
@ -46,11 +46,11 @@ const rgblight_segment_t PROGMEM layer_2_rgb[] = RGBLIGHT_LAYER_SEGMENTS(
|
|||
);
|
||||
|
||||
const rgblight_segment_t PROGMEM layer_3_rgb[] = RGBLIGHT_LAYER_SEGMENTS(
|
||||
{0, 11, HSV_BLUE}
|
||||
{0, 11, HSV_PURPLE}
|
||||
);
|
||||
|
||||
const rgblight_segment_t PROGMEM layer_4_rgb[] = RGBLIGHT_LAYER_SEGMENTS(
|
||||
{0, 11, 24, 255, 255}
|
||||
{0, 11, HSV_YELLOW}
|
||||
);
|
||||
|
||||
const rgblight_segment_t PROGMEM layer_5_rgb[] = RGBLIGHT_LAYER_SEGMENTS(
|
||||
|
|
|
|||
Loading…
Reference in New Issue