summaryrefslogtreecommitdiff
path: root/builddefs
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2025-04-08 01:55:49 +0100
committerGitHub <noreply@github.com>2025-04-08 01:55:49 +0100
commit06610c3da6de4208b9c8ab172479bbe0d859b74f (patch)
tree5852b071a4a680d5a4ad38e540510a130a0e4d44 /builddefs
parentca635876cebd00478353536a3456b0b27a19eb42 (diff)
Remove `CTPC`/`CONVERT_TO_PROTON_C` options (#25111)
Diffstat (limited to 'builddefs')
-rw-r--r--builddefs/converters.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/builddefs/converters.mk b/builddefs/converters.mk
index b1e5a1bed2..20ecea5cb9 100644
--- a/builddefs/converters.mk
+++ b/builddefs/converters.mk
@@ -1,10 +1,3 @@
1# Note for new boards -- CTPC and CONVERT_TO_PROTON_C are deprecated terms
2# and should not be replicated for new boards. These will be removed from
3# documentation as well as existing keymaps in due course.
4ifneq ($(findstring yes, $(CTPC)$(CONVERT_TO_PROTON_C)),)
5$(call CATASTROPHIC_ERROR,The `CONVERT_TO_PROTON_C` and `CTPC` options are now deprecated. `CONVERT_TO=proton_c` should be used instead.)
6endif
7
8ifneq (,$(filter $(MCU),atmega32u4)) 1ifneq (,$(filter $(MCU),atmega32u4))
9 # TODO: opt in rather than assume everything uses a pro micro 2 # TODO: opt in rather than assume everything uses a pro micro
10 PIN_COMPATIBLE ?= promicro 3 PIN_COMPATIBLE ?= promicro