mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-22 16:34:38 +00:00
7 lines
127 B
C
7 lines
127 B
C
#include "unicode.h"
|
|
|
|
#ifdef UNICODEMAP_ENABLE
|
|
const uint32_t PROGMEM unicode_map[] = {
|
|
FOREACH_UNICODE(UCM_ENTRY)
|
|
};
|
|
#endif
|