]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Merge branch 'master' into coderkun_neo2
authorcoderkun <olli@coderkun.de>
Mon, 3 Oct 2016 14:35:40 +0000 (16:35 +0200)
committercoderkun <olli@coderkun.de>
Mon, 3 Oct 2016 14:35:40 +0000 (16:35 +0200)
quantum/process_keycode/process_unicode.c

index a5d7dca21eeb2fe145ba34c717dc0b98a341642e..6a30afe2933125f034f0eb3779a16ddf374f1704 100644 (file)
@@ -2,6 +2,7 @@
 
 static uint8_t input_mode;
 
+__attribute__((weak))
 uint16_t hex_to_keycode(uint8_t hex)
 {
   if (hex == 0x0) {