summaryrefslogtreecommitdiff
path: root/data/schemas/keyboard.jsonschema
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-04-02 04:03:22 +0100
committerGitHub <noreply@github.com>2023-04-02 04:03:22 +0100
commit1b8c7c39d7ec58da415aae8c8ca607013a26f4f8 (patch)
tree88050ebd9d874b582e17a26a94a31f7889aab0ee /data/schemas/keyboard.jsonschema
parent5b0bd553b3dddc66e0896cb9593ac42c05104de0 (diff)
Allow EEPROM_DRIVER from info.json (#20313)
Diffstat (limited to 'data/schemas/keyboard.jsonschema')
-rw-r--r--data/schemas/keyboard.jsonschema5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema
index 47decf1a15..ee6ecf28e4 100644
--- a/data/schemas/keyboard.jsonschema
+++ b/data/schemas/keyboard.jsonschema
@@ -241,6 +241,11 @@
"type": "array",
"items": {"$ref": "qmk.definitions.v1#/filename"}
},
+ "eeprom": {
+ "properties": {
+ "driver": {"type": "string"}
+ }
+ },
"encoder": {
"$ref": "#/definitions/encoder_config",
"properties": {