Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
parent
71c22a12db
commit
47966dc2a6
2600 changed files with 4027 additions and 1909 deletions
|
@ -9,6 +9,9 @@
|
|||
"pid": "0xE873",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B7"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["C6", "B6", "B5", "B4", "D7", "D6", "F0", "F1", "F4", "F5", "F6", "F7"],
|
||||
"rows": ["C7", "D5", "D3", "D2"]
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
|
||||
#define ADM42_LED E6
|
||||
|
||||
#define RGB_DI_PIN B7
|
||||
|
||||
#define RGB_MATRIX_LED_COUNT 42
|
||||
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 170
|
||||
#define RGB_DISABLE_WHEN_USB_SUSPENDED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue