diff options
| author | Joel Challis | 2025-03-10 00:40:59 +0100 |
|---|---|---|
| committer | GitHub | 2025-03-10 00:40:59 +0100 |
| commit | 21c1fd5e5b0cfcb3823843857d47600c39b97f0a (patch) | |
| tree | 7950adcfe278351ad4383aa5e470c3a54c9331c7 /data | |
| parent | 30daeaf09f33c02979b3a1803dfdbcb4c436b1ed (diff) | |
Require 'x'/'y' properties for LED/RGB Matrix layout (#24997)
Diffstat (limited to 'data')
| -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 9b63f62d45..eee2915fcb 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema @@ -554,6 +554,7 @@ "items": { "type": "object", "additionalProperties": false, + "required": ["x", "y"], "properties": { "matrix": { "type": "array", @@ -640,6 +641,7 @@ "items": { "type": "object", "additionalProperties": false, + "required": ["x", "y"], "properties": { "matrix": { "type": "array", |