aboutsummaryrefslogtreecommitdiff
path: root/keyboards/boardsource
diff options
context:
space:
mode:
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/*