forked from mirrors/qmk_userspace
Add DD mapping for LED/RGB Matrix split count (#18408)
This commit is contained in:
parent
1849897444
commit
8beb61b790
2 changed files with 14 additions and 0 deletions
|
@ -266,6 +266,12 @@
|
|||
"properties": {
|
||||
"driver": {"type": "string"},
|
||||
"max_brightness": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
|
||||
"split_count": {
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": {"$ref": "qmk.definitions.v1#/unsigned_int"}
|
||||
},
|
||||
"layout": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
@ -294,6 +300,12 @@
|
|||
"properties": {
|
||||
"driver": {"type": "string"},
|
||||
"max_brightness": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
|
||||
"split_count": {
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": {"$ref": "qmk.definitions.v1#/unsigned_int"}
|
||||
},
|
||||
"layout": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue