diff options
author | Ryan <fauxpark@gmail.com> | 2022-09-19 05:32:47 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-18 20:32:47 +0100 |
commit | 0f5cfc0363b95f61a54bf83135780ac6e51de8ea (patch) | |
tree | 537d5c68839392e956738e82454d2049997f13e4 /data/schemas | |
parent | 11551406317578085bcac124d6857c0aca4133e0 (diff) |
Add DD mapping for LED/RGB Matrix max brightness (#18403)
Diffstat (limited to 'data/schemas')
-rw-r--r-- | data/schemas/keyboard.jsonschema | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema index 1b62f30eba..bf095aadfd 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema @@ -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": { |