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

@ -6,7 +6,6 @@
/* rgb */
#define RGBLED_NUM 7
#define RGBLIGHT_SLEEP
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL

View file

@ -14,6 +14,9 @@
"rgblight": true,
"velocikey": true
},
"rgblight": {
"sleep": true
},
"ws2812": {
"pin": "D2"
},