summaryrefslogtreecommitdiffstats
path: root/keyboards/boardsource/the_mark/config.h
diff options
context:
space:
mode:
authorAlbert Y <76888457+filterpaper@users.noreply.github.com>2021-01-25 14:05:16 +0800
committerGitHub <noreply@github.com>2021-01-24 22:05:16 -0800
commitffb85b1f5d5a7d72d13fcd8570fe7da82d0213cf (patch)
treea1d1561579ef168b4eefe3b33f51398836a91109 /keyboards/boardsource/the_mark/config.h
parentc65aecc53adfc1c2cae11acdc4fb973792061767 (diff)
[Keyboard] Add RGB Matrix support for The Mark:65 (#11676)
* Add RGB Matrix support for Mark 65 keyboard * Update drive LED count * Removed unnecessary define line * Corrected typo Co-authored-by: filterpaper <filterpaper@localhost>
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.
*/