Don't test for timeouts if the first queue entry is a delayed qukeys release

pull/389/head
Michael Richters 7 years ago
parent 4e624afb33
commit e2519b440b

@ -351,6 +351,7 @@ void Qukeys::preReportHook(void) {
flushKey(QUKEY_STATE_PRIMARY, WAS_PRESSED); flushKey(QUKEY_STATE_PRIMARY, WAS_PRESSED);
flushQueue(); flushQueue();
} }
return;
} }
} }

Loading…
Cancel
Save