wip: support for custom keycodes in json
This commit is contained in:
parent
ac4849df13
commit
0a33ce0659
5 changed files with 33 additions and 4 deletions
|
@ -77,6 +77,10 @@
|
|||
"lto": {"type": "boolean"},
|
||||
}
|
||||
},
|
||||
"custom_keycodes": {
|
||||
"type": "array",
|
||||
"items": {"$ref": "qmk.definitions.v1#/keycode"}
|
||||
},
|
||||
"diode_direction": {
|
||||
"type": "string",
|
||||
"enum": ["COL2ROW", "ROW2COL"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue