0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Configurations.git synced 2025-09-17 17:47:57 +00:00

Examples Extras

This commit is contained in:
GitHub Actions 2025-09-14 04:13:04 +00:00
parent 68cf772c7c
commit d927773873
378 changed files with 25233 additions and 0 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
}
}