aboutsummaryrefslogtreecommitdiff
path: root/keyboards/boardsource
diff options
context:
space:
mode:
authorcole smith <38364556+daysgobye@users.noreply.github.com>2021-02-01 01:17:49 -0800
committerGitHub <noreply@github.com>2021-02-01 20:17:49 +1100
commit3f91b2b8f86a5b639688c6941e7f231a7b87300d (patch)
tree073fa1e887d617730ba97d6b3ba99c1de3a435a6 /keyboards/boardsource
parent72f9c4c0d31d34de4876d0388b5b294f7572acd7 (diff)
downloadqmk_firmware-3f91b2b8f86a5b639688c6941e7f231a7b87300d.tar.gz
qmk_firmware-3f91b2b8f86a5b639688c6941e7f231a7b87300d.zip
added limit to RGB brightness (#11759)
Diffstat (limited to 'keyboards/boardsource')
-rw-r--r--keyboards/boardsource/the_mark/config.h2
1 files changed, 2 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
51#define RGB_DI_PIN C6 51#define RGB_DI_PIN C6
52#ifdef RGBLIGHT_ENABLE 52#ifdef RGBLIGHT_ENABLE
53#define RGBLED_NUM 24 // Number of LEDs 53#define RGBLED_NUM 24 // Number of LEDs
54#define RGBLIGHT_LIMIT_VAL 200
54#endif 55#endif
55 56
56/* RGB matrix support */ 57/* RGB matrix support */
57#ifdef RGB_MATRIX_ENABLE 58#ifdef RGB_MATRIX_ENABLE
58#define DRIVER_LED_TOTAL 24 // Number of LEDs 59#define DRIVER_LED_TOTAL 24 // Number of LEDs
60#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200
59#endif 61#endif
60 62
61/* 63/*