Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define RGB_DI_PIN B10
|
||||
#define RGBLIGHT_LAYERS
|
||||
#define RGBLIGHT_LAYERS_OVERRIDE_RGB_OFF
|
||||
#define RGBLED_NUM 1
|
||||
|
@@ -8,6 +8,9 @@
|
||||
"pid": "0x3075",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B10"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["A3", "A5", "A4", "B9", "B8", "B7", "B6", "B5", "B4", "B3", "A15", "B1", "A8", "B15", "B14", "B13"],
|
||||
"rows": ["A7", "A6", "B12", "A2", "A1", "A0"]
|
||||
|
Reference in New Issue
Block a user