diff options
author | Konstantin Đorđević <vomindoraan@gmail.com> | 2019-02-11 23:21:41 +0100 |
---|---|---|
committer | Konstantin Đorđević <vomindoraan@gmail.com> | 2019-03-02 15:15:55 +0100 |
commit | ddb0f39ebf317c7a23c69ed45efb1882746a01b0 (patch) | |
tree | 1395072c58d02ebcda3d87c0c28401581695062c /users/konstantin/konstantin.h | |
parent | 2f07627a5dd38ab1370804f4feb1972250928803 (diff) | |
download | qmk_firmware-ddb0f39ebf317c7a23c69ed45efb1882746a01b0.tar.gz |
Generate UNICODE and UNICODEMAP constants using macros
Diffstat (limited to 'users/konstantin/konstantin.h')
-rw-r--r-- | users/konstantin/konstantin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/konstantin/konstantin.h b/users/konstantin/konstantin.h index d8b00c4c8..c32d674e8 100644 --- a/users/konstantin/konstantin.h +++ b/users/konstantin/konstantin.h @@ -7,7 +7,7 @@ #ifdef TAP_DANCE_ENABLE #include "tap_dance.h" #endif -#ifdef UNICODE_ENABLE +#if defined(UNICODE_ENABLE) || defined(UNICODEMAP_ENABLE) #include "unicode.h" #endif |