diff options
Diffstat (limited to 'keyboards/molecule/molecule.h')
| -rwxr-xr-x | keyboards/molecule/molecule.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/keyboards/molecule/molecule.h b/keyboards/molecule/molecule.h index 2db7a92ad..a7769f89a 100755 --- a/keyboards/molecule/molecule.h +++ b/keyboards/molecule/molecule.h | |||
| @@ -27,10 +27,11 @@ | |||
| 27 | * represents the switch matrix. | 27 | * represents the switch matrix. |
| 28 | */ | 28 | */ |
| 29 | #define LAYOUT( \ | 29 | #define LAYOUT( \ |
| 30 | L00, L01, L02, L03, L04, R00, R01, R02, R03, R04, \ | 30 | L00, L01, L02, L03, L04, R00, R01, R02, R03, R04, \ |
| 31 | L10, L11, L12, L13, L14, R10, R11, R12, R13, R14, \ | 31 | L10, L11, L12, L13, L14, R10, R11, R12, R13, R14, \ |
| 32 | L20, L21, L22, L23, L24, R20, R21, R22, R23, R24, \ | 32 | L20, L21, L22, L23, L24, R20, R21, R22, R23, R24, \ |
| 33 | L30, L31, L32, L33, L34, R30, R31, R32, R33, R34 \ | 33 | L30, L31, L33, L34, R30, R31, R33, R34, \ |
| 34 | L32, R32 \ | ||
| 34 | ) \ | 35 | ) \ |
| 35 | { \ | 36 | { \ |
| 36 | { L00, L01, L02, L03, L04, R00, R01, R02, R03, R04 }, \ | 37 | { L00, L01, L02, L03, L04, R00, R01, R02, R03, R04 }, \ |
