diff options
| author | Konstantin Đorđević | 2019-02-18 04:34:55 +0100 |
|---|---|---|
| committer | Konstantin Đorđević | 2019-03-02 15:15:58 +0100 |
| commit | 45dddfa6c27123ec6b598d561d3c3859882ccbad (patch) | |
| tree | 6e4b25f77846e53e9f2d0b6777551a9c4aaac3ca /users/konstantin/unicode.c | |
| parent | fbe2eba4729a1d7b00b76243e146b5324d65976b (diff) | |
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 44b5be6c91..144c0aaf75 100644 --- a/users/konstantin/unicode.c +++ b/users/konstantin/unicode.c @@ -1,7 +1,7 @@ #include "unicode.h" #ifdef UNICODEMAP_ENABLE - const uint32_t PROGMEM unicode_map[] = { - FOREACH_UNICODE(UCM_ENTRY) - }; +const uint32_t PROGMEM unicode_map[] = { + FOREACH_UNICODE(UCM_ENTRY) +}; #endif |