Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
@@ -11,8 +11,6 @@
|
||||
#define AUDIO_ENABLE_TONE_MULTIPLEXING
|
||||
#define AUDIO_TONE_MULTIPLEXING_RATE_DEFAULT 10
|
||||
|
||||
// The pin connected to the data pin of the LEDs
|
||||
#define RGB_DI_PIN F4
|
||||
// The number of LEDs connected
|
||||
#define RGB_MATRIX_LED_COUNT 27
|
||||
#define RGB_MATRIX_CENTER { 60, 77 }
|
||||
|
@@ -7,6 +7,9 @@
|
||||
"pid": "0x0004",
|
||||
"vid": "0x4450"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "F4"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["D3", "D2", "F5", "F6", "B2"],
|
||||
"rows": ["D4", "D7", "E6", "B6", "B4", "B5"]
|
||||
|
Reference in New Issue
Block a user