Fixup clueboard support and add rgb to clueboard1

This commit is contained in:
skullY
2016-03-28 22:49:24 -07:00
parent 073b44924c
commit 5e822417d7
9 changed files with 137 additions and 43 deletions
+2 -2
View File
@@ -51,7 +51,7 @@
{ k90, KC_NO, k92, k93, k94, k95, k96, k97 } \
}
void * matrix_init_user(void);
void * matrix_scan_user(void);
void matrix_init_user(void);
void matrix_scan_user(void);
#endif