Move RGBLIGHT_LIMIT_VAL
to data driven (#20974)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
parent
8fdcba12e6
commit
363bfdbfda
679 changed files with 649 additions and 493 deletions
|
@ -33,7 +33,6 @@
|
|||
#ifdef RGBLIGHT_ENABLE
|
||||
# define RGBLED_NUM 74
|
||||
# define RGBLED_SPLIT {37,37}
|
||||
# define RGBLIGHT_LIMIT_VAL 100 // LED Brightness, high power draw may exceed the USB limitations of 0.6A and cause a crash.
|
||||
# define RGBLIGHT_HUE_STEP 10
|
||||
# define RGBLIGHT_SAT_STEP 17
|
||||
# define RGBLIGHT_VAL_STEP 17
|
||||
|
|
|
@ -9,6 +9,9 @@
|
|||
"ws2812": {
|
||||
"pin": "D3"
|
||||
},
|
||||
"rgblight": {
|
||||
"max_brightness": 100
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B6", "B2", "B3", "B1", "F7", "F6", null],
|
||||
"rows": ["C6", "D7", "E6", "B4", "B5"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue