mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 15:54:06 +00:00
Move RGBLIGHT_LIMIT_VAL
to data driven (#20974)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
#define RGBLIGHT_EFFECT_ALTERNATING
|
||||
#define RGBLIGHT_EFFECT_TWINKLE
|
||||
|
||||
#define RGBLIGHT_LIMIT_VAL 200
|
||||
#define RGBLIGHT_HUE_STEP 8
|
||||
#define RGBLIGHT_SAT_STEP 8
|
||||
#define RGBLIGHT_VAL_STEP 8
|
||||
|
@@ -20,6 +20,9 @@
|
||||
"ws2812": {
|
||||
"pin": "B1"
|
||||
},
|
||||
"rgblight": {
|
||||
"max_brightness": 200
|
||||
},
|
||||
"processor": "STM32F103",
|
||||
"bootloader": "stm32duino",
|
||||
"layouts": {
|
||||
|
Reference in New Issue
Block a user