Flip kemonine tidbit number pad layer to orange per kemonine layer color standards

This commit is contained in:
kemonine 2020-11-20 16:17:51 -05:00
parent 5152f05c10
commit 744db5753a
4 changed files with 5 additions and 5 deletions

View File

@ -128,14 +128,14 @@ void encoder_update_user(uint8_t index, bool clockwise) {
// Customized HSV values for layer highlights
#define HSV_KMN_PURPLE 191, 255, 120
#define HSV_KMN_GREEN 85, 255, 120
#define HSV_KMN_ORANGE 10,255, 120
const rgblight_segment_t PROGMEM led_underglow_purple[] = RGBLIGHT_LAYER_SEGMENTS(
{0, RGBLED_NUM, HSV_KMN_PURPLE}
);
const rgblight_segment_t PROGMEM led_underglow_green[] = RGBLIGHT_LAYER_SEGMENTS(
{0, RGBLED_NUM, HSV_KMN_GREEN}
{0, RGBLED_NUM, HSV_KMN_ORANGE}
);
// Array of layers for management

View File

@ -1,6 +1,6 @@
[
{
"backcolor": "#00ff5a",
"backcolor": "#ffa100",
"name": "Layer 2 - Number Pad",
"author": "KemoNine"
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

View File

@ -128,14 +128,14 @@ void encoder_update_user(uint8_t index, bool clockwise) {
// Customized HSV values for layer highlights
#define HSV_KMN_PURPLE 191, 255, 120
#define HSV_KMN_GREEN 85, 255, 120
#define HSV_KMN_ORANGE 10,255, 120
const rgblight_segment_t PROGMEM led_underglow_purple[] = RGBLIGHT_LAYER_SEGMENTS(
{0, RGBLED_NUM, HSV_KMN_PURPLE}
);
const rgblight_segment_t PROGMEM led_underglow_green[] = RGBLIGHT_LAYER_SEGMENTS(
{0, RGBLED_NUM, HSV_KMN_GREEN}
{0, RGBLED_NUM, HSV_KMN_ORANGE}
);
// Array of layers for management