X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Fhost.h;h=918af69e8f41242083912519d9486b16f758572a;hb=e81c70149ecf73256f8bb7d77cefc07f2b91d2be;hp=a56e6c3b04f05d115eb8d408213c7fbc86f6b445;hpb=ee70fe59ee8ebc6dcbf55171b1a2dd72e1744ae6;p=tmk_firmware.git diff --git a/common/host.h b/common/host.h index a56e6c3..918af69 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 */