aboutsummaryrefslogtreecommitdiff
path: root/users/kuchosauronad0/unicode.c
diff options
context:
space:
mode:
Diffstat (limited to 'users/kuchosauronad0/unicode.c')
-rw-r--r--users/kuchosauronad0/unicode.c62
1 files changed, 62 insertions, 0 deletions
diff --git a/users/kuchosauronad0/unicode.c b/users/kuchosauronad0/unicode.c
new file mode 100644
index 000000000..8b312deb6
--- /dev/null
+++ b/users/kuchosauronad0/unicode.c
@@ -0,0 +1,62 @@
1#include "unicode.h"
2
3//#ifdef UNICODEMAP_ENABLE
4const uint32_t PROGMEM unicode_map[] = {
5 [BANG] = 0x0203D,// â€―
6 [IRONY] = 0x02E2E,// âļŪ
7 [DEGREE] = 0x000B0,// °
8 [THINK] = 0x1F914,// ðŸĪ”
9 [GRIN] = 0x1F600,// ïŋ―
10 [MONOCL] = 0x1F9D0,// 🧐
11 [DRUG0] = 0x1F92A,// ðŸĪŠ
12 [DRUG1] = 0x1F974,// ðŸĨī
13 [CLOWN] = 0x1F921,// ðŸĪĄ
14 [MNDBLWN] = 0x1F92F,// ðŸĪŊ
15 [MONEY] = 0x1F911,// ðŸĪ‘
16 [SHTUP] = 0x1F910,// ðŸĪ
17 [PARTY] = 0x1F973,// ðŸĨģ
18 [SMRK] = 0x1F60F,// 😏
19 [WEARY] = 0x1F629,// ðŸ˜Đ
20 [UNAMU] = 0x1F612,// 😒
21 [SPY] = 0x1F575,//ðŸ•ĩ
22 [DAFUQ] = 0x1F47A,// 👚
23 [FIST0] = 0x1F91B,// ðŸĪ›
24 [FIST1] = 0x1F91C,// ðŸĪœ
25 [FIST2] = 0x270A, // ✊
26 [FIST3] = 0x1F44A,// 👊
27 [WIFIHAND] = 0x1F44B,// 👋
28 [OKOK] = 0x1F44C,// 👌
29 [EFFU] = 0x1F595,// 🖕
30 [SPOCK] = 0x1F596,// 🖖
31 [INUP] = 0x1F446,// 👆
32 [THDN] = 0x1F44E,// 👎
33 [THUP] = 0x1F44D,// 👍
34 [TUMBLER] = 0x1F943,// ðŸĨƒ
35 [DRAGON0] = 0x1F409,// 🐉
36 [DRAGON1] = 0x1F432,// ðŸē
37 [TIGER0] = 0x1F405,// 🐅
38 [TIGER1] = 0x1F42F,// ðŸŊ
39 [COOL] = 0x1F192,// 🆒
40 [UCHART] = 0x1F4C8,// 📈
41 [DCHART] = 0x1F4C9,// 📉
42 [BCHART] = 0x1F4CA,// 📊
43 [NOPRCY] = 0x1F572,// ðŸ•ē
44 [PRCY] = 0x1F571,// ðŸ•ą
45 [BBB] = 0x1F171,// ðŸ…ą
46 [POO] = 0x1F4A9,// ðŸ’Đ
47 [HUNDR] = 0x1F4AF,// ðŸ’Ŋ
48 [EGGPL] = 0x1F346,// 🍆
49 [WATER] = 0x1F4A6,// ðŸ’Ķ
50 [LIT] = 0x1F525,// ðŸ”Ĩ
51 [SNEK] = 0x1F40D,// 🐍
52 [PENGUIN] = 0x1F427,// 🐧
53 [BOAR] = 0x1F417,// 🐗
54 [MONKEY] = 0x1F412,// 🐒
55 [CHICK] = 0x1F425,// ðŸĨ
56 [DASH] = 0x1F4A8,// ðŸ’Ļ
57 [DIZZY] = 0x1F4AB,// ðŸ’Ŧ
58 [KEEB] = 0x1F5AE,// ðŸ–Ū
59 [HOLE] = 0x1F573,// ðŸ•ģ
60 [SAUCER] = 0x1F6F8// ðŸ›ļ
61 };
62//#endif // UNICODEMAP_ENABLE