mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 07:19:06 +00:00
Move RGBLIGHT_SLEEP
to data driven (#21072)
This commit is contained in:
@@ -37,5 +37,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define RGBLIGHT_EFFECT_RGB_TEST
|
||||
#define RGBLIGHT_EFFECT_ALTERNATING
|
||||
#define RGBLIGHT_EFFECT_TWINKLE
|
||||
#define RGBLIGHT_SLEEP
|
||||
#define RGBLIGHT_EFFECT_KNIGHT_OFFSET 9
|
||||
|
@@ -11,6 +11,9 @@
|
||||
"backlight": {
|
||||
"pin": "D4"
|
||||
},
|
||||
"rgblight": {
|
||||
"sleep": true
|
||||
},
|
||||
"ws2812": {
|
||||
"driver": "custom"
|
||||
},
|
||||
|
Reference in New Issue
Block a user