Migrate rgblight.pin and RGB_DI_PIN to ws2812.pin (#20303)
This commit is contained in:
@@ -5,6 +5,5 @@
|
||||
#define RGBLIGHT_EFFECT_KNIGHT_LENGTH 2
|
||||
#define RGBLIGHT_EFFECT_CHRISTMAS
|
||||
#define RGBLIGHT_EFFECT_CHRISTMAS_STEP 1
|
||||
#define RGB_DI_PIN D1
|
||||
#define RGBLED_NUM 6 // Used when chaining strips
|
||||
#define RGBLED_SPLIT { 3, 3 } // Used when not chaining strips
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
"pid": "0x3632",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D1"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["D4", "C6", "D7", "E6", "B4", "B5"],
|
||||
"rows": ["F6", "F7", "B1", "B3", "B2", "B6"]
|
||||
|
||||
Reference in New Issue
Block a user