Przeglądaj źródła

Merge branch 'master' into coderkun_neo2

coderkun 9 lat temu
rodzic
commit
4c9071964b
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      quantum/process_keycode/process_unicode.c

+ 1 - 0
quantum/process_keycode/process_unicode.c

@@ -2,6 +2,7 @@
 
 
 static uint8_t input_mode;
 static uint8_t input_mode;
 
 
+__attribute__((weak))
 uint16_t hex_to_keycode(uint8_t hex)
 uint16_t hex_to_keycode(uint8_t hex)
 {
 {
   if (hex == 0x0) {
   if (hex == 0x0) {