diff options
Diffstat (limited to 'common/mousekey.c')
-rw-r--r-- | common/mousekey.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/mousekey.c b/common/mousekey.c index 3068fc5e37..017be94116 100644 --- a/common/mousekey.c +++ b/common/mousekey.c @@ -26,6 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. +static report_mouse_t mouse_report = {}; static uint8_t mousekey_repeat = 0; static uint8_t mousekey_accel = 0; |