mirror of
https://github.com/moparisthebest/tmk_keyboard
synced 2024-11-14 21:35:05 -05:00
9 lines
89 B
C
9 lines
89 B
C
#include <stdint.h>
|
|
#include "sendchar.h"
|
|
|
|
|
|
int8_t sendchar(uint8_t c)
|
|
{
|
|
return 1;
|
|
}
|