Add DIP Switch map support to keymap.json (#25431)

This commit is contained in:
Joel Challis 2025-09-12 10:23:23 +01:00 committed by GitHub
parent 3320e98ccf
commit cf58a8733d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 34 additions and 0 deletions

View file

@ -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": {