Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
|
||||
# define RGB_DI_PIN A8
|
||||
# define RGBLED_NUM 12
|
||||
# define RGBLIGHT_SLEEP
|
||||
# define RGBLIGHT_VAL_STEP 5
|
||||
|
@@ -11,6 +11,9 @@
|
||||
"rows": ["A3", "B9", "B8", "A4", "C14", "C13"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"ws2812": {
|
||||
"pin": "A8"
|
||||
},
|
||||
"debounce": 8,
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
|
Reference in New Issue
Block a user