summaryrefslogtreecommitdiff
path: root/keyboards/wuque/mammoth20x/mammoth20x.h
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-09-23 08:31:11 +0000
committerGitHub <noreply@github.com>2021-09-23 01:31:11 -0700
commit66857b919beccfc9d3395ffe1f88cb39e044aca3 (patch)
tree81cb1a6df22c4659f76a819878a6924d47dc1375 /keyboards/wuque/mammoth20x/mammoth20x.h
parent62ef4a9c8a05d52000504eabef0f1d92a74ade86 (diff)
Wuque Mammoth20x Layout Macro Refactor (#14568)
* mammoth20x: edit size of RightEncode key in Configurator * physically arrange layout macro Arranges the keycodes to resemble the assembled board. * rename LAYOUT_default to LAYOUT Includes "layout_aliases" tree in info.json for backwards compatibility. * rules.mk touch-up * convert tabs to spaces * add line break before ENCODER_ENABLE (not included in QMK's template) * readme.md touch-up * remove zero-width space characters * markdown fix for info paragraph * update link text
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 }, \
}
-