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/sus.h | |
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/sus.h')
-rw-r--r-- | keyboards/ocean/sus/sus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ocean/sus/sus.h b/keyboards/ocean/sus/sus.h index 394b003388..cba5f3cbc8 100644 --- a/keyboards/ocean/sus/sus.h +++ b/keyboards/ocean/sus/sus.h @@ -17,7 +17,7 @@ #include "quantum.h" -#define LAYOUT_ortho_3x4(\ +#define LAYOUT_ortho_4x3(\ K00, K01, K02, \ K10, K11, K12, \ K20, K21, K22, \ |