commit da2c6a41d815200312c72040642b60cee2842eee
parent a3ecbc53f60e2e262a0df5e34a89ca6eeb17dd48
Author: Joel Challis <git@zvecr.com>
Date: Fri, 15 Aug 2025 09:13:13 +0100
Remove converter assumption that everything is a promicro (#20330)
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/builddefs/converters.mk b/builddefs/converters.mk
@@ -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
# - env cannot be overwritten but cannot have whitespace anyway
CONVERT_TO:=$(strip $(CONVERT_TO))