Explorar el Código

Merge pull request #906 from priyadi/unicode_map_fix_warning

fix strict-prototypes warning
Jack Humbert hace 9 años
padre
commit
637170d560
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      quantum/process_keycode/process_unicode.h

+ 1 - 0
quantum/process_keycode/process_unicode.h

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