mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
fix strict-prototypes warning
This commit is contained in:
parent
746fd15638
commit
6fee7e178f
@ -22,6 +22,7 @@ void register_hex(uint16_t hex);
|
||||
bool process_unicode(uint16_t keycode, keyrecord_t *record);
|
||||
|
||||
#ifdef UNICODEMAP_ENABLE
|
||||
void unicode_map_input_error(void);
|
||||
bool process_unicode_map(uint16_t keycode, keyrecord_t *record);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user