1
0
Fork 0

Molecule: Layout Macro Refactor (#13453)

This commit is contained in:
James Young 2021-07-04 21:11:53 -07:00 committed by GitHub
parent fa309df895
commit 673a5b0ea2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 85 additions and 212 deletions

View file

@ -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 }, \