Add build variant hints

This commit is contained in:
Scott Lahteine 2024-11-26 23:23:53 -06:00
parent a2ae0dd72e
commit 3a47c01a4c
12 changed files with 133 additions and 26 deletions

View file

@ -0,0 +1,19 @@
{
"groups": [{
"type": "exclusive",
"options": [
"REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER",
"REPRAP_DISCOUNT_SMART_CONTROLLER",
"TFT_CLASSIC_UI",
"TFT_COLOR_UI",
"TFT_LVGL_UI",
],
}],
"default": {
"REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER": 1,
"REPRAP_DISCOUNT_SMART_CONTROLLER": 0,
"TFT_CLASSIC_UI": 0,
"TFT_COLOR_UI": 0,
"TFT_LVGL_UI": 0
}
}