mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-31 18:35:18 -05:00
Initial basic modifiers support.
This commit is contained in:
@@ -101,6 +101,8 @@ struct zmk_hid_report
|
||||
u8_t keys[13];
|
||||
} __packed;
|
||||
|
||||
int zmk_hid_register_mod(zmk_mod modifier);
|
||||
int zmk_hid_unregister_mod(zmk_mod modifier);
|
||||
int zmk_hid_press_key(zmk_key key);
|
||||
int zmk_hid_release_key(zmk_key key);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user