]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/lets_split/keymaps/zer09/keymap.h
My userspace and lets_split keymap (#2842)
[qmk_firmware.git] / keyboards / lets_split / keymaps / zer09 / keymap.h
1 #include "lets_split.h"
2 #include "action_layer.h"
3 #include "eeconfig.h"
4 #include "tap_dance.h"
5 #include "zer09.h"
6
7 #ifdef LAYOUT_ortho_4x12
8 #undef LAYOUT_ortho_4x12
9 #endif
10
11 #ifdef LAYOUT
12 #undef LAYOUT
13 #define LAYOUT( \
14   L00, L01, L02, L03, L04,     R00, R01, R02, R03, R04,  \
15   L10, L11, L12, L13, L14,     R10, R11, R12, R13, R14,  \
16   L20, L21, L22, L23, L24,     R20, R21, R22, R23, R24,  \
17   L30, L31, L32, L33, L34,     R30, R31, R32, R33, R34,  \
18   L40, L41, L42, L43, L44,     R40, R41, R42, R43, R44   \
19 ) \
20   { \
21     { L00, L01, L02, L03, L04 }, \
22     { L10, L11, L12, L13, L14 }, \
23     { L20, L21, L22, L23, L24 }, \
24     { L30, L31, L32, L33, L34 }, \
25     { L40, L41, L42, L43, L44 }, \
26     { R00, R01, R02, R03, R04 }, \
27     { R10, R11, R12, R13, R14 }, \
28     { R20, R21, R22, R23, R24 }, \
29     { R30, R31, R32, R33, R34 }, \
30     { R40, R41, R42, R43, R44 }  \
31   }
32 #endif