summaryrefslogtreecommitdiff
path: root/keyboards/molecule/molecule.h
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-07-04 21:11:53 -0700
committerGitHub <noreply@github.com>2021-07-05 14:11:53 +1000
commit673a5b0ea27d76b5135399a7dbfffc5cb2790ec9 (patch)
tree1ce0091d27279c0a54704bb0521b3b6a159bb752 /keyboards/molecule/molecule.h
parentfa309df895fc9a1eee0a446fcbc6928481943455 (diff)
Molecule: Layout Macro Refactor (#13453)
Diffstat (limited to 'keyboards/molecule/molecule.h')
-rwxr-xr-xkeyboards/molecule/molecule.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/keyboards/molecule/molecule.h b/keyboards/molecule/molecule.h
index 2db7a92ade..a7769f89a1 100755
--- a/keyboards/molecule/molecule.h
+++ b/keyboards/molecule/molecule.h
@@ -27,10 +27,11 @@
* represents the switch matrix.
*/
#define LAYOUT( \
- L00, L01, L02, L03, L04, R00, R01, R02, R03, R04, \
- L10, L11, L12, L13, L14, R10, R11, R12, R13, R14, \
- L20, L21, L22, L23, L24, R20, R21, R22, R23, R24, \
- L30, L31, L32, L33, L34, R30, R31, R32, R33, R34 \
+ L00, L01, L02, L03, L04, R00, R01, R02, R03, R04, \
+ L10, L11, L12, L13, L14, R10, R11, R12, R13, R14, \
+ L20, L21, L22, L23, L24, R20, R21, R22, R23, R24, \
+ L30, L31, L33, L34, R30, R31, R33, R34, \
+ L32, R32 \
) \
{ \
{ L00, L01, L02, L03, L04, R00, R01, R02, R03, R04 }, \