aboutsummaryrefslogtreecommitdiff
path: root/users/konstantin/unicode.h
diff options
context:
space:
mode:
authorKonstantin Đorđević <vomindoraan@gmail.com>2019-02-18 04:34:55 +0100
committerKonstantin Đorđević <vomindoraan@gmail.com>2019-03-02 15:15:58 +0100
commit45dddfa6c27123ec6b598d561d3c3859882ccbad (patch)
tree6e4b25f77846e53e9f2d0b6777551a9c4aaac3ca /users/konstantin/unicode.h
parentfbe2eba4729a1d7b00b76243e146b5324d65976b (diff)
downloadqmk_firmware-45dddfa6c27123ec6b598d561d3c3859882ccbad.tar.gz
qmk_firmware-45dddfa6c27123ec6b598d561d3c3859882ccbad.zip
Set preferred intervals for rgblight effects
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