Allow EEPROM_DRIVER from info.json (#20313)

This commit is contained in:
Joel Challis 2023-04-02 04:03:22 +01:00 committed by GitHub
parent 5b0bd553b3
commit 1b8c7c39d7
Failed to generate hash of commit
2 changed files with 6 additions and 0 deletions

View file

@ -241,6 +241,11 @@
"type": "array",
"items": {"$ref": "qmk.definitions.v1#/filename"}
},
"eeprom": {
"properties": {
"driver": {"type": "string"}
}
},
"encoder": {
"$ref": "#/definitions/encoder_config",
"properties": {