diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2016-11-28 23:51:07 -0500 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2016-11-28 23:51:07 -0500 |
| commit | 6e0f994950435aa5867e7b7ce780186d881d74ac (patch) | |
| tree | 4a43aec89032a5bace8be91c3230b6d2fcedcb5f /quantum/process_keycode | |
| parent | 7edac212c8ed8442bf4207e70dc8194631b2bf27 (diff) | |
| parent | 1585fc4b616cb28b8d4a418cd31c8ce0dd64f731 (diff) | |
| download | qmk_firmware-6e0f994950435aa5867e7b7ce780186d881d74ac.tar.gz qmk_firmware-6e0f994950435aa5867e7b7ce780186d881d74ac.zip | |
Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7
Diffstat (limited to 'quantum/process_keycode')
| -rw-r--r-- | quantum/process_keycode/process_unicode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_unicode.h b/quantum/process_keycode/process_unicode.h index 065eeb5f6..f17cfa6cf 100644 --- a/quantum/process_keycode/process_unicode.h +++ b/quantum/process_keycode/process_unicode.h | |||
| @@ -22,6 +22,7 @@ void register_hex(uint16_t hex); | |||
| 22 | bool process_unicode(uint16_t keycode, keyrecord_t *record); | 22 | bool process_unicode(uint16_t keycode, keyrecord_t *record); |
| 23 | 23 | ||
| 24 | #ifdef UNICODEMAP_ENABLE | 24 | #ifdef UNICODEMAP_ENABLE |
| 25 | void unicode_map_input_error(void); | ||
| 25 | bool process_unicode_map(uint16_t keycode, keyrecord_t *record); | 26 | bool process_unicode_map(uint16_t keycode, keyrecord_t *record); |
| 26 | #endif | 27 | #endif |
| 27 | 28 | ||
