Remove max LED number constraint from Matrix layout

This commit is contained in:
Lord-Grey 2024-11-26 08:31:29 +01:00
parent 27f74af4e3
commit 5d5c2bfdcb

View File

@ -124,13 +124,11 @@
"ledshoriz": { "ledshoriz": {
"type": "integer", "type": "integer",
"minimum": 0, "minimum": 0,
"maximum": 50,
"default": 0 "default": 0
}, },
"ledsvert": { "ledsvert": {
"type": "integer", "type": "integer",
"minimum": 0, "minimum": 0,
"maximum": 50,
"default": 0 "default": 0
}, },
"cabling": { "cabling": {