forked from mirrors/qmk_userspace
Allow EEPROM_DRIVER from info.json (#20313)
This commit is contained in:
parent
5b0bd553b3
commit
1b8c7c39d7
2 changed files with 6 additions and 0 deletions
|
@ -241,6 +241,11 @@
|
|||
"type": "array",
|
||||
"items": {"$ref": "qmk.definitions.v1#/filename"}
|
||||
},
|
||||
"eeprom": {
|
||||
"properties": {
|
||||
"driver": {"type": "string"}
|
||||
}
|
||||
},
|
||||
"encoder": {
|
||||
"$ref": "#/definitions/encoder_config",
|
||||
"properties": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue