Set preferred intervals for rgblight effects
[jackhill/qmk/firmware.git] / users / konstantin / unicode.c
1 #include "unicode.h"
2
3 #ifdef UNICODEMAP_ENABLE
4 const uint32_t PROGMEM unicode_map[] = {
5 FOREACH_UNICODE(UCM_ENTRY)
6 };
7 #endif