diff options
| author | Joel Challis <git@zvecr.com> | 2025-09-29 20:26:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-29 20:26:47 +0100 |
| commit | 0a4c1caf204bd9750ef8af8296b2e225682b6029 (patch) | |
| tree | 50f21ec78bbd46ef851d19493d0cd758c6ce9bf1 /data/schemas | |
| parent | 883465d9fb29cd793684ee0ac688ff3517cf8bc0 (diff) | |
Add DD {LED,RGB}_MATRIX_DEFAULT_FLAGS support (#25671)
Diffstat (limited to 'data/schemas')
| -rw-r--r-- | data/schemas/keyboard.jsonschema | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema index 93fc4ed8a2..57aeb3de22 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema | |||
| @@ -543,7 +543,8 @@ | |||
| 543 | "on": {"type": "boolean"}, | 543 | "on": {"type": "boolean"}, |
| 544 | "animation": {"type": "string"}, | 544 | "animation": {"type": "string"}, |
| 545 | "val": {"$ref": "./definitions.jsonschema#/unsigned_int_8"}, | 545 | "val": {"$ref": "./definitions.jsonschema#/unsigned_int_8"}, |
| 546 | "speed": {"$ref": "./definitions.jsonschema#/unsigned_int_8"} | 546 | "speed": {"$ref": "./definitions.jsonschema#/unsigned_int_8"}, |
| 547 | "flags": {"$ref": "./definitions.jsonschema#/unsigned_int_8"} | ||
| 547 | } | 548 | } |
| 548 | }, | 549 | }, |
| 549 | "driver": { | 550 | "driver": { |
| @@ -631,7 +632,8 @@ | |||
| 631 | "hue": {"$ref": "./definitions.jsonschema#/unsigned_int_8"}, | 632 | "hue": {"$ref": "./definitions.jsonschema#/unsigned_int_8"}, |
| 632 | "sat": {"$ref": "./definitions.jsonschema#/unsigned_int_8"}, | 633 | "sat": {"$ref": "./definitions.jsonschema#/unsigned_int_8"}, |
| 633 | "val": {"$ref": "./definitions.jsonschema#/unsigned_int_8"}, | 634 | "val": {"$ref": "./definitions.jsonschema#/unsigned_int_8"}, |
| 634 | "speed": {"$ref": "./definitions.jsonschema#/unsigned_int_8"} | 635 | "speed": {"$ref": "./definitions.jsonschema#/unsigned_int_8"}, |
| 636 | "flags": {"$ref": "./definitions.jsonschema#/unsigned_int_8"} | ||
| 635 | } | 637 | } |
| 636 | }, | 638 | }, |
| 637 | "driver": { | 639 | "driver": { |
