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
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
/* RGB Definitions */
|
||||
|
||||
#define RGB_DI_PIN D2
|
||||
#define RGBLED_NUM 84
|
||||
#define RGBLIGHT_MAX_LAYERS 32
|
||||
#define RGBLIGHT_HUE_STEP 10
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@
|
|||
"cols": ["F7", "C7", "C6", "B5", "B4", "D7", "D6", "D4", "E6", "B1", "B2", "B3", "B7", "D0", "D1", "D3"],
|
||||
"rows": ["B0", "F6", "F5", "F4", "F1", "F0"]
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D2"
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"indicators": {
|
||||
"caps_lock": "B6",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue