aboutsummaryrefslogtreecommitdiff
path: root/users/konstantin/unicode.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/konstantin/unicode.h')
-rw-r--r--users/konstantin/unicode.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/users/konstantin/unicode.h b/users/konstantin/unicode.h
index 6bb908e0e..c8eddabb7 100644
--- a/users/konstantin/unicode.h
+++ b/users/konstantin/unicode.h
@@ -18,17 +18,17 @@
18#define UCM_KEYCODE(name, code) name = X(UCM_ ## name), 18#define UCM_KEYCODE(name, code) name = X(UCM_ ## name),
19 19
20#if defined(UNICODE_ENABLE) 20#if defined(UNICODE_ENABLE)
21 enum unicode_keycodes { 21enum unicode_keycodes {
22 FOREACH_UNICODE(UC_KEYCODE) 22 FOREACH_UNICODE(UC_KEYCODE)
23 }; 23};
24#elif defined(UNICODEMAP_ENABLE) 24#elif defined(UNICODEMAP_ENABLE)
25 enum unicode_names { 25enum unicode_names {
26 FOREACH_UNICODE(UCM_NAME) 26 FOREACH_UNICODE(UCM_NAME)
27 }; 27};
28 28
29 extern const uint32_t PROGMEM unicode_map[]; 29extern const uint32_t PROGMEM unicode_map[];
30 30
31 enum unicode_keycodes { 31enum unicode_keycodes {
32 FOREACH_UNICODE(UCM_KEYCODE) 32 FOREACH_UNICODE(UCM_KEYCODE)
33 }; 33};
34#endif 34#endif