mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-24 23:24:02 -06:00
✅ Add build variant hints
This commit is contained in:
parent
a2ae0dd72e
commit
3a47c01a4c
12 changed files with 133 additions and 26 deletions
19
config/examples/Simulator/variants.json
Normal file
19
config/examples/Simulator/variants.json
Normal 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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue