forked from mirrors/qmk_userspace
Enable SEND_STRING when VIA_EANBLE is set
This commit is contained in:
parent
3fd4430bf2
commit
d619c03d54
1 changed files with 1 additions and 0 deletions
|
@ -625,6 +625,7 @@ ifeq ($(strip $(VIA_ENABLE)), yes)
|
||||||
RAW_ENABLE := yes
|
RAW_ENABLE := yes
|
||||||
BOOTMAGIC_ENABLE := yes
|
BOOTMAGIC_ENABLE := yes
|
||||||
TRI_LAYER_ENABLE := yes
|
TRI_LAYER_ENABLE := yes
|
||||||
|
SEND_STRING_ENABLE := yes
|
||||||
endif
|
endif
|
||||||
|
|
||||||
VALID_MAGIC_TYPES := yes
|
VALID_MAGIC_TYPES := yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue