X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Fhost.h;h=918af69e8f41242083912519d9486b16f758572a;hb=1f96edaed60def1f513ddd8adcdfa3e12b971006;hp=c1a0fbac40cfb6302fb05cbe38dfb9986a60add5;hpb=d52d554360d3bf06189bfd4f386fa99348d8a0a8;p=tmk_firmware.git diff --git a/common/host.h b/common/host.h index c1a0fba..918af69 100644 --- a/common/host.h +++ b/common/host.h @@ -32,8 +32,8 @@ extern "C" { extern bool keyboard_nkro; #endif -/* report */ -extern report_mouse_t mouse_report; +extern uint8_t keyboard_idle; +extern uint8_t keyboard_protocol; /* host driver */ @@ -47,9 +47,6 @@ void host_mouse_send(report_mouse_t *report); void host_system_send(uint16_t data); void host_consumer_send(uint16_t data); -/* mouse report utils */ -uint8_t host_mouse_in_use(void); - uint16_t host_last_sysytem_report(void); uint16_t host_last_consumer_report(void);