refactor(app): replace zmk_mod_flags with zmk_mod_flags_t

Aligns with typedef _t convention.

PR: #531
This commit is contained in:
innovaker
2020-12-19 17:33:15 +00:00
committed by Pete Johanson
parent 05b0d185a8
commit 87e7c04b00
6 changed files with 10 additions and 10 deletions

View File

@@ -11,7 +11,7 @@
typedef uint32_t zmk_key_t;
typedef uint8_t zmk_mod_t;
typedef uint8_t zmk_mod_flags;
typedef uint8_t zmk_mod_flags_t;
struct zmk_key_event {
uint32_t column;