Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
@@ -5,5 +5,3 @@
|
||||
|
||||
/* Locking resynchronize hack */
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
#define RGB_DI_PIN F1
|
||||
|
@@ -8,6 +8,9 @@
|
||||
"pid": "0xFA9C",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "F1"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["D1", "F4", "D0", "F5", "D4", "F6"],
|
||||
"rows": ["C6", "F7", "D7", "B1", "B4", "B2", "B5", "B6"]
|
||||
|
Reference in New Issue
Block a user