diff options
| author | Joel Challis | 2025-04-08 02:55:49 +0200 |
|---|---|---|
| committer | GitHub | 2025-04-08 02:55:49 +0200 |
| commit | 06610c3da6de4208b9c8ab172479bbe0d859b74f (patch) | |
| tree | 5852b071a4a680d5a4ad38e540510a130a0e4d44 /data/mappings | |
| parent | ca635876cebd00478353536a3456b0b27a19eb42 (diff) | |
Remove `CTPC`/`CONVERT_TO_PROTON_C` options (#25111)
Diffstat (limited to 'data/mappings')
| -rw-r--r-- | data/mappings/info_rules.hjson | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/mappings/info_rules.hjson b/data/mappings/info_rules.hjson index 00685b5b5f..238957f170 100644 --- a/data/mappings/info_rules.hjson +++ b/data/mappings/info_rules.hjson @@ -53,8 +53,8 @@ "WS2812_DRIVER": {"info_key": "ws2812.driver"}, // Items we want flagged in lint - "CTPC": {"info_key": "_deprecated.ctpc", "deprecated": true, "replace_with": "CONVERT_TO=proton_c"}, - "CONVERT_TO_PROTON_C": {"info_key": "_deprecated.ctpc", "deprecated": true, "replace_with": "CONVERT_TO=proton_c"}, "DEFAULT_FOLDER": {"info_key": "_deprecated.default_folder", "deprecated": true}, + "CTPC": {"info_key": "_invalid.ctpc", "invalid": true, "replace_with": "CONVERT_TO=proton_c"}, + "CONVERT_TO_PROTON_C": {"info_key": "_invalid.ctpc", "invalid": true, "replace_with": "CONVERT_TO=proton_c"}, "VIAL_ENABLE": {"info_key": "_invalid.vial", "invalid": true} } |