qmk-dactyl-manuform-a/ps2_vusb/sendchar_dummy.c

9 lines
89 B
C

#include <stdint.h>
#include "sendchar.h"
int8_t sendchar(uint8_t c)
{
return 1;
}