From ffb85b1f5d5a7d72d13fcd8570fe7da82d0213cf Mon Sep 17 00:00:00 2001 From: Albert Y <76888457+filterpaper@users.noreply.github.com> Date: Mon, 25 Jan 2021 14:05:16 +0800 Subject: [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 --- keyboards/boardsource/the_mark/config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'keyboards/boardsource/the_mark/config.h') 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 . #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. */ -- cgit v1.2.3