Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
7122adc4b8
4 changed files with 109 additions and 0 deletions
|
@ -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
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue