~ruther/qmk_firmware

943aae85d5edfbcc7277d5ca5fc2867c4132a5e6 — BBBNBBB 2 years ago 590c889
Fixes unicode_map declaration example (#19450)

If the previous example was used the incorrect codepoints are produced.
Changes the order of arguments the declaration of the unicode_map
1 files changed, 1 insertions(+), 1 deletions(-)

M docs/feature_unicode.md
M docs/feature_unicode.md => docs/feature_unicode.md +1 -1
@@ 51,7 51,7 @@ enum unicode_names {
    SNEK
};

const uint32_t PROGMEM unicode_map[] = {
const uint32_t unicode_map[] PROGMEM = {
    [BANG]  = 0x203D,  // ‽
    [IRONY] = 0x2E2E,  // ⸮
    [SNEK]  = 0x1F40D, // 🐍