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
|
||||
BOOTMAGIC_ENABLE := yes
|
||||
TRI_LAYER_ENABLE := yes
|
||||
SEND_STRING_ENABLE := yes
|
||||
endif
|
||||
|
||||
VALID_MAGIC_TYPES := yes
|
||||
|
|
Loading…
Add table
Reference in a new issue