mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
Fix duplicate key in keyboard.jsonschema (#19058)
This commit is contained in:
parent
83477bfa0f
commit
e273df8b93
|
@ -590,7 +590,6 @@
|
||||||
"right": {
|
"right": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"type": "object",
|
|
||||||
"properties": {
|
"properties": {
|
||||||
"side": {
|
"side": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
Loading…
Reference in a new issue