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
|
@ -16,7 +16,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#define RGB_DI_PIN B5
|
||||
#define RGB_MATRIX_LED_COUNT 16
|
||||
|
||||
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
|
||||
|
|
|
@ -16,6 +16,9 @@
|
|||
"cols": ["B6", "B1", "B3", "B2"],
|
||||
"rows": ["F7", "F6", "F5", "F4"]
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B5"
|
||||
},
|
||||
"development_board": "promicro",
|
||||
"url": "",
|
||||
"usb": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue