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
|
@ -30,7 +30,6 @@
|
|||
|
||||
|
||||
//TODO: implement RGB Matrix
|
||||
#define RGB_DI_PIN F0
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
#define RGB_MATRIX_LED_COUNT 4
|
||||
#define RGB_MATRIX_KEYPRESSES // reacts to keypresses
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x0005",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "F0"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["E6", "B2", "D1", "D2", "D3"],
|
||||
"rows": ["E0"]
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#pragma once
|
||||
|
||||
//TODO: implement RGB Matrix
|
||||
#define RGB_DI_PIN F0
|
||||
// #define RGBLIGHT_DEFAULT_MODE RGBLIGHT_MODE_RAINBOW_SWIRL
|
||||
|
||||
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x0006",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "F0"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["E6", "B2", "B7", "D1", "D2", "D3"],
|
||||
"rows": ["E0"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue