1
0
Fork 0

Edited to work with jackhumbert/qmk_firmware pull #190

Basically changes "* matrix_scan_user(void)" to "matrix_scan_user(void)"
This commit is contained in:
Norberto Monarrez 2016-03-23 13:42:34 -04:00
parent 95b0032142
commit a5a40a0703
2 changed files with 12 additions and 16 deletions

View file

@ -23,7 +23,7 @@
{ K30, K31, K32, KC_NO, K33, KC_NO, K34, KC_NO, K35, K36, K37, K38 }, \
}
void * matrix_init_user(void);
void * matrix_scan_user(void);
void matrix_init_user(void);
void matrix_scan_user(void);
#endif