Skip to content

Commit

Permalink
Clueboard 2x1800 Refactor (qmk#3179)
Browse files Browse the repository at this point in the history
* Readme cleanup

* Refactor: matrices and info.json

* Refactor: keymaps

* Moved xyverz config.h
  • Loading branch information
noroadsleft authored and drashna committed Jun 15, 2018
1 parent 82cf0dd commit 85d4c15
Show file tree
Hide file tree
Showing 10 changed files with 390 additions and 1,922 deletions.
4 changes: 2 additions & 2 deletions keyboards/clueboard/2x1800/2x1800.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{ kb0, kb1, kb2, kb3, kb4, kb5, kb6, kb7, kb8, kb9, KC_NO } \
}

#define LAYOUT_4U_SPACE( \
#define LAYOUT_4u_space( \
k00, k01, k02, k03, k04, k06, k07, k08, k09, k0a, k60, k61, k62, k63, k64, k65, k66, k67, k68, k69, k6a, \
k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k70, k71, k72, k73, k74, k75, k76, k77, k78, k79, k7a, \
k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k80, k81, k82, k83, k84, k85, k86, k87, k88, k89, k8a, \
Expand All @@ -67,7 +67,7 @@
{ kb0, KC_NO, kb2, kb3, kb4, kb5, kb6, kb7, kb8, kb9, KC_NO } \
}

#define LAYOUT_7U_SPACE( \
#define LAYOUT_7u_space( \
k00, k01, k02, k03, k04, k06, k07, k08, k09, k0a, k60, k61, k62, k63, k64, k65, k66, k67, k68, k69, k6a, \
k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k70, k71, k72, k73, k74, k75, k76, k77, k78, k79, k7a, \
k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k80, k81, k82, k83, k84, k85, k86, k87, k88, k89, k8a, \
Expand Down
Loading

0 comments on commit 85d4c15

Please sign in to comment.