Add DIP Switch map support to keymap.json (#25431)
This commit is contained in:
parent
3320e98ccf
commit
cf58a8733d
4 changed files with 34 additions and 0 deletions
|
|
@ -35,6 +35,17 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"dip_switches": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"required": ["on", "off"],
|
||||
"properties": {
|
||||
"on": {"type": "string"},
|
||||
"off": {"type": "string"}
|
||||
}
|
||||
}
|
||||
},
|
||||
"macros": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue