diff options
Diffstat (limited to 'data/schemas/keyboard.jsonschema')
-rw-r--r-- | data/schemas/keyboard.jsonschema | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema index 65d44c94d..37a0643ab 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema | |||
@@ -19,6 +19,7 @@ | |||
19 | "type": "object", | 19 | "type": "object", |
20 | "additionalProperties": false, | 20 | "additionalProperties": false, |
21 | "properties": { | 21 | "properties": { |
22 | "macro_beep": {"type": "boolean"}, | ||
22 | "pins": {"$ref": "qmk.definitions.v1#/mcu_pin_array"}, | 23 | "pins": {"$ref": "qmk.definitions.v1#/mcu_pin_array"}, |
23 | "voices": {"type": "boolean"} | 24 | "voices": {"type": "boolean"} |
24 | } | 25 | } |