From 5d5c2bfdcba7e5340584303febeb4c1834ec4b7a Mon Sep 17 00:00:00 2001 From: Lord-Grey Date: Tue, 26 Nov 2024 08:31:29 +0100 Subject: [PATCH] Remove max LED number constraint from Matrix layout --- libsrc/hyperion/schema/schema-ledConfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/libsrc/hyperion/schema/schema-ledConfig.json b/libsrc/hyperion/schema/schema-ledConfig.json index 3a3c6809..5a7a854a 100644 --- a/libsrc/hyperion/schema/schema-ledConfig.json +++ b/libsrc/hyperion/schema/schema-ledConfig.json @@ -124,13 +124,11 @@ "ledshoriz": { "type": "integer", "minimum": 0, - "maximum": 50, "default": 0 }, "ledsvert": { "type": "integer", "minimum": 0, - "maximum": 50, "default": 0 }, "cabling": {