~ruther/qmk_firmware

ca3564753526fc866d6195ab6b957781070a64f8 — Gergely Peidl 6 years ago afd5cda
Feature Unicode example code fixed.
1 files changed, 1 insertions(+), 1 deletions(-)

M docs/feature_unicode.md
M docs/feature_unicode.md => docs/feature_unicode.md +1 -1
@@ 23,7 23,7 @@ const uint32_t PROGMEM unicode_map[] = {
  [BANG]    = 0x203D,  // ‽
  [IRONY]   = 0x2E2E,  // ⸮
  [SNEK]    = 0x1F40D, // 🐍
}:
};
```

Make sure that the order for both matches.