Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
@@ -16,8 +16,6 @@
|
||||
#pragma once
|
||||
|
||||
/* RGB Light Configuration */
|
||||
|
||||
#define RGB_DI_PIN D1
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
|
||||
|
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"ws2812": {
|
||||
"pin": "D1"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["D3", "D1", "B7", "D6", "C7", "B6", "B5", "D7", "C6", "D0"],
|
||||
"rows": ["F4", "F1", "F0", "D2"]
|
||||
|
Reference in New Issue
Block a user