summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/atreus50/atreus50.h
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-12-02 08:22:40 +0100
committerDrashna Jaelre <drashna@live.com>2018-12-02 08:22:40 +0100
commitdbc776168842439718334aa120f1afcbee9a96d9 (patch)
tree9037d8856487296dd4291149dbb1e117509e0633 /keyboards/handwired/atreus50/atreus50.h
parent0db6bb10e0b2810d306d37ef7342b22a43f4bdf9 (diff)
downloadqmk_firmware-dbc776168842439718334aa120f1afcbee9a96d9.tar.gz
qmk_firmware-dbc776168842439718334aa120f1afcbee9a96d9.tar.xz
Keyboard: handwired/atreus50 Refactor, Configurator support, and readme cleanup (#4530)
* handwired/atreus50: refactor - layout macro renames: - KEYMAP is now LAYOUT - COMPACT_KEYMAP is now LAYOUT_kc - keymap updates: - both keymaps now use #include QMK_KEYBOARD_H - removed redundant KC_TRNS and KC_NO definitions - default keymap now uses LAYOUT macro instead of LAYOUT_kc * handwired/atreus50: readme cleanup Reformatted the readme to be more closely aligned to current QMK template, and fixed some typos/grammar. * handwired/atreus50: Configurator support
Diffstat (limited to 'keyboards/handwired/atreus50/atreus50.h')
-rw-r--r--keyboards/handwired/atreus50/atreus50.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/handwired/atreus50/atreus50.h b/keyboards/handwired/atreus50/atreus50.h
index de06f255e..eb31ca1b8 100644
--- a/keyboards/handwired/atreus50/atreus50.h
+++ b/keyboards/handwired/atreus50/atreus50.h
@@ -5,7 +5,7 @@
// The first section contains all of the arguements
// The second converts the arguments into a two-dimensional array
-#define KEYMAP( \
+#define LAYOUT( \
k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, \
k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, \
k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, \
@@ -18,7 +18,7 @@
{ k30, k31, k32, k33, k34, k35, km1, k36, k37, k38, k39, k3a, k3b } \
}
-#define COMPACT_KEYMAP( \
+#define LAYOUT_kc( \
k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, \
k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, \
k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, \