summaryrefslogtreecommitdiff
path: root/keyboards/wuque/mammoth20x/mammoth20x.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/wuque/mammoth20x/mammoth20x.h')
-rw-r--r--keyboards/wuque/mammoth20x/mammoth20x.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/keyboards/wuque/mammoth20x/mammoth20x.h b/keyboards/wuque/mammoth20x/mammoth20x.h
index cd0d8d4789..408788bf60 100644
--- a/keyboards/wuque/mammoth20x/mammoth20x.h
+++ b/keyboards/wuque/mammoth20x/mammoth20x.h
@@ -18,12 +18,12 @@
#include "quantum.h"
-#define LAYOUT_default( \
- K00, K01, K02, K03, \
+#define LAYOUT( \
+ K00, K01, K02, K23, K03, K43, \
K10, K11, K12, K13, \
- K20, K21, K22, K23, \
+ K20, K21, K22, \
K30, K31, K32, K33, \
- K40, K41, K42, K43, \
+ K40, K41, K42, \
K50, K52, K53 \
) { \
{ K00, K01, K02, K03 }, \
@@ -33,4 +33,3 @@
{ K40, K41, K42, K43 }, \
{ K50, KC_NO, K52, K53 }, \
}
-