#ifndef USBkeyboard_h_ #define USBkeyboard_h_ #include #include "usb_com.h" uint8_t usb_keyboard_send(void); #endif // USBkeyboard_h_