diff options
Diffstat (limited to 'quantum/process_keycode/process_unicode.h')
-rw-r--r-- | quantum/process_keycode/process_unicode.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_unicode.h b/quantum/process_keycode/process_unicode.h index 27f8072ee..a6c7e4584 100644 --- a/quantum/process_keycode/process_unicode.h +++ b/quantum/process_keycode/process_unicode.h | |||
@@ -20,6 +20,10 @@ void register_hex(uint16_t hex); | |||
20 | 20 | ||
21 | bool process_unicode(uint16_t keycode, keyrecord_t *record); | 21 | bool process_unicode(uint16_t keycode, keyrecord_t *record); |
22 | 22 | ||
23 | #ifdef UNICODEMAP_ENABLE | ||
24 | bool process_unicode_map(uint16_t keycode, keyrecord_t *record); | ||
25 | #endif | ||
26 | |||
23 | #ifdef UCIS_ENABLE | 27 | #ifdef UCIS_ENABLE |
24 | #ifndef UCIS_MAX_SYMBOL_LENGTH | 28 | #ifndef UCIS_MAX_SYMBOL_LENGTH |
25 | #define UCIS_MAX_SYMBOL_LENGTH 32 | 29 | #define UCIS_MAX_SYMBOL_LENGTH 32 |