1
0
Fork 0

Adding LED function pointers

This commit is contained in:
IBNobody 2016-03-15 23:52:51 -05:00
parent 35393fa9dc
commit eba9a7d74d
4 changed files with 38 additions and 6 deletions

View file

@ -21,5 +21,6 @@
void * matrix_init_user(void);
void * matrix_scan_user(void);
void * led_set_user(uint8_t usb_led);
#endif