]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/handwired/xeal60/rev1/rev1.h
Basic keymap (no FN). Compiles.
[qmk_firmware.git] / keyboards / handwired / xeal60 / rev1 / rev1.h
1 #ifndef REV1_H
2 #define REV1_H
3
4 #include "lets_split.h"
5
6 //void promicro_bootloader_jmp(bool program);
7 #include "quantum.h"
8
9 //void promicro_bootloader_jmp(bool program);
10
11 #define LAYOUT( \
12         L00, L01, L02, L03, L04, L05, L06,      R00, R01, R02, R03, R04, R05, R06, \
13         L10, L11, L12, L13, L14, L15, L16, L17,      R11, R12, R13, R14, R15, R16, \
14         L20, L21, L22, L23, L24, L25, L26,           R21, R22, R23, R24, R25, R26, \
15         L30, L31, L32, L33, L34, L35,                R31, R32, R33, R34, R35, R36, \
16   L40, L41, L42, L43, L44,                          R42, R43, R44, R45, R46 \
17         ) \
18         { \
19         { L00, L01, L02, L03, L04, L05, L06 }, \
20           { L10, L11, L12, L13, L14, L15, L16, L17 }, \
21           { L20, L21, L22, L23, L24, L25, L26 }, \
22           { L30, L31, L32, L33, L34, L35 }, \
23     { L40, L41, L42, L43, L44 }, \
24     { R00, R01, R02, R03, R04, R05, R06}, \
25     { R11, R12, R13, R14, R15, R16 }, \
26     { R21, R22, R23, R24, R25, R26 }, \
27     { R31, R32, R33, R34, R35, R36 }, \
28     { R42, R43, R44, R45, R46 } \
29         }
30
31 #define LAYOUT_split60 LAYOUT
32
33 #endif