diff options
author | QMK Bot <hello@qmk.fm> | 2021-02-01 09:18:24 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-02-01 09:18:24 +0000 |
commit | 830b795ee3b351a0dff3420be31093cb1cb9d9f5 (patch) | |
tree | 29c1ddfc2db71db84ab697fe3cccd8c55f232af4 /keyboards | |
parent | 9591e992cc03f35a1f835e25af0cec2075263067 (diff) | |
parent | 3f91b2b8f86a5b639688c6941e7f231a7b87300d (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/boardsource/the_mark/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/boardsource/the_mark/config.h b/keyboards/boardsource/the_mark/config.h index dd18ec8144..cb64c3a690 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 <http://www.gnu.org/licenses/>. #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 /* |