diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-06-07 08:26:46 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-06-07 08:26:46 -0700 |
commit | 7004e934d041cf5b187cedb4ab15e649b586edea (patch) | |
tree | d014339591b7fb8b343351c3b38a4e59dbad6c7c /keyboards/eco/eco.h | |
parent | 3ab69e2356168414ac9b36eaf14ba18d9e069b45 (diff) | |
download | qmk_firmware-7004e934d041cf5b187cedb4ab15e649b586edea.tar.gz |
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.h | 2 |
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, \ |