Skip to content

Commit

Permalink
El Cantor HS. Update info.json (qmk#23020)
Browse files Browse the repository at this point in the history
Fix for wrong key's placement.
  • Loading branch information
azhizhinov authored Feb 12, 2024
1 parent cfe8c4d commit 23d21c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/elcantorhs/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
["B1", "B10", "A8", "B15", "B14", "B13"],
["B9", "B8", "B5", "B4", "B3", "A15"],
["A3", "A4", "A5", "A6", "A7", "B0"],
["B12","A2", "A1", "A0", null, null]
["A2", "A1", "A0", "B12", null, null]
]
},
"split": {
Expand All @@ -34,7 +34,7 @@
["B13", "B14", "B15", "A8", "B10", "B1"],
["A15", "B3", "B4", "B5", "B8", "B9"],
["B0", "A7", "A6", "A5", "A4", "A3"],
["A0", "A1", "A2", "B12", null, null]
["B12", "A0", "A1", "A2", null, null]
]
}
}
Expand Down

0 comments on commit 23d21c8

Please sign in to comment.