Selaa lähdekoodia

Merge pull request #799 from coderkun/master

Declare Unicode method hex_to_keycode() as “weak”
Jack Humbert 8 vuotta sitten
vanhempi
commit
86065dca4d
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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;
 
+__attribute__((weak))
 uint16_t hex_to_keycode(uint8_t hex)
 {
   if (hex == 0x0) {