1
0
Fork 0

Eco: Refactor, Configurator support and Readme changes (#3143)

* Readme changes

* Refactor matrices; add QMK_KEYBOARD_H

* Configurator Support
This commit is contained in:
noroadsleft 2018-06-07 08:26:46 -07:00 committed by Drashna Jaelre
parent 3ab69e2356
commit 7004e934d0
9 changed files with 292 additions and 287 deletions

View file

@ -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, \