summaryrefslogtreecommitdiff
path: root/keyboards/eco/eco.h
diff options
context:
space:
mode:
authornoroadsleft2018-06-07 08:26:46 -0700
committerDrashna Jaelre2018-06-07 08:26:46 -0700
commit7004e934d041cf5b187cedb4ab15e649b586edea (patch)
treed014339591b7fb8b343351c3b38a4e59dbad6c7c /keyboards/eco/eco.h
parent3ab69e2356168414ac9b36eaf14ba18d9e069b45 (diff)
Eco: Refactor, Configurator support and Readme changes (#3143)
* Readme changes * Refactor matrices; add QMK_KEYBOARD_H * Configurator Support
Diffstat (limited to 'keyboards/eco/eco.h')
-rw-r--r--keyboards/eco/eco.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/eco/eco.h b/keyboards/eco/eco.h
index 2615ac1ae..8c57244fb 100644
--- a/keyboards/eco/eco.h
+++ b/keyboards/eco/eco.h
@@ -11,7 +11,7 @@
#include "quantum.h"
// Used to create a keymap using only KC_ prefixed keys
-#define KC_KEYMAP( \
+#define LAYOUT_kc( \
k01, k02, k03, k04, k05, k06, k07, k08, k09, k010, k011, k012, k013, k014, \
k11, k12, k13, k14, k15, k16, k17, k18, k19, k110, k111, k112, k113, k114, \
k21, k22, k23, k24, k25, k26, k27, k28, k29, k210, k211, k212, k213, k214, \