Merge pull request #47 from keyboardio/bug/leader-release

Fix release of primary keycodes
pull/389/head
Gergely Nagy 6 years ago committed by GitHub
commit 5fe806a2b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -312,7 +312,8 @@ EventHandlerResult Qukeys::onKeyswitchEvent(Key &mapped_key, byte row, byte col,
} }
flushQueue(queue_index); flushQueue(queue_index);
flushQueue(); flushQueue();
return EventHandlerResult::EVENT_CONSUMED; mapped_key = getDualUsePrimaryKey(mapped_key);
return EventHandlerResult::OK;
} }
// Otherwise, the key is still pressed // Otherwise, the key is still pressed

Loading…
Cancel
Save