X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Fmousekey.c;h=23469476e264fd8bacdc56682dcf2e23c5a84c2b;hb=1f96edaed60def1f513ddd8adcdfa3e12b971006;hp=3068fc5e377480de135ae68bfe4eb6370a888307;hpb=9389585d3d16319d5d739eef84f4ff11076235c1;p=tmk_firmware.git diff --git a/common/mousekey.c b/common/mousekey.c index 3068fc5..2346947 100644 --- a/common/mousekey.c +++ b/common/mousekey.c @@ -16,7 +16,6 @@ along with this program. If not, see . */ #include -#include #include "keycode.h" #include "host.h" #include "timer.h" @@ -26,6 +25,7 @@ along with this program. If not, see . +static report_mouse_t mouse_report = {}; static uint8_t mousekey_repeat = 0; static uint8_t mousekey_accel = 0;