Migrate RGB Matrix config to info.json - EF (#22808)
This commit is contained in:
parent
a5f1438f58
commit
1bd9b9204d
23 changed files with 258 additions and 368 deletions
|
@ -19,7 +19,3 @@
|
|||
/* BACKLIGHT PWM */
|
||||
#define BACKLIGHT_PWM_DRIVER PWMD7
|
||||
#define BACKLIGHT_PWM_CHANNEL RP2040_PWM_CHANNEL_B
|
||||
|
||||
/* RGB Matrix */
|
||||
#define RGB_MATRIX_DEFAULT_VAL 60
|
||||
#define RGB_MATRIX_SLEEP
|
|
@ -74,6 +74,9 @@
|
|||
"splash": true,
|
||||
"typing_heatmap": true
|
||||
},
|
||||
"default": {
|
||||
"val": 60
|
||||
},
|
||||
"driver": "ws2812",
|
||||
"layout": [
|
||||
{"matrix": [0, 7], "x": 97, "y": 10, "flags": 4},
|
||||
|
@ -143,7 +146,8 @@
|
|||
{"matrix": [4, 13], "x": 192, "y": 55, "flags": 1},
|
||||
{"matrix": [4, 14], "x": 205, "y": 55, "flags": 1},
|
||||
{"matrix": [4, 15], "x": 224, "y": 55, "flags": 1}
|
||||
]
|
||||
],
|
||||
"sleep": true
|
||||
},
|
||||
"url": "",
|
||||
"usb": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue