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
@@ -46,7 +46,7 @@
{ k40, k41, k42, k43, KC_NO, k45, k46, KC_NO, KC_NO, k49, k4A, k4B, k4C, k4D, k4E, k4F } \
}
void * matrix_init_user(void);
void * matrix_scan_user(void);
void matrix_init_user(void);
void matrix_scan_user(void);
#endif