aboutsummaryrefslogtreecommitdiff
path: root/keyboards/nyquist/rev1/rev1.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/nyquist/rev1/rev1.h')
-rw-r--r--keyboards/nyquist/rev1/rev1.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/nyquist/rev1/rev1.h b/keyboards/nyquist/rev1/rev1.h
index abc5dd2c8..2d4c9f73e 100644
--- a/keyboards/nyquist/rev1/rev1.h
+++ b/keyboards/nyquist/rev1/rev1.h
@@ -20,7 +20,7 @@
20#ifndef FLIP_HALF 20#ifndef FLIP_HALF
21// Standard Keymap 21// Standard Keymap
22// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left) 22// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left)
23#define KEYMAP( \ 23#define LAYOUT( \
24 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \ 24 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \
25 L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \ 25 L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \
26 L20, L21, L22, L23, L24, L25, R20, R21, R22, R23, R24, R25, \ 26 L20, L21, L22, L23, L24, L25, R20, R21, R22, R23, R24, R25, \
@@ -42,7 +42,7 @@
42#else 42#else
43// Keymap with right side flipped 43// Keymap with right side flipped
44// (TRRS jack on both halves are to the right) 44// (TRRS jack on both halves are to the right)
45#define KEYMAP( \ 45#define LAYOUT( \
46 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \ 46 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \
47 L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \ 47 L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \
48 L20, L21, L22, L23, L24, L25, R20, R21, R22, R23, R24, R25, \ 48 L20, L21, L22, L23, L24, L25, R20, R21, R22, R23, R24, R25, \
@@ -63,6 +63,6 @@
63 } 63 }
64#endif 64#endif
65 65
66#define LAYOUT_ortho_5x12 KEYMAP 66#define LAYOUT_ortho_5x12 LAYOUT
67 67
68#endif 68#endif