From 3f91b2b8f86a5b639688c6941e7f231a7b87300d Mon Sep 17 00:00:00 2001 From: cole smith <38364556+daysgobye@users.noreply.github.com> Date: Mon, 1 Feb 2021 01:17:49 -0800 Subject: [PATCH] added limit to RGB brightness (#11759) --- keyboards/boardsource/the_mark/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/keyboards/boardsource/the_mark/config.h b/keyboards/boardsource/the_mark/config.h index dd18ec814..cb64c3a69 100644 --- a/keyboards/boardsource/the_mark/config.h +++ b/keyboards/boardsource/the_mark/config.h @@ -51,11 +51,13 @@ along with this program. If not, see . #define RGB_DI_PIN C6 #ifdef RGBLIGHT_ENABLE #define RGBLED_NUM 24 // Number of LEDs +#define RGBLIGHT_LIMIT_VAL 200 #endif /* RGB matrix support */ #ifdef RGB_MATRIX_ENABLE #define DRIVER_LED_TOTAL 24 // Number of LEDs +#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200 #endif /*