~ruther/qmk_firmware

ref: da4eda8930aed4b151e4f49eb6ece805cf01075a qmk_firmware/users/ridingqwerty/unicode.c -rw-r--r-- 129 bytes
da4eda89 — James Young info.json: fix key sequence (#16297) 3 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