From 5eeb310b2f0ccf1adf91b448573001559696a1d7 Mon Sep 17 00:00:00 2001 From: Okke Formsma Date: Sat, 26 Dec 2020 14:46:56 +0100 Subject: feat(grave-escape): implement grave-escape closes #85 --- app/include/zmk/hid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'app/include') 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); -- cgit v1.2.3