Remove assumption that everything is a promicro

This commit is contained in:
zvecr 2025-05-22 21:39:45 +01:00
parent 243c21568a
commit 95b5512b7c

View File

@ -1,8 +1,3 @@
ifneq (,$(filter $(MCU),atmega32u4))
# TODO: opt in rather than assume everything uses a pro micro
PIN_COMPATIBLE ?= promicro
endif
# Remove whitespace from any rule.mk provided vars # Remove whitespace from any rule.mk provided vars
# - env cannot be overwritten but cannot have whitespace anyway # - env cannot be overwritten but cannot have whitespace anyway
CONVERT_TO:=$(strip $(CONVERT_TO)) CONVERT_TO:=$(strip $(CONVERT_TO))