refactor(app): replace zmk_mod with zmk_mod_t
Aligns with typedef _t convention. PR: #531
This commit is contained in:
parent
87179698b4
commit
05b0d185a8
3 changed files with 5 additions and 5 deletions
|
|
@ -10,7 +10,7 @@
|
|||
#include <dt-bindings/zmk/keys.h>
|
||||
|
||||
typedef uint32_t zmk_key_t;
|
||||
typedef uint8_t zmk_mod;
|
||||
typedef uint8_t zmk_mod_t;
|
||||
typedef uint8_t zmk_mod_flags;
|
||||
|
||||
struct zmk_key_event {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue