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/unicode.c | |
| parent | 2f07627a5dd38ab1370804f4feb1972250928803 (diff) | |
| download | qmk_firmware-ddb0f39ebf317c7a23c69ed45efb1882746a01b0.tar.gz qmk_firmware-ddb0f39ebf317c7a23c69ed45efb1882746a01b0.zip | |
Generate UNICODE and UNICODEMAP constants using macros
Diffstat (limited to 'users/konstantin/unicode.c')
| -rw-r--r-- | users/konstantin/unicode.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/users/konstantin/unicode.c b/users/konstantin/unicode.c new file mode 100644 index 000000000..3b6164bc5 --- /dev/null +++ b/users/konstantin/unicode.c | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | #include "unicode.h" | ||
| 2 | |||
| 3 | #ifdef UNICODEMAP_ENABLE | ||
| 4 | const uint32_t PROGMEM unicode_map[] = { | ||
| 5 | FOREACH_UNICODE(X_ENTRY) | ||
| 6 | }; | ||
| 7 | #endif | ||
