forked from mirror/qmk_firmware
Move RGBLIGHT_SLEEP to data driven (#21072)
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
|
||||
# define RGBLED_NUM 12
|
||||
# define RGBLIGHT_SLEEP
|
||||
# define RGBLIGHT_VAL_STEP 5
|
||||
|
||||
# define RGBLIGHT_EFFECT_BREATHING
|
||||
|
||||
@@ -15,7 +15,8 @@
|
||||
"pin": "A8"
|
||||
},
|
||||
"rgblight": {
|
||||
"max_brightness": 200
|
||||
"max_brightness": 200,
|
||||
"sleep": true
|
||||
},
|
||||
"debounce": 8,
|
||||
"layouts": {
|
||||
|
||||
Reference in New Issue
Block a user