diff options
Diffstat (limited to 'keyboards/wuque/mammoth20x/mammoth20x.h')
-rw-r--r-- | keyboards/wuque/mammoth20x/mammoth20x.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/keyboards/wuque/mammoth20x/mammoth20x.h b/keyboards/wuque/mammoth20x/mammoth20x.h index cd0d8d478..408788bf6 100644 --- a/keyboards/wuque/mammoth20x/mammoth20x.h +++ b/keyboards/wuque/mammoth20x/mammoth20x.h | |||
@@ -18,12 +18,12 @@ | |||
18 | 18 | ||
19 | #include "quantum.h" | 19 | #include "quantum.h" |
20 | 20 | ||
21 | #define LAYOUT_default( \ | 21 | #define LAYOUT( \ |
22 | K00, K01, K02, K03, \ | 22 | K00, K01, K02, K23, K03, K43, \ |
23 | K10, K11, K12, K13, \ | 23 | K10, K11, K12, K13, \ |
24 | K20, K21, K22, K23, \ | 24 | K20, K21, K22, \ |
25 | K30, K31, K32, K33, \ | 25 | K30, K31, K32, K33, \ |
26 | K40, K41, K42, K43, \ | 26 | K40, K41, K42, \ |
27 | K50, K52, K53 \ | 27 | K50, K52, K53 \ |
28 | ) { \ | 28 | ) { \ |
29 | { K00, K01, K02, K03 }, \ | 29 | { K00, K01, K02, K03 }, \ |
@@ -33,4 +33,3 @@ | |||
33 | { K40, K41, K42, K43 }, \ | 33 | { K40, K41, K42, K43 }, \ |
34 | { K50, KC_NO, K52, K53 }, \ | 34 | { K50, KC_NO, K52, K53 }, \ |
35 | } | 35 | } |
36 | |||