diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-07-30 08:11:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 08:11:37 -0700 |
commit | 6823e03b0143ed839e594cd5e8d06872ba907a42 (patch) | |
tree | a63cdea059be00a512d3cbfb52ee773baaba9e75 /keyboards/ocean/sus/info.json | |
parent | f2d34f38be1e793068ab02d6a7942ca7a3a5188c (diff) |
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>
Diffstat (limited to 'keyboards/ocean/sus/info.json')
-rw-r--r-- | keyboards/ocean/sus/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ocean/sus/info.json b/keyboards/ocean/sus/info.json index 9bfad4239f..8cf2299d9e 100644 --- a/keyboards/ocean/sus/info.json +++ b/keyboards/ocean/sus/info.json @@ -5,7 +5,7 @@ "width": 3, "height": 4, "layouts": { - "LAYOUT_ortho_3x4": { + "LAYOUT_ortho_4x3": { "layout": [ {"x":0, "y":0}, {"x":1, "y":0}, |