Move RGBLIGHT_SLEEP to data driven (#21072)
This commit is contained in:
@@ -18,6 +18,5 @@
|
||||
#define RGBLIGHT_EFFECT_RGB_TEST
|
||||
#define RGBLIGHT_EFFECT_ALTERNATING
|
||||
#define RGBLIGHT_EFFECT_TWINKLE
|
||||
#define RGBLIGHT_SLEEP
|
||||
|
||||
#define I2C_START_RETRY_COUNT 1
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
"backlight": {
|
||||
"pin": "D4"
|
||||
},
|
||||
"rgblight": {
|
||||
"sleep": true
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "i2c"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user