mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 02:59:09 +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
|