diff options
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) { |