tmk_keyboard/sendchar.h

9 lines
139 B
C

#ifndef SENDCHAR_H
#define SENDCHAR_H
/* transmit a character. return 0 on success, -1 on error. */
int8_t sendchar(uint8_t c);
#endif