Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
/* Select hand configuration */
|
||||
#define MASTER_LEFT
|
||||
|
||||
|
||||
#define RGB_DI_PIN D4
|
||||
#define RGBLED_NUM 88
|
||||
#define RGBLED_SPLIT { 44, 44 }
|
||||
#define RGBLIGHT_SPLIT
|
||||
|
@@ -8,6 +8,9 @@
|
||||
"pid": "0x0001",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D4"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F5", "F6", "F7", "B1", "B3", "B2", "B6"],
|
||||
"rows": ["C6", "D7", "E6", "B4", "B5"]
|
||||
|
Reference in New Issue
Block a user