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"]
|
||||
|
@@ -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
|
||||
|
@@ -3,6 +3,9 @@
|
||||
"cols": ["B4", "B5", "F6", "F5", "F4", "F7", "B1", "B3", "B2", "B6"],
|
||||
"rows": ["D4", "C6", "D7", "E6"]
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D1"
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
|
Reference in New Issue
Block a user