Browse Source

Ensure info.json layout macros are somewhat valid (#19236)

pull/19242/head
Joel Challis 1 year ago
committed by GitHub
parent
commit
92fadf0110
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      data/schemas/keyboard.jsonschema

+ 1
- 0
data/schemas/keyboard.jsonschema View File

@ -245,6 +245,7 @@
"items": {
"type": "object",
"additionalProperties": false,
"required": ["x", "y"],
"properties": {
"label": {
"type": "string",


Loading…
Cancel
Save