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.
This commit is contained in:
honorless 2024-02-28 19:38:42 -05:00
parent efc1f6fba3
commit 7b8545b635
No known key found for this signature in database
GPG key ID: 1B48A311ABE8DA4D
12 changed files with 12 additions and 12 deletions

View file

@ -7,7 +7,7 @@ VIAL_ENABLE = yes
ENCODER_MAP_ENABLE = yes
# Reduce size on atmega32u4
ifeq ($(strip $(MCU)), atmega32u4)
ifeq ($(strip $(CONVERT_TO)), )
TAP_DANCE_ENABLE = no
QMK_SETTINGS = no
KEY_OVERRIDE_ENABLE = no