From 65db45c475c95b8454d83ebb7e47832c450e4980 Mon Sep 17 00:00:00 2001 From: stanrc85 <47038504+stanrc85@users.noreply.github.com> Date: Sun, 7 Feb 2021 12:26:39 -0500 Subject: [Keyboard] Add my keymap for Mark65 (#11717) --- users/stanrc85/config.h | 4 ++++ users/stanrc85/rules.mk | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'users') diff --git a/users/stanrc85/config.h b/users/stanrc85/config.h index ae0a66ae67..a45f9c861d 100644 --- a/users/stanrc85/config.h +++ b/users/stanrc85/config.h @@ -13,3 +13,7 @@ #define INDICATOR_PIN_1 D6 #define INDICATOR_PIN_2 D4 #endif + +#ifdef KEYBOARD_boardsource_the_mark + #define RGB_MATRIX_KEYPRESSES +#endif \ No newline at end of file diff --git a/users/stanrc85/rules.mk b/users/stanrc85/rules.mk index 0c0a8dd7f6..1406c68380 100644 --- a/users/stanrc85/rules.mk +++ b/users/stanrc85/rules.mk @@ -31,4 +31,8 @@ ifeq ($(strip $(KEYBOARD)), tkc/osav2) VIA_ENABLE = yes LTO_ENABLE = no VELOCIKEY_ENABLE=yes +endif +ifeq ($(strip $(KEYBOARD)), boardsource/the_mark) + RGB_MATRIX_ENABLE = yes + RGBLIGHT_ENABLE = no endif \ No newline at end of file -- cgit v1.2.3