Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
|
||||
|
||||
/* rgb */
|
||||
#define RGB_DI_PIN D2
|
||||
#define RGBLED_NUM 7
|
||||
#define RGBLIGHT_SLEEP
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
|
@@ -14,6 +14,9 @@
|
||||
"rgblight": true,
|
||||
"velocikey": true
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D2"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F5", "F6", "B4", "E6", "D7", "C6", "D4", "D0"],
|
||||
"rows": ["D1", "F4", "F7", "B5", "B1", "B3", "B6", "B2"]
|
||||
|
Reference in New Issue
Block a user