diff options
Diffstat (limited to 'hid/src/main.cpp')
-rw-r--r-- | hid/src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hid/src/main.cpp b/hid/src/main.cpp index 7a7b83db..5e01c6ed 100644 --- a/hid/src/main.cpp +++ b/hid/src/main.cpp @@ -229,6 +229,7 @@ void loop() { # endif _out.kbd->periodic(); + _out.mouse->periodic(); # ifdef CMD_SERIAL static unsigned long last = micros(); |