mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2025-12-22 22:21:58 +00:00
Migrate lighting defaults to info.json (#22920)
This commit is contained in:
@@ -3,12 +3,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
// RGB Light settings
|
||||
#define RGBLIGHT_LAYERS
|
||||
|
||||
#define RGBLIGHT_MAX_LAYERS 4
|
||||
#define RGBLIGHT_DEFAULT_VAL 155
|
||||
|
||||
// Audio Settings
|
||||
#ifdef AUDIO_ENABLE
|
||||
|
||||
|
||||
@@ -30,6 +30,13 @@
|
||||
"animations": {
|
||||
"alternating": true,
|
||||
"breathing": true
|
||||
},
|
||||
"default": {
|
||||
"val": 155
|
||||
},
|
||||
"layers": {
|
||||
"enabled": true,
|
||||
"max": 4
|
||||
}
|
||||
},
|
||||
"matrix_pins": {
|
||||
|
||||
Reference in New Issue
Block a user