diff options
| author | Joel Challis <git@zvecr.com> | 2025-04-08 01:55:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-08 01:55:49 +0100 |
| commit | 06610c3da6de4208b9c8ab172479bbe0d859b74f (patch) | |
| tree | 5852b071a4a680d5a4ad38e540510a130a0e4d44 /builddefs | |
| parent | ca635876cebd00478353536a3456b0b27a19eb42 (diff) | |
Remove `CTPC`/`CONVERT_TO_PROTON_C` options (#25111)
Diffstat (limited to 'builddefs')
| -rw-r--r-- | builddefs/converters.mk | 7 |
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. | ||
| 4 | ifneq ($(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.) | ||
| 6 | endif | ||
| 7 | |||
| 8 | ifneq (,$(filter $(MCU),atmega32u4)) | 1 | ifneq (,$(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 |
