fixup and move to info.json

This commit is contained in:
Xelus22 2023-11-30 15:06:26 +11:00
parent 92c0ca586d
commit 8f67acf50d
2 changed files with 3 additions and 22 deletions

View File

@ -1,20 +0,0 @@
/* Copyright 2023 Harrison Chan (Xelus)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
/* RGB Underglow */
#define RGBLIGHT_DEFAULT_MODE (RGBLIGHT_MODE_RAINBOW_SWIRL + 2)

View File

@ -28,6 +28,9 @@
}
},
"rgblight": {
"default": {
"animation": "rainbow_swirl"
},
"animations": {
"alternating": true,
"breathing": true,
@ -40,8 +43,6 @@
"static_gradient": true,
"twinkle": true
},
"brightness_steps": 8,
"hue_steps": 8,
"led_count": 32,
"max_brightness": 200,
"saturation_steps": 8