diff options
Diffstat (limited to 'quantum')
| -rw-r--r-- | quantum/process_keycode/process_unicodemap.c | 3 | ||||
| -rw-r--r-- | quantum/process_keycode/process_unicodemap.h | 2 |
2 files changed, 2 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--) { |
diff --git a/quantum/process_keycode/process_unicodemap.h b/quantum/process_keycode/process_unicodemap.h index 5764697f8..fe4f97915 100644 --- a/quantum/process_keycode/process_unicodemap.h +++ b/quantum/process_keycode/process_unicodemap.h | |||
| @@ -19,5 +19,7 @@ | |||
| 19 | #include "quantum.h" | 19 | #include "quantum.h" |
| 20 | #include "process_unicode_common.h" | 20 | #include "process_unicode_common.h" |
| 21 | 21 | ||
| 22 | extern const uint32_t PROGMEM unicode_map[]; | ||
| 23 | |||
| 22 | void unicodemap_input_error(void); | 24 | void unicodemap_input_error(void); |
| 23 | bool process_unicodemap(uint16_t keycode, keyrecord_t *record); | 25 | bool process_unicodemap(uint16_t keycode, keyrecord_t *record); |
