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
|
|
@ -22,7 +22,6 @@
|
|||
# define RGBLIGHT_HUE_STEP 20
|
||||
# define RGBLIGHT_SAT_STEP 20
|
||||
# define RGBLIGHT_VAL_STEP 40
|
||||
# define RGBLIGHT_SLEEP
|
||||
# define RGBLIGHT_EFFECT_BREATHING
|
||||
# define RGBLIGHT_EFFECT_RAINBOW_SWIRL
|
||||
# define RGBLIGHT_EFFECT_SNAKE
|
||||
|
|
|
|||
|
|
@ -12,7 +12,8 @@
|
|||
"pin": "D3"
|
||||
},
|
||||
"rgblight": {
|
||||
"max_brightness": 200
|
||||
"max_brightness": 200,
|
||||
"sleep": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F7", "F6", "F1", "F5", "B1", "E6", "D4", "B7", "D1", "D2", "D0", "B4", "B6", "C6", "C7"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue