diff options
Diffstat (limited to 'users')
| -rw-r--r-- | users/stanrc85/config.h | 4 | ||||
| -rw-r--r-- | users/stanrc85/rules.mk | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/users/stanrc85/config.h b/users/stanrc85/config.h index ae0a66ae6..a45f9c861 100644 --- a/users/stanrc85/config.h +++ b/users/stanrc85/config.h | |||
| @@ -13,3 +13,7 @@ | |||
| 13 | #define INDICATOR_PIN_1 D6 | 13 | #define INDICATOR_PIN_1 D6 |
| 14 | #define INDICATOR_PIN_2 D4 | 14 | #define INDICATOR_PIN_2 D4 |
| 15 | #endif | 15 | #endif |
| 16 | |||
| 17 | #ifdef KEYBOARD_boardsource_the_mark | ||
| 18 | #define RGB_MATRIX_KEYPRESSES | ||
| 19 | #endif \ No newline at end of file | ||
diff --git a/users/stanrc85/rules.mk b/users/stanrc85/rules.mk index 0c0a8dd7f..1406c6838 100644 --- a/users/stanrc85/rules.mk +++ b/users/stanrc85/rules.mk | |||
| @@ -31,4 +31,8 @@ ifeq ($(strip $(KEYBOARD)), tkc/osav2) | |||
| 31 | VIA_ENABLE = yes | 31 | VIA_ENABLE = yes |
| 32 | LTO_ENABLE = no | 32 | LTO_ENABLE = no |
| 33 | VELOCIKEY_ENABLE=yes | 33 | VELOCIKEY_ENABLE=yes |
| 34 | endif | ||
| 35 | ifeq ($(strip $(KEYBOARD)), boardsource/the_mark) | ||
| 36 | RGB_MATRIX_ENABLE = yes | ||
| 37 | RGBLIGHT_ENABLE = no | ||
| 34 | endif \ No newline at end of file | 38 | endif \ No newline at end of file |
