2024q1 update and rgblight adjustments

This commit is contained in:
numToStr 2024-02-29 22:00:08 +05:30
parent 7730590345
commit 9fe719a5e4
2 changed files with 13 additions and 18 deletions

View File

@ -10,11 +10,11 @@ enum RGB_LAYERS {
};
const rgblight_segment_t PROGMEM capslock_layer[] = RGBLIGHT_LAYER_SEGMENTS(
{0, RGBLED_NUM, HSV_BLUE}
{0, RGBLIGHT_LED_COUNT, HSV_BLUE}
);
const rgblight_segment_t PROGMEM capsword_layer[] = RGBLIGHT_LAYER_SEGMENTS(
{0, RGBLED_NUM, HSV_WHITE}
{0, RGBLIGHT_LED_COUNT, HSV_WHITE}
);
// Now define the array of layers. Later layers take precedence

View File

@ -3,6 +3,9 @@
"keyboard_name": "coral",
"maintainer": "numToStr",
"bootloader": "rp2040",
"build": {
"lto": true
},
"diode_direction": "COL2ROW",
"encoder": {
"enabled": true,
@ -15,7 +18,6 @@
"command": false,
"console": false,
"extrakey": true,
"lto": true,
"mousekey": true,
"nkro": true,
"rgblight": true
@ -26,25 +28,18 @@
},
"processor": "RP2040",
"rgblight": {
"animations": {
"breathing": true,
"christmas": true,
"rainbow_swirl": true,
"snake": true,
"twinkle": true
},
"brightness_steps": 2,
"hue_steps": 2,
"brightness_steps": 1,
"hue_steps": 1,
"layers": {
"blink": true,
"enabled": true,
"override_rgb": true
},
"led_count": 1,
"max_brightness": 20,
"saturation_steps": 2,
"led_count": 2,
"max_brightness": 2,
"saturation_steps": 1,
"sleep": true,
"split": true
"split": true,
"split_count": [1, 1]
},
"split": {
"enabled": true,
@ -146,4 +141,4 @@
]
}
}
}
}