qmk-firmwares/keyboards/ocean/sus/info.json
James Young 6823e03b01
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>
2021-07-30 08:11:37 -07:00

28 lines
No EOL
549 B
JSON

{
"keyboard_name": "SUS",
"url": " ",
"maintainer": "Ocean",
"width": 3,
"height": 4,
"layouts": {
"LAYOUT_ortho_4x3": {
"layout": [
{"x":0, "y":0},
{"x":1, "y":0},
{"x":2, "y":0},
{"x":0, "y":1},
{"x":1, "y":1},
{"x":2, "y":1},
{"x":0, "y":2},
{"x":1, "y":2},
{"x":2, "y":2},
{"x":0, "y":3},
{"x":1, "y":3},
{"x":2, "y":3}
]
}
}
}