]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Feature Unicode example code fixed.
authorGergely Peidl <gergely@peidl.net>
Fri, 21 Dec 2018 13:38:21 +0000 (14:38 +0100)
committerDrashna Jaelre <drashna@live.com>
Fri, 21 Dec 2018 15:21:41 +0000 (07:21 -0800)
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.