Ocean Sus Board: rename layout macro (#13785)

- rename LAYOUT_ortho_3x4 to LAYOUT_ortho_4x3
  - ... because ortho layouts in QMK are named by <rows>x<columns> instead of <columns>x<rows>
This commit is contained in:
James Young
2021-07-30 08:11:37 -07:00
committed by GitHub
parent f2d34f38be
commit 6823e03b01
4 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
"width": 3,
"height": 4,
"layouts": {
"LAYOUT_ortho_3x4": {
"LAYOUT_ortho_4x3": {
"layout": [
{"x":0, "y":0},
{"x":1, "y":0},