diff options
| author | dbroqua <dbroqua@mousur.org> | 2016-10-14 21:53:37 +0200 |
|---|---|---|
| committer | dbroqua <dbroqua@mousur.org> | 2016-10-14 21:53:37 +0200 |
| commit | 28ca1f5345f665e262e8f5af88ac166afcd35add (patch) | |
| tree | 608b09db4b9a09012d558e8352768b690900d407 /quantum/process_keycode/process_unicode.c | |
| parent | 0320fbf6f4c3c6d079226bc49c7b4d3a3906f5d7 (diff) | |
| parent | 2098b363eac81298ca51edc06970a767d991c78c (diff) | |
| download | qmk_firmware-28ca1f5345f665e262e8f5af88ac166afcd35add.tar.gz qmk_firmware-28ca1f5345f665e262e8f5af88ac166afcd35add.zip | |
Merge branch 'master' of https://github.com/Dbroqua/qmk_firmware
Diffstat (limited to 'quantum/process_keycode/process_unicode.c')
| -rw-r--r-- | quantum/process_keycode/process_unicode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_unicode.c b/quantum/process_keycode/process_unicode.c index a5d7dca21..6a30afe29 100644 --- a/quantum/process_keycode/process_unicode.c +++ b/quantum/process_keycode/process_unicode.c | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | static uint8_t input_mode; | 3 | static uint8_t input_mode; |
| 4 | 4 | ||
| 5 | __attribute__((weak)) | ||
| 5 | uint16_t hex_to_keycode(uint8_t hex) | 6 | uint16_t hex_to_keycode(uint8_t hex) |
| 6 | { | 7 | { |
| 7 | if (hex == 0x0) { | 8 | if (hex == 0x0) { |
