diff options
author | Ryan <fauxpark@gmail.com> | 2022-09-26 10:04:21 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-26 01:04:21 +0100 |
commit | 675d91b813db6488ccc1ca55555ebbf0d4a45dc0 (patch) | |
tree | 1ee01a98cd8c902c267dc52a4a7bfd6cd7adcd60 /data/schemas/keyboard.jsonschema | |
parent | 5c2b598c42b102f6133a4b8cece61246d09a82fd (diff) |
Generate DD RGBLight/LED/RGB Matrix animation defines (#18459)
Diffstat (limited to 'data/schemas/keyboard.jsonschema')
-rw-r--r-- | data/schemas/keyboard.jsonschema | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema index ff5163e737..1906ce5f75 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema @@ -264,6 +264,12 @@ "led_matrix": { "type": "object", "properties": { + "animations": { + "type": "object", + "additionalProperties": { + "type": "boolean" + } + }, "driver": {"type": "string"}, "center_point": { "type": "array", @@ -308,6 +314,12 @@ "rgb_matrix": { "type": "object", "properties": { + "animations": { + "type": "object", + "additionalProperties": { + "type": "boolean" + } + }, "driver": {"type": "string"}, "center_point": { "type": "array", |