mirror of
https://github.com/qmk/qmk_firmware
synced 2025-01-04 22:13:04 +00:00
Merge 39acd1145b2aec4d4e02ded1ed7576a9353435f1 into 57f89e5388f0f79e27d0e634c9d4621e5a9c214f
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user