diff options
Diffstat (limited to 'quantum/process_keycode/process_unicodemap.c')
-rw-r--r-- | quantum/process_keycode/process_unicodemap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/quantum/process_keycode/process_unicodemap.c b/quantum/process_keycode/process_unicodemap.c index cee9acb5f..327402761 100644 --- a/quantum/process_keycode/process_unicodemap.c +++ b/quantum/process_keycode/process_unicodemap.c | |||
@@ -17,9 +17,6 @@ | |||
17 | #include "process_unicodemap.h" | 17 | #include "process_unicodemap.h" |
18 | #include "process_unicode_common.h" | 18 | #include "process_unicode_common.h" |
19 | 19 | ||
20 | __attribute__((weak)) | ||
21 | const uint32_t PROGMEM unicode_map[] = {}; | ||
22 | |||
23 | void register_hex32(uint32_t hex) { | 20 | void register_hex32(uint32_t hex) { |
24 | bool onzerostart = true; | 21 | bool onzerostart = true; |
25 | for(int i = 7; i >= 0; i--) { | 22 | for(int i = 7; i >= 0; i--) { |