Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
#define USB_SUSPEND_WAKEUP_DELAY 5000
|
||||
#define VIA_EEPROM_LAYOUT_OPTIONS_SIZE 2
|
||||
|
||||
#define RGB_DI_PIN C7
|
||||
#define RGBLED_NUM 84
|
||||
#define RGB_MATRIX_LED_COUNT RGBLED_NUM
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
|
@@ -8,6 +8,9 @@
|
||||
"pid": "0x6063",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "C7"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F7", "F6", "F5", "F4", "E6", "B3", "B7", "D0", "D1", "D2", "D3", "D5", "D4", "D6", "D7"],
|
||||
"rows": ["F0", "F1", "B0", "B1", "B2", "C6"]
|
||||
|
Reference in New Issue
Block a user