forked from mirrors/qmk_userspace
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
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
|
||||
/* rgb */
|
||||
#define RGB_DI_PIN D2
|
||||
#define RGBLED_NUM 7
|
||||
#define RGBLIGHT_SLEEP
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
|
|
|
|||
|
|
@ -14,6 +14,9 @@
|
|||
"rgblight": true,
|
||||
"velocikey": true
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D2"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F5", "F6", "B4", "E6", "D7", "C6", "D4", "D0"],
|
||||
"rows": ["D1", "F4", "F7", "B5", "B1", "B3", "B6", "B2"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue