~ruther/qmk_firmware

ref: 55ace26a5dc3650f596a88e776e040c7ec0b92e8 qmk_firmware/users/konstantin/unicode.c -rw-r--r-- 127 bytes
55ace26a — Jack Humbert Remove default folders for the Planck & Preonic (#3497) 6 years ago
                                                                                
1
2
3
4
5
6
7
#include "unicode.h"

#ifdef UNICODEMAP_ENABLE
const uint32_t PROGMEM unicode_map[] = {
  FOREACH_UNICODE(UCM_ENTRY)
};
#endif