Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
#pragma once
|
||||
|
||||
//TODO: implement RGB Matrix
|
||||
#define RGB_DI_PIN F0
|
||||
// #define RGBLIGHT_DEFAULT_MODE RGBLIGHT_MODE_RAINBOW_SWIRL
|
||||
|
||||
|
||||
|
@@ -8,6 +8,9 @@
|
||||
"pid": "0x0006",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "F0"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["E6", "B2", "B7", "D1", "D2", "D3"],
|
||||
"rows": ["E0"]
|
||||
|
Reference in New Issue
Block a user