mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-05-26 17:42:04 +01:00
Added Bulegiga iWRAP support into HHKB.(Bluetooth)
This commit is contained in:
+3
-1
@@ -18,8 +18,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#ifndef SENDCHAR_H
|
||||
#define SENDCHAR_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
/* transmit a character. return 0 on success, -1 on error. */
|
||||
int8_t sendchar(uint8_t c);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user