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:
parent
f2d34f38be
commit
6823e03b01
4 changed files with 10 additions and 10 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
#include "quantum.h"
|
||||
|
||||
#define LAYOUT_ortho_3x4(\
|
||||
#define LAYOUT_ortho_4x3(\
|
||||
K00, K01, K02, \
|
||||
K10, K11, K12, \
|
||||
K20, K21, K22, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue