Generate encodermap output from keymap.json. (#18915)
Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
parent
01593501e3
commit
9991894514
2 changed files with 119 additions and 72 deletions
|
@ -21,6 +21,20 @@
|
|||
"items": {"type": "string"}
|
||||
}
|
||||
},
|
||||
"encoders": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"required": ["ccw", "cw"],
|
||||
"properties": {
|
||||
"ccw": {"type": "string"},
|
||||
"cw": {"type": "string"}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"macros": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue