Merge pull request #1248 from keyboardio/b/spacecadet-fix

SpaceCadet: Fix flushing the on-tap action
master
Jesse Vincent 2 years ago committed by GitHub
commit 9bf6eba010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -193,7 +193,7 @@ void SpaceCadet::flushEvent(bool is_tap) {
event.key = map_[pending_map_index_].output;
}
event_queue_.shift();
Runtime.handleKeyswitchEvent(event);
Runtime.handleKeyEvent(event);
}
} // namespace plugin

Loading…
Cancel
Save