X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;ds=sidebyside;f=protocol%2Fpjrc%2Fmain.c;h=1ef87f8651c8a2ee415e7d72590156b20db8c5b8;hb=0bfba7acc4e05e66c8ab448286fc51bc94d03a57;hp=5f15dbf892c16f42acbf1a80ee0041b27537565d;hpb=969cc4f812e3f86213f97adf340e3c7160fc639e;p=max%2Ftmk_keyboard.git diff --git a/protocol/pjrc/main.c b/protocol/pjrc/main.c index 5f15dbf8..1ef87f86 100644 --- a/protocol/pjrc/main.c +++ b/protocol/pjrc/main.c @@ -30,6 +30,7 @@ #include "matrix.h" #include "print.h" #include "debug.h" +#include "sendchar.h" #include "util.h" #include "suspend.h" #include "host.h" @@ -50,6 +51,8 @@ int main(void) usb_init(); while (!usb_configured()) /* wait */ ; + print_set_sendchar(sendchar); + keyboard_init(); host_set_driver(pjrc_driver()); #ifdef SLEEP_LED_ENABLE