forked from mirrors/qmk_userspace
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
|
@ -25,7 +25,6 @@
|
|||
# define RGB_MATRIX_LED_COUNT RGBLED_NUM
|
||||
# define RGB_MATRIX_SPLIT { 48, 52 }
|
||||
#endif
|
||||
#define RGBLIGHT_SLEEP
|
||||
|
||||
#define AUDIO_PIN B6
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
},
|
||||
"rgblight": {
|
||||
"max_brightness": 120,
|
||||
"sleep": true,
|
||||
"split_count": [48, 52]
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue