1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
tmk_keyboard_custom/vusb/host_vusb.h

7 lines
85 B
C
Raw Normal View History

#ifndef HOST_VUSB_H
#define HOST_VUSB_H
void host_vusb_keyboard_send(void);
#endif