diff options
| author | Konstantin Đorđević <vomindoraan@gmail.com> | 2019-02-18 04:34:55 +0100 |
|---|---|---|
| committer | Konstantin Đorđević <vomindoraan@gmail.com> | 2019-03-02 15:15:58 +0100 |
| commit | 45dddfa6c27123ec6b598d561d3c3859882ccbad (patch) | |
| tree | 6e4b25f77846e53e9f2d0b6777551a9c4aaac3ca /users/konstantin/unicode.c | |
| parent | fbe2eba4729a1d7b00b76243e146b5324d65976b (diff) | |
| download | qmk_firmware-45dddfa6c27123ec6b598d561d3c3859882ccbad.tar.gz qmk_firmware-45dddfa6c27123ec6b598d561d3c3859882ccbad.zip | |
Set preferred intervals for rgblight effects
Diffstat (limited to 'users/konstantin/unicode.c')
| -rw-r--r-- | users/konstantin/unicode.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/users/konstantin/unicode.c b/users/konstantin/unicode.c index 44b5be6c9..144c0aaf7 100644 --- a/users/konstantin/unicode.c +++ b/users/konstantin/unicode.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #include "unicode.h" | 1 | #include "unicode.h" |
| 2 | 2 | ||
| 3 | #ifdef UNICODEMAP_ENABLE | 3 | #ifdef UNICODEMAP_ENABLE |
| 4 | const uint32_t PROGMEM unicode_map[] = { | 4 | const uint32_t PROGMEM unicode_map[] = { |
| 5 | FOREACH_UNICODE(UCM_ENTRY) | 5 | FOREACH_UNICODE(UCM_ENTRY) |
| 6 | }; | 6 | }; |
| 7 | #endif | 7 | #endif |
