diff options
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 | ||
