Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define RGB_DI_PIN D2
|
||||
#define RGBLED_NUM 38
|
||||
#define RGBLED_SPLIT { 19, 19 }
|
||||
#define RGBLIGHT_SPLIT
|
||||
|
@@ -5,6 +5,9 @@
|
||||
"device_version": "0.0.1",
|
||||
"pid": "0x1828"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D2"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B4", "E6", "C6", "B1", "B3", "B2"],
|
||||
"rows": ["D7", "B5", "F7", "F6", "B6"]
|
||||
|
Reference in New Issue
Block a user