mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 19:41:16 +00:00
2024q1 update and rgblight adjustments
This commit is contained in:
parent
7730590345
commit
9fe719a5e4
@ -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
|
||||
|
@ -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 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user