1
0
Fork 0

music mode file

This commit is contained in:
Jack Humbert 2016-04-03 16:00:10 -04:00
parent 8d39263d24
commit a90d68739a
6 changed files with 1725 additions and 16 deletions

View file

@ -44,7 +44,7 @@
{ k40, k41, k42, k43, k44, k45, k46, k47, k48, k49, k4a, k4b } \
}
void * matrix_init_user(void);
void * matrix_scan_user(void);
void matrix_init_user(void);
void matrix_scan_user(void);
#endif