浏览代码

Merge pull request #799 from coderkun/master

Declare Unicode method hex_to_keycode() as “weak”
Jack Humbert 8 年之前
父节点
当前提交
86065dca4d
共有 1 个文件被更改,包括 1 次插入0 次删除
  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) {