diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2016-10-16 15:49:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-16 15:49:45 -0400 |
| commit | 52d7f7d2770a35adf0b0b0c803e05ae8719f539f (patch) | |
| tree | fc9c02090ef86489ba99c2c1618f1da1c334c28a /quantum/process_keycode/process_unicode.h | |
| parent | 5e2b843538365b130a73054bbeff6009cb8d818c (diff) | |
| parent | 932705706edc22774d89fb94ebad9ffe690a270c (diff) | |
| download | qmk_firmware-52d7f7d2770a35adf0b0b0c803e05ae8719f539f.tar.gz qmk_firmware-52d7f7d2770a35adf0b0b0c803e05ae8719f539f.zip | |
Merge pull request #815 from priyadi/unicode_map
Allow unicode up to 0xFFFFF using separate mapping table
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 |
