mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 03:19:24 +00:00
Merge 39acd1145b
into 9bea332a21
This commit is contained in:
commit
3a3f36134d
@ -44,7 +44,7 @@
|
||||
"rgblight": {
|
||||
"saturation_steps": 8,
|
||||
"brightness_steps": 8,
|
||||
"led_count": 16,
|
||||
"led_count": 17,
|
||||
"animations": {
|
||||
"breathing": true,
|
||||
"rainbow_mood": true,
|
||||
|
@ -22,6 +22,7 @@ void keyboard_pre_init_kb(void) {
|
||||
gpio_set_pin_output(LAYER_3);
|
||||
gpio_set_pin_output(LAYER_4);
|
||||
gpio_set_pin_output(LAYER_5);
|
||||
rgblight_set_effect_range(0, 16);
|
||||
keyboard_pre_init_user();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user