This commit is contained in:
4pplet 2024-11-20 22:22:14 -08:00 committed by GitHub
commit 3a3f36134d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,7 @@
"rgblight": {
"saturation_steps": 8,
"brightness_steps": 8,
"led_count": 16,
"led_count": 17,
"animations": {
"breathing": true,
"rainbow_mood": true,

View File

@ -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();
}