qmk-keychron-q3-colemak-dh/keyboards/reedskeebs/alish40/keymaps/vial/rules.mk
honorless 7b8545b635
fix: detect CONVERT_TO vs MCU in rules.mk
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.
2024-02-28 19:38:42 -05:00

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