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
|
@ -35,7 +35,6 @@
|
|||
#define RGBLIGHT_HUE_STEP 8
|
||||
#define RGBLIGHT_SAT_STEP 8
|
||||
#define RGBLIGHT_VAL_STEP 8
|
||||
#define RGBLIGHT_SLEEP
|
||||
|
||||
#define CAPS_PIN D3
|
||||
#define NUM_PIN F7
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
"device_version": "0.0.1"
|
||||
},
|
||||
"rgblight": {
|
||||
"sleep": true,
|
||||
"led_map": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 0, 1, 2, 3]
|
||||
},
|
||||
"ws2812": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue