Move RGBLIGHT_LIMIT_VAL
to data driven (#20974)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
@@ -20,7 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define RGB_MATRIX_LED_COUNT 69
|
||||
# define RGBLED_NUM 69
|
||||
# define RGB_MATRIX_KEYPRESSES
|
||||
# define RGBLIGHT_LIMIT_VAL 180 // Limit to vendor-recommended value
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
# define RGB_MATRIX_MAXIMUM_BRIGHTNESS 180 // Limit to vendor-recommended value
|
||||
// RGB Matrix Animation modes. Explicitly enabled
|
||||
|
@@ -14,6 +14,9 @@
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812"
|
||||
},
|
||||
"rgblight": {
|
||||
"max_brightness": 180
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["D0", "D1", "D2", "D3", "D5", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F7"],
|
||||
"rows": ["B0", "B1", "B2", "B3", "E6"]
|
||||
|
@@ -16,7 +16,6 @@
|
||||
#pragma once
|
||||
|
||||
//rgb light setting
|
||||
#define RGBLIGHT_LIMIT_VAL 150
|
||||
#define RGBLED_NUM 6
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
||||
|
@@ -14,6 +14,9 @@
|
||||
"rgb_matrix": {
|
||||
"driver": "custom"
|
||||
},
|
||||
"rgblight": {
|
||||
"max_brightness": 150
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B2", "B3", "B7", "B0", "B1", "F7", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7"],
|
||||
"rows": ["E6", "D2", "D3", "D5", "F6"]
|
||||
|
Reference in New Issue
Block a user