1
0
Fork 0

Migrate lighting defaults to info.json (#22920)

This commit is contained in:
Joel Challis 2024-02-01 18:10:14 +00:00 committed by GitHub
parent 7d5b4adc50
commit 2f37a7854d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
141 changed files with 312 additions and 338 deletions

View file

@ -25,9 +25,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//Thumbwheel
#define PIN_TC D2
//Backlighting
#define BACKLIGHT_DEFAULT_LEVEL 5
//RGB arc
#define RGBLIGHT_DEFAULT_VAL 64

View file

@ -35,7 +35,10 @@
"rgblight": {
"led_count": 5,
"max_brightness": 192,
"sleep": true
"sleep": true,
"default": {
"val": 64
}
},
"ws2812": {
"pin": "D3"
@ -44,7 +47,10 @@
"breathing": true,
"levels": 8,
"max_brightness": 192,
"pin": "B7"
"pin": "B7",
"default": {
"brightness": 5
}
},
"layouts": {
"LAYOUT": {