MCU no longer changes to match the converter, resulting in features being disabled unnecessarily on ARM Micros. Check for a non-blank CONVERT_TO instead.
12 lines
225 B
Makefile
12 lines
225 B
Makefile
ENCODER_MAP_ENABLE = yes
|
|
VIA_ENABLE = yes
|
|
VIAL_ENABLE = yes
|
|
|
|
ifeq ($(strip $(CONVERT_TO)), )
|
|
GRAVE_ESC_ENABLE = no
|
|
KEY_OVERRIDE_ENABLE = no
|
|
LTO_ENABLE = yes
|
|
MAGIC_ENABLE = no
|
|
SPACE_CADET_ENABLE = no
|
|
endif
|