Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
parent
71c22a12db
commit
47966dc2a6
2600 changed files with 4027 additions and 1909 deletions
|
@ -10,7 +10,6 @@
|
|||
*/
|
||||
#define USB_MAX_POWER_CONSUMPTION 100
|
||||
|
||||
#define RGB_DI_PIN D1
|
||||
#define RGB_MATRIX_LED_COUNT 12
|
||||
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 150
|
||||
#define RGB_MATRIX_DISABLE_KEYCODES
|
||||
|
|
|
@ -39,6 +39,9 @@
|
|||
"max_brightness": 150,
|
||||
"saturation_steps": 8
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D1"
|
||||
},
|
||||
"url": "https://worklouder.cc/",
|
||||
"usb": {
|
||||
"device_version": "1.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue