mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 03:19:24 +00:00
potential fix
potential fix
This commit is contained in:
parent
11daef82e0
commit
39acd1145b
@ -44,7 +44,7 @@
|
|||||||
"rgblight": {
|
"rgblight": {
|
||||||
"saturation_steps": 8,
|
"saturation_steps": 8,
|
||||||
"brightness_steps": 8,
|
"brightness_steps": 8,
|
||||||
"led_count": 16,
|
"led_count": 17,
|
||||||
"animations": {
|
"animations": {
|
||||||
"breathing": true,
|
"breathing": true,
|
||||||
"rainbow_mood": 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_3);
|
||||||
gpio_set_pin_output(LAYER_4);
|
gpio_set_pin_output(LAYER_4);
|
||||||
gpio_set_pin_output(LAYER_5);
|
gpio_set_pin_output(LAYER_5);
|
||||||
|
rgblight_set_effect_range(0, 16);
|
||||||
keyboard_pre_init_user();
|
keyboard_pre_init_user();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user