diff options
Diffstat (limited to 'keyboards/boardsource/the_mark/config.h')
-rw-r--r-- | keyboards/boardsource/the_mark/config.h | 5 |
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. */ |