aboutsummaryrefslogtreecommitdiff
path: root/keyboards/lets_split/rev1
diff options
context:
space:
mode:
authorDanny Nguyen <danny@80pct.com>2017-04-03 12:15:14 -0400
committerDanny Nguyen <danny@80pct.com>2017-04-03 13:24:11 -0400
commitd0cfaba6d2f4ddf6aee7f05408971a0d4712bd60 (patch)
treeaaee6d69ba9e0b5fc77055e4ee1e673957b23282 /keyboards/lets_split/rev1
parent48f4c5997bd0e041379f592f3e1e0c306e5a5e4d (diff)
downloadqmk_firmware-d0cfaba6d2f4ddf6aee7f05408971a0d4712bd60.tar.gz
qmk_firmware-d0cfaba6d2f4ddf6aee7f05408971a0d4712bd60.zip
Revise KEYMAP macro to make left and right halves more clear
Diffstat (limited to 'keyboards/lets_split/rev1')
-rw-r--r--keyboards/lets_split/rev1/rev1.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/keyboards/lets_split/rev1/rev1.h b/keyboards/lets_split/rev1/rev1.h
index 4667c9fb0..6bf9f0f03 100644
--- a/keyboards/lets_split/rev1/rev1.h
+++ b/keyboards/lets_split/rev1/rev1.h
@@ -9,20 +9,20 @@
9//void promicro_bootloader_jmp(bool program); 9//void promicro_bootloader_jmp(bool program);
10 10
11#define KEYMAP( \ 11#define KEYMAP( \
12 k00, k01, k02, k03, k04, k05, k40, k41, k42, k43, k44, k45, \ 12 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \
13 k10, k11, k12, k13, k14, k15, k50, k51, k52, k53, k54, k55, \ 13 L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \
14 k20, k21, k22, k23, k24, k25, k60, k61, k62, k63, k64, k65, \ 14 L20, L21, L22, L23, L24, L25, R20, R21, R22, R23, R24, R25, \
15 k30, k31, k32, k33, k34, k35, k70, k71, k72, k73, k74, k75 \ 15 L30, L31, L32, L33, L34, L35, R30, R31, R32, R33, R34, R35 \
16 ) \ 16 ) \
17 { \ 17 { \
18 { k00, k01, k02, k03, k04, k05 }, \ 18 { L00, L01, L02, L03, L04, L05 }, \
19 { k10, k11, k12, k13, k14, k15 }, \ 19 { L10, L11, L12, L13, L14, L15 }, \
20 { k20, k21, k22, k23, k24, k25 }, \ 20 { L20, L21, L22, L23, L24, L25 }, \
21 { k30, k31, k32, k33, k34, k35 }, \ 21 { L30, L31, L32, L33, L34, L35 }, \
22 { k40, k41, k42, k43, k44, k45 }, \ 22 { R00, R01, R02, R03, R04, R05 }, \
23 { k50, k51, k52, k53, k54, k55 }, \ 23 { R10, R11, R12, R13, R14, R15 }, \
24 { k60, k61, k62, k63, k64, k65 }, \ 24 { R20, R21, R22, R23, R24, R25 }, \
25 { k70, k71, k72, k73, k74, k75 } \ 25 { R30, R31, R32, R33, R34, R35 } \
26 } 26 }
27 27
28#endif \ No newline at end of file 28#endif \ No newline at end of file