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

@@ -17,7 +17,7 @@
#include "quantum.h"
#define LAYOUT_ortho_3x4(\
#define LAYOUT_ortho_4x3(\
K00, K01, K02, \
K10, K11, K12, \
K20, K21, K22, \