diff options
author | IBNobody <ibnobody@gmail.com> | 2016-10-23 20:45:20 -0500 |
---|---|---|
committer | IBNobody <ibnobody@gmail.com> | 2016-10-23 20:45:20 -0500 |
commit | 05ceef2350dbd72f696d70b8a2567d048fa147dc (patch) | |
tree | 598e5f77c3b32d96774fd096765908fcbdf15df9 /quantum/process_keycode/process_unicode.h | |
parent | 826417bfc001377719c9034fe273d1596ba62c9c (diff) | |
parent | 2e2b9962cdc20e9f46dd0194f25a68ffa05e7d36 (diff) | |
download | firmware-05ceef2350dbd72f696d70b8a2567d048fa147dc.tar.gz firmware-05ceef2350dbd72f696d70b8a2567d048fa147dc.tar.bz2 firmware-05ceef2350dbd72f696d70b8a2567d048fa147dc.zip |
Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
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); bool process_unicode(uint16_t keycode, keyrecord_t *record); +#ifdef UNICODEMAP_ENABLE +bool process_unicode_map(uint16_t keycode, keyrecord_t *record); +#endif + #ifdef UCIS_ENABLE #ifndef UCIS_MAX_SYMBOL_LENGTH #define UCIS_MAX_SYMBOL_LENGTH 32 |