Add DD mapping for LED/RGB Matrix max brightness (#18403)
This commit is contained in:
parent
1155140631
commit
0f5cfc0363
2 changed files with 4 additions and 0 deletions
|
@ -265,6 +265,7 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"driver": {"type": "string"},
|
||||
"max_brightness": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
|
||||
"layout": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
@ -292,6 +293,7 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"driver": {"type": "string"},
|
||||
"max_brightness": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
|
||||
"layout": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue