X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=common%2Fhost.h;h=918af69e8f41242083912519d9486b16f758572a;hb=eb90ed6238426db9367e294abfaefb5de07564f5;hp=a56e6c3b04f05d115eb8d408213c7fbc86f6b445;hpb=3eeb0a96232af825962fa1e9b05b80ac1cfd1868;p=max%2Ftmk_keyboard.git diff --git a/common/host.h b/common/host.h index a56e6c3b..918af69e 100644 --- a/common/host.h +++ b/common/host.h @@ -32,8 +32,8 @@ extern "C" { extern bool keyboard_nkro; #endif -uint8_t keyboard_idle; -uint8_t keyboard_protocol; +extern uint8_t keyboard_idle; +extern uint8_t keyboard_protocol; /* host driver */