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 @@
|
|||
//#define NO_ACTION_TAPPING
|
||||
//#define NO_ACTION_ONESHOT
|
||||
|
||||
#define RGB_DI_PIN B5
|
||||
#define RGBLED_NUM 4
|
||||
#define RGBLIGHT_LIMIT_VAL 40
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
"bootmagic": {
|
||||
"matrix": [0, 3]
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B5"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
"matrix_pins": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue