diff options
author | Dan Thomas <dan@godders.org> | 2021-03-12 21:57:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-13 08:57:50 +1100 |
commit | 225bff226fd4d32daa4b93e51ba4348efc854e47 (patch) | |
tree | ecb48231fe30017825c0944de299611505361ad9 | |
parent | 5d7ad69cd89b6e3be01459fb7009b8eaf568121b (diff) | |
download | qmk_firmware-225bff226fd4d32daa4b93e51ba4348efc854e47.tar.gz qmk_firmware-225bff226fd4d32daa4b93e51ba4348efc854e47.zip |
fix info.json layout name for boardsource/5x12 (#12145)
-rw-r--r-- | keyboards/boardsource/5x12/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/boardsource/5x12/info.json b/keyboards/boardsource/5x12/info.json index a4cfc398a2..a609f2a051 100644 --- a/keyboards/boardsource/5x12/info.json +++ b/keyboards/boardsource/5x12/info.json @@ -5,7 +5,7 @@ "width": 12, "height": 5, "layouts": { - "LAYOUT": { + "LAYOUT_ortho_5x12": { "layout": [ { "label": "K01", "x": 0, "y": 0 }, { "label": "K02", "x": 1, "y": 0 }, |