From f8e43932baef7db7639679ce4e00d0b22ea3b60c Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Sat, 19 Dec 2020 17:34:52 +0000 Subject: [PATCH] refactor(app): remove zmk_action zmk_action isn't referenced anywhere. PR: #530 --- app/include/zmk/keys.h | 1 - 1 file changed, 1 deletion(-) diff --git a/app/include/zmk/keys.h b/app/include/zmk/keys.h index 27d34b00..204de9c8 100644 --- a/app/include/zmk/keys.h +++ b/app/include/zmk/keys.h @@ -10,7 +10,6 @@ #include typedef uint32_t zmk_key; -typedef uint8_t zmk_action; typedef uint8_t zmk_mod; typedef uint8_t zmk_mod_flags;