mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-09 18:19:08 +00:00
Feature Unicode example code fixed.
This commit is contained in:
parent
afd5cda4a0
commit
ca35647535
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ const uint32_t PROGMEM unicode_map[] = {
|
|||
[BANG] = 0x203D, // ‽
|
||||
[IRONY] = 0x2E2E, // ⸮
|
||||
[SNEK] = 0x1F40D, // 🐍
|
||||
}:
|
||||
};
|
||||
```
|
||||
|
||||
Make sure that the order for both matches.
|
||||
|
|
Loading…
Reference in a new issue