mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-02 05:37:00 +06: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;
|
||
|
}
|