refactor(app): replace zmk_key with zmk_key_t

Aligns with typedef _t convention.

PR: #531
This commit is contained in:
innovaker
2020-12-19 17:32:02 +00:00
committed by Pete Johanson
parent 4fc17e0b3a
commit 87179698b4
4 changed files with 11 additions and 11 deletions

View File

@@ -596,7 +596,7 @@ int zmk_ble_unpair_all() {
};
bool zmk_ble_handle_key_user(struct zmk_key_event *key_event) {
zmk_key key = key_event->key;
zmk_key_t key = key_event->key;
if (!auth_passkey_entry_conn) {
return true;