You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
129 B

  1. #include "unicode.h"
  2. #ifdef UNICODEMAP_ENABLE
  3. const uint32_t PROGMEM unicode_map[] = {
  4. FOREACH_UNICODE(UCM_ENTRY)
  5. };
  6. #endif