forked from mirrors/qmk_userspace
De-duplicate platform detection (#19603)
This commit is contained in:
parent
a1f253cbef
commit
0ce3f6bcfe
8 changed files with 21 additions and 18 deletions
|
@ -38,6 +38,8 @@
|
|||
"PS2_MOUSE_ENABLE": {"info_key": "ps2.mouse_enabled", "value_type": "bool"},
|
||||
"PS2_DRIVER": {"info_key": "ps2.driver"},
|
||||
|
||||
"PLATFORM_KEY": {"info_key": "platform_key", "to_json": false},
|
||||
|
||||
// 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"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue