Move RGBLIGHT_SLEEP to data driven (#21072)

This commit is contained in:
Ryan 2023-06-16 14:04:45 +10:00 committed by GitHub
commit 2367d8129c
Failed to generate hash of commit
805 changed files with 991 additions and 563 deletions

View file

@ -19,7 +19,6 @@
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
#define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL

View file

@ -13,6 +13,9 @@
{"pin_a": "D1", "pin_b": "D0"}
]
},
"rgblight": {
"sleep": true
},
"ws2812": {
"pin": "B2"
},