This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
Tankernn
/
qmk_firmware
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
a6b31e950f
Ramuri
Etichete
iris-working
master
qmk_firmware
/
ps2_usb
/
sendchar_dummy.c
sendchar_dummy.c
89 B
Istoric
Crud
1
2
3
4
5
6
7
8
#include <stdint.h>
#include "sendchar.h"
int8_t sendchar(uint8_t c)
{
return 1;
}