Added special char cmd

This commit is contained in:
2022-08-10 09:11:09 -07:00
parent 2545f15b30
commit 779965ff33
8 changed files with 131 additions and 33 deletions

View File

@ -19,6 +19,8 @@ void _hid_send_state(_hid_send_state_args args);
)
void hid_send_special_char(uint16_t char_utf_8);
#ifdef BETA_ENABLE_SPELLCHECK
void hid_send_word(void);
#endif