Rework adding segments with ConfigureZone

This commit is contained in:
Adam Honse
2026-03-23 01:29:55 -05:00
parent 02b9f3b299
commit db7bd56d18
35 changed files with 131 additions and 54 deletions

View File

@@ -602,7 +602,8 @@ void RGBController_Debug::SetupZones()
resizable_zone.flags = ZONE_FLAG_MANUALLY_CONFIGURABLE_SIZE
| ZONE_FLAG_MANUALLY_CONFIGURABLE_NAME
| ZONE_FLAG_MANUALLY_CONFIGURABLE_TYPE
| ZONE_FLAG_MANUALLY_CONFIGURABLE_MATRIX_MAP;
| ZONE_FLAG_MANUALLY_CONFIGURABLE_MATRIX_MAP
| ZONE_FLAG_MANUALLY_CONFIGURABLE_SEGMENTS;
zones.push_back(resizable_zone);
}