Skip to content

Commit 5d5c2bf

Browse files
committed
Remove max LED number constraint from Matrix layout
1 parent 27f74af commit 5d5c2bf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libsrc/hyperion/schema/schema-ledConfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,11 @@
124124
"ledshoriz": {
125125
"type": "integer",
126126
"minimum": 0,
127-
"maximum": 50,
128127
"default": 0
129128
},
130129
"ledsvert": {
131130
"type": "integer",
132131
"minimum": 0,
133-
"maximum": 50,
134132
"default": 0
135133
},
136134
"cabling": {

0 commit comments

Comments
 (0)