Move RGBLIGHT_SLEEP to data driven (#21072)
This commit is contained in:
@@ -33,8 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define RGBLIGHT_EFFECT_ALTERNATING
|
||||
#define RGBLIGHT_EFFECT_TWINKLE
|
||||
|
||||
#define RGBLIGHT_SLEEP
|
||||
|
||||
#ifndef IOS_DEVICE_ENABLE
|
||||
#if RGBLED_NUM <= 6
|
||||
#define RGBLIGHT_LIMIT_VAL 255
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
"breathing": true
|
||||
},
|
||||
"rgblight": {
|
||||
"sleep": true,
|
||||
"split": true
|
||||
},
|
||||
"ws2812": {
|
||||
|
||||
@@ -85,9 +85,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define RGBLIGHT_EFFECT_ALTERNATING
|
||||
#define RGBLIGHT_EFFECT_TWINKLE
|
||||
|
||||
|
||||
#define RGBLIGHT_SLEEP
|
||||
|
||||
#ifndef IOS_DEVICE_ENABLE
|
||||
#if RGBLED_NUM <= 6
|
||||
#define RGBLIGHT_LIMIT_VAL 255
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"levels": 5
|
||||
},
|
||||
"rgblight": {
|
||||
"sleep": true,
|
||||
"split": true
|
||||
},
|
||||
"ws2812": {
|
||||
|
||||
@@ -37,8 +37,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define RGBLIGHT_EFFECT_ALTERNATING
|
||||
#define RGBLIGHT_EFFECT_TWINKLE
|
||||
|
||||
#define RGBLIGHT_SLEEP
|
||||
|
||||
#ifndef IOS_DEVICE_ENABLE
|
||||
#if RGBLED_NUM <= 6
|
||||
#define RGBLIGHT_LIMIT_VAL 255
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"levels": 5
|
||||
},
|
||||
"rgblight": {
|
||||
"sleep": true,
|
||||
"split": true
|
||||
},
|
||||
"ws2812": {
|
||||
|
||||
Reference in New Issue
Block a user