aboutsummaryrefslogtreecommitdiff
path: root/keyboards/chimera_ergo/chimera_ergo.h
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-07-11 08:29:13 -0700
committerDrashna Jaelre <drashna@live.com>2018-07-11 08:29:13 -0700
commit9ce7374563e841c8bbfc8145f233edd8e3880850 (patch)
tree59d3a282dddc34f0154e0907cce1196841369117 /keyboards/chimera_ergo/chimera_ergo.h
parent2ddabda586d021fde22b9e1ec26ceb6d54373fc0 (diff)
downloadqmk_firmware-9ce7374563e841c8bbfc8145f233edd8e3880850.tar.gz
qmk_firmware-9ce7374563e841c8bbfc8145f233edd8e3880850.zip
Refactor, Configurator update, and Readme cleanup for Chimera Ergo (#3083)
* Refactor for Chimera Ergo * Readme cleanup * Configurator update
Diffstat (limited to 'keyboards/chimera_ergo/chimera_ergo.h')
-rw-r--r--keyboards/chimera_ergo/chimera_ergo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/chimera_ergo/chimera_ergo.h b/keyboards/chimera_ergo/chimera_ergo.h
index 36525ac00..a9275e3a8 100644
--- a/keyboards/chimera_ergo/chimera_ergo.h
+++ b/keyboards/chimera_ergo/chimera_ergo.h
@@ -49,7 +49,7 @@
49// This a shortcut to help you visually see your layout. 49// This a shortcut to help you visually see your layout.
50// The first section contains all of the arguements 50// The first section contains all of the arguements
51// The second converts the arguments into a two-dimensional array 51// The second converts the arguments into a two-dimensional array
52#define KC_KEYMAP( \ 52#define LAYOUT_kc( \
53 k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k10, k11, \ 53 k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k10, k11, \
54 k12, k13, k14, k15, k16, k17, k18, k19, k20, k21, k22, k23, \ 54 k12, k13, k14, k15, k16, k17, k18, k19, k20, k21, k22, k23, \
55 k24, k25, k26, k27, k28, k29, k30, k31, k32, k33, k34, k35, \ 55 k24, k25, k26, k27, k28, k29, k30, k31, k32, k33, k34, k35, \
@@ -64,7 +64,7 @@
64 { KC_##k29, KC_##k41, KC_##k03, KC_##k40, KC_##k37, KC_NO, KC_##k30, KC_##k43, KC_##k08, KC_##k10, KC_##k46, KC_NO }, \ 64 { KC_##k29, KC_##k41, KC_##k03, KC_##k40, KC_##k37, KC_NO, KC_##k30, KC_##k43, KC_##k08, KC_##k10, KC_##k46, KC_NO }, \
65} 65}
66 66
67#define KEYMAP( \ 67#define LAYOUT( \
68 k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k10, k11, \ 68 k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k10, k11, \
69 k12, k13, k14, k15, k16, k17, k18, k19, k20, k21, k22, k23, \ 69 k12, k13, k14, k15, k16, k17, k18, k19, k20, k21, k22, k23, \
70 k24, k25, k26, k27, k28, k29, k30, k31, k32, k33, k34, k35, \ 70 k24, k25, k26, k27, k28, k29, k30, k31, k32, k33, k34, k35, \