summaryrefslogtreecommitdiff
path: root/data/schemas/keyboard.jsonschema
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-02-28 21:25:41 +0000
committerQMK Bot <hello@qmk.fm>2021-02-28 21:25:41 +0000
commit93a1d4f15611d68225b1eb689b81cbd4564fb18c (patch)
tree49dbe504f06e23a53dcd732bfaf6d3d54e7ce9ba /data/schemas/keyboard.jsonschema
parent80e8e20a8965da5934f74141291c6c5d805774c6 (diff)
parentf8266a228cacbc31b0455161e0a8bd073feaa9db (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'data/schemas/keyboard.jsonschema')
-rw-r--r--data/schemas/keyboard.jsonschema22
1 files changed, 22 insertions, 0 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema
index 749e8f1002..ec03a8828b 100644
--- a/data/schemas/keyboard.jsonschema
+++ b/data/schemas/keyboard.jsonschema
@@ -299,6 +299,28 @@
"pattern": "^[0-9A-F]x[0-9A-F][0-9A-F][0-9A-F][0-9A-F]"
}
}
+ },
+ "qmk_lufa_bootloader": {
+ "type": "object",
+ "additionalProperties": false,
+ "properties": {
+ "esc_output": {
+ "type": "string",
+ "pattern": "^[A-K]\\d{1,2}$"
+ },
+ "esc_input": {
+ "type": "string",
+ "pattern": "^[A-K]\\d{1,2}$"
+ },
+ "led": {
+ "type": "string",
+ "pattern": "^[A-K]\\d{1,2}$"
+ },
+ "speaker": {
+ "type": "string",
+ "pattern": "^[A-K]\\d{1,2}$"
+ }
+ }
}
}
}