mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-27 20:39:06 +02:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
+2
-1
@@ -386,7 +386,8 @@ void mousekey_task(void) {
|
||||
|
||||
void mousekey_on(uint8_t code) {
|
||||
# ifdef MK_KINETIC_SPEED
|
||||
if (mouse_timer == 0) {
|
||||
// Start kinetic timer when movement keycodes are pressed
|
||||
if (mouse_timer == 0 && (IS_MOUSEKEY_MOVE(code) || IS_MOUSEKEY_WHEEL(code))) {
|
||||
mouse_timer = timer_read();
|
||||
}
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user