mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 11:30:30 +08:00
Fix malformed JSON in layouts/default/ortho_5x10/info.json
(#23414)
This commit is contained in:
parent
c70ebd4a0e
commit
b9b8ff8302
|
@ -58,7 +58,7 @@
|
||||||
{"x":6, "y":4},
|
{"x":6, "y":4},
|
||||||
{"x":7, "y":4},
|
{"x":7, "y":4},
|
||||||
{"x":8, "y":4},
|
{"x":8, "y":4},
|
||||||
{"x":9, "y":4},
|
{"x":9, "y":4}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue