feat(grave-escape): implement grave-escape

closes #85
This commit is contained in:
Okke Formsma
2020-12-26 14:46:56 +01:00
committed by Pete Johanson
parent 58ad5d4e86
commit 5eeb310b2f
13 changed files with 258 additions and 0 deletions

View File

@@ -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);