This commit is contained in:
2022-11-20 20:45:13 -08:00
parent d795d84f41
commit afa07ce83c
8 changed files with 15 additions and 14 deletions

View File

@ -21,7 +21,7 @@ void _hid_send_state(_hid_send_state_args args);
void hid_send_special_char(uint16_t char_utf_8);
#ifdef BETA_ENABLE_SPELLCHECK
#ifdef ENABLE_HID_SPELLCHECK
void hid_send_word(void);
#endif