1
0
Fork 0

Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2021-02-07 17:27:11 +00:00
commit 7122adc4b8
4 changed files with 109 additions and 0 deletions

View file

@ -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

View file

@ -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