Move RGBLIGHT_LIMIT_VAL
to data driven (#20974)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
#define RGBLIGHT_EFFECT_RGB_TEST
|
||||
#define RGBLIGHT_EFFECT_ALTERNATING
|
||||
#define RGBLIGHT_EFFECT_TWINKLE
|
||||
#define RGBLIGHT_LIMIT_VAL 50
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
|
@@ -12,6 +12,9 @@
|
||||
"pin": "B5",
|
||||
"levels": 10
|
||||
},
|
||||
"rgblight": {
|
||||
"max_brightness": 50
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "B6",
|
||||
"num_lock": "C6",
|
||||
|
Reference in New Issue
Block a user