summaryrefslogtreecommitdiffstats
path: root/keyboards/ergo42/rev1/rev1.h
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-06-08 19:58:12 +0200
committerDrashna Jaelre <drashna@live.com>2018-06-08 19:58:12 +0200
commite08139b79c8921fbfe26860113d7cac2348a6f54 (patch)
treed8b8073f122e7e236993bd266712ad929ac40d57 /keyboards/ergo42/rev1/rev1.h
parent85efa35502beb878bf93136debd37506248ec939 (diff)
downloadqmk_firmware-e08139b79c8921fbfe26860113d7cac2348a6f54.tar.gz
qmk_firmware-e08139b79c8921fbfe26860113d7cac2348a6f54.tar.xz
Ergo42: Refactor and Configurator support (#3150)
* Refactor * Configurator support * Switch macro names around
Diffstat (limited to 'keyboards/ergo42/rev1/rev1.h')
-rw-r--r--keyboards/ergo42/rev1/rev1.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/ergo42/rev1/rev1.h b/keyboards/ergo42/rev1/rev1.h
index cbb510efb..64773c911 100644
--- a/keyboards/ergo42/rev1/rev1.h
+++ b/keyboards/ergo42/rev1/rev1.h
@@ -20,7 +20,7 @@
#ifndef FLIP_HALF
// Standard Keymap
// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left)
-#define KEYMAP( \
+#define LAYOUT_ortho_4x14( \
L00, L01, L02, L03, L04, L05, L06, R00, R01, R02, R03, R04, R05, R06, \
L10, L11, L12, L13, L14, L15, L16, R10, R11, R12, R13, R14, R15, R16, \
L20, L21, L22, L23, L24, L25, L26, R20, R21, R22, R23, R24, R25, R26, \
@@ -39,7 +39,7 @@
#else
// Keymap with right side flipped
// (TRRS jack on both halves are to the right)
-#define KEYMAP( \
+#define LAYOUT_ortho_4x14( \
L00, L01, L02, L03, L04, L05, L06, R00, R01, R02, R03, R04, R05, R06, \
L10, L11, L12, L13, L14, L15, L16, R10, R11, R12, R13, R14, R15, R16, \
L20, L21, L22, L23, L24, L25, L26, R20, R21, R22, R23, R24, R25, R26, \
@@ -57,6 +57,6 @@
}
#endif
-#define LAYOUT_ortho_4x14 KEYMAP
+#define LAYOUT LAYOUT_ortho_4x14
#endif