refactor(app): replace zmk_mod_flags with zmk_mod_flags_t
Aligns with typedef _t convention. PR: #531
This commit is contained in:
parent
05b0d185a8
commit
87e7c04b00
6 changed files with 10 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue