diff options
Diffstat (limited to 'app/include')
-rw-r--r-- | app/include/zmk/hid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/include/zmk/hid.h b/app/include/zmk/hid.h index 1ec5126..aca3cc4 100644 --- a/app/include/zmk/hid.h +++ b/app/include/zmk/hid.h @@ -166,6 +166,7 @@ struct zmk_hid_consumer_report { struct zmk_hid_consumer_report_body body; } __packed; +zmk_mod_flags_t zmk_hid_get_explicit_mods(); int zmk_hid_register_mod(zmk_mod_t modifier); int zmk_hid_unregister_mod(zmk_mod_t modifier); int zmk_hid_implicit_modifiers_press(zmk_mod_flags_t implicit_modifiers); |