]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/feature_unicode.md
Feature Unicode example code fixed.
[qmk_firmware.git] / docs / feature_unicode.md
index 1b083896a2b4557b8a016700455e6cc3e52baabc..9d57e2fb7ab3d9cc481214e7f1bbb5b967d0601d 100644 (file)
@@ -23,7 +23,7 @@ const uint32_t PROGMEM unicode_map[] = {
   [BANG]    = 0x203D,  // ‽
   [IRONY]   = 0x2E2E,  // ⸮
   [SNEK]    = 0x1F40D, // 🐍
-}:
+};
 ```
 
 Make sure that the order for both matches.