Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#define RGB_DI_PIN E2
|
||||
# define RGBLED_NUM 6
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
||||
|
@@ -16,6 +16,9 @@
|
||||
"pin": "B7",
|
||||
"levels": 31
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "E2"
|
||||
},
|
||||
"indicators": {
|
||||
"num_lock": "C6",
|
||||
"on_state": 0
|
||||
|
Reference in New Issue
Block a user