summaryrefslogtreecommitdiff
path: root/keyboards/wuque/mammoth20x/mammoth20x.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-09-23 08:32:00 +0000
committerQMK Bot <hello@qmk.fm>2021-09-23 08:32:00 +0000
commitd7e61e56bb020832ae13e7776b88eddb717ee0e6 (patch)
tree9c155bc7334f680b99404363dcdf9f61405c8018 /keyboards/wuque/mammoth20x/mammoth20x.h
parentc679911f3d2cb964b2a13670a5faa6ed3d69af34 (diff)
parent66857b919beccfc9d3395ffe1f88cb39e044aca3 (diff)
Merge remote-tracking branch 'origin/master' into develop
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 }, \
}
-