diff options
| author | Joel Challis | 2024-04-24 20:33:52 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-24 20:33:52 +0200 |
| commit | 16cca527a6b46c2aa365428d7d1e214509068c4a (patch) | |
| tree | 4111bbd48f67ab300652836c1a9d860eaac734ff /data/schemas | |
| parent | c8ceda461afb9d6aab33309a06c94fceabfcbc72 (diff) | |
Fix WAIT_FOR_USB handling (#23598)
Diffstat (limited to 'data/schemas')
| -rw-r--r-- | data/schemas/keyboard.jsonschema | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema index f3116fd271..24f7fec9ab 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema @@ -894,7 +894,7 @@ } }, "suspend_wakeup_delay": {"$ref": "qmk.definitions.v1#/unsigned_int"}, - "wait_for": {"type": "boolean"} + "wait_for_enumeration": {"type": "boolean"} } }, "qmk": { |