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
|
@ -46,7 +46,6 @@
|
|||
#define RGB_BACKLIGHT_DAWN60
|
||||
|
||||
//RGB Underglow defines
|
||||
#define RGB_DI_PIN F0
|
||||
#define WS2812_LED_TOTAL 20
|
||||
|
||||
#define RGB_UNDERGLOW_ALPHA_TOP_START 0
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"ws2812": {
|
||||
"pin": "F0"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B0", "D5", "B2", "F5", "D3", "D2", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "D4"],
|
||||
"rows": ["B1", "B3", "F1", "F6", "F7"]
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
//RGB Underglow defines
|
||||
#define RGB_DI_PIN F0
|
||||
#define WS2812_LED_TOTAL 20
|
||||
|
||||
//RGB Matrix defines
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"ws2812": {
|
||||
"pin": "F0"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B0", "D5", "B2", "F5", "D3", "D2", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "D4"],
|
||||
"rows": ["B1", "B3", "F1", "F6", "F7"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue