Move RGBLIGHT_SLEEP to data driven (#21072)
This commit is contained in:
@@ -23,5 +23,3 @@
|
||||
#define RGBLIGHT_HUE_STEP 8
|
||||
#define RGBLIGHT_SAT_STEP 8
|
||||
#define RGBLIGHT_VAL_STEP 8
|
||||
/* If defined, the RGB lighting will be switched off when the host goes to sleep */
|
||||
#define RGBLIGHT_SLEEP
|
||||
|
||||
@@ -21,6 +21,9 @@
|
||||
"caps_lock": "B2",
|
||||
"on_state": 0
|
||||
},
|
||||
"rgblight": {
|
||||
"sleep": true
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "E2"
|
||||
},
|
||||
|
||||
@@ -21,6 +21,9 @@
|
||||
"caps_lock": "B2",
|
||||
"on_state": 0
|
||||
},
|
||||
"rgblight": {
|
||||
"sleep": true
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "E2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user