forked from mirrors/qmk_userspace
Clean up schema syntax (#18192)
This commit is contained in:
parent
4adb64a91b
commit
d4a6ee1cad
3 changed files with 35 additions and 14 deletions
|
@ -31,7 +31,7 @@
|
|||
"properties": {
|
||||
"action": {
|
||||
"type": "string",
|
||||
"enum": ['beep', 'delay', 'down', 'tap', 'up']
|
||||
"enum": ["beep", "delay", "down", "tap", "up"]
|
||||
},
|
||||
"keycodes": {
|
||||
"type": "array",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue