]> git.gir.st - tmk_keyboard.git/blob - ps2_usb/sendchar_dummy.c
integrate V-USB support into ps2_usb
[tmk_keyboard.git] / ps2_usb / sendchar_dummy.c
1 #include <stdint.h>
2 #include "sendchar.h"
3
4
5 int8_t sendchar(uint8_t c)
6 {
7 return 1;
8 }
Imprint / Impressum