Move RGBLIGHT_SLEEP to data driven (#21072)
This commit is contained in:
parent
579db6131e
commit
2367d8129c
805 changed files with 991 additions and 563 deletions
|
|
@ -17,9 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#pragma once
|
||||
|
||||
#define RGBLIGHT_SLEEP
|
||||
|
||||
|
||||
/* ws2812B RGB LED */
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
# define RGBLIGHT_EFFECT_BREATHING
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@
|
|||
"pin": "D7",
|
||||
"breathing": true
|
||||
},
|
||||
"rgblight": {
|
||||
"sleep": true
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "F4"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue