Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define RGB_DI_PIN A3
|
||||
#define RGBLED_NUM 50
|
||||
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
|
@@ -8,6 +8,9 @@
|
||||
"pid": "0x0001",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "A3"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["A9", "A10", "B11", "B7", "B6", "B5", "B4", "B3", "B2", "B1", "B0", "C14", "A4", "A5", "A6", "A7", "A8", "A15", "A13", "A14", "B12"],
|
||||
"rows": ["B10", "B9", "B15", "B14", "B13", "B8"]
|
||||
|
Reference in New Issue
Block a user