#ifndef USBkeyboard_h_
#define USBkeyboard_h_
#include <inttypes.h>
#include "output_com.h"
uint8_t usb_keyboard_send(void);
#endif // USBkeyboard_h_