summaryrefslogtreecommitdiffstats
path: root/keyboards/boardsource/the_mark/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-01-25 06:05:51 +0000
committerQMK Bot <hello@qmk.fm>2021-01-25 06:05:51 +0000
commitf70723da25c65017d14e74108296acd95b12cf29 (patch)
tree0bcf0ae5e30d0793f5f8510bf8439bee2b23d177 /keyboards/boardsource/the_mark/config.h
parentcce7b91cb1c6f9805a962ca45e3b73a2295ed302 (diff)
parentffb85b1f5d5a7d72d13fcd8570fe7da82d0213cf (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/boardsource/the_mark/config.h')
-rw-r--r--keyboards/boardsource/the_mark/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/boardsource/the_mark/config.h b/keyboards/boardsource/the_mark/config.h
index 507bac966a..dd18ec8144 100644
--- a/keyboards/boardsource/the_mark/config.h
+++ b/keyboards/boardsource/the_mark/config.h
@@ -53,6 +53,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLED_NUM 24 // Number of LEDs
#endif
+/* RGB matrix support */
+#ifdef RGB_MATRIX_ENABLE
+#define DRIVER_LED_TOTAL 24 // Number of LEDs
+#endif
+
/*
* Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN.
*/