1
0
Fork 0

Set preferred intervals for rgblight effects

This commit is contained in:
Konstantin Đorđević 2019-02-18 04:34:55 +01:00
parent fbe2eba472
commit 45dddfa6c2
3 changed files with 33 additions and 13 deletions

View file

@ -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