Migrate lighting defaults to info.json (#22920)
This commit is contained in:
parent
7d5b4adc50
commit
2f37a7854d
141 changed files with 312 additions and 338 deletions
|
@ -19,9 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#define RGBLIGHT_DI_PIN C7
|
||||
|
||||
#define RGBLIGHT_DEFAULT_MODE RGBLIGHT_MODE_STATIC_LIGHT
|
||||
#define RGBLIGHT_DEFAULT_HUE 170
|
||||
|
||||
#define RGB_MATRIX_DISABLE_KEYCODES
|
||||
|
||||
/*
|
||||
|
|
|
@ -74,6 +74,9 @@
|
|||
"christmas": true,
|
||||
"static_gradient": true,
|
||||
"twinkle": true
|
||||
},
|
||||
"default": {
|
||||
"hue": 170
|
||||
}
|
||||
},
|
||||
"bootmagic": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue