aboutsummaryrefslogtreecommitdiff
path: root/users/kuchosauronad0/unicode.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/kuchosauronad0/unicode.h')
-rw-r--r--users/kuchosauronad0/unicode.h67
1 files changed, 67 insertions, 0 deletions
diff --git a/users/kuchosauronad0/unicode.h b/users/kuchosauronad0/unicode.h
new file mode 100644
index 000000000..cb550243e
--- /dev/null
+++ b/users/kuchosauronad0/unicode.h
@@ -0,0 +1,67 @@
1#pragma once
2
3#include "quantum.h"
4
5void send_unicode_hex_string(const char* str);
6
7/* use X(n) to call the */
8#ifdef UNICODEMAP_ENABLE
9enum unicode_name {
10OKOK, //
11BANG, // â€―
12IRONY, // âļŪ
13DEGREE, // °
14THINK, // ðŸĪ”
15GRIN, // ïŋ―
16MONOCL, // 🧐
17DRUG0, // ðŸĪŠ
18DRUG1, // ðŸĨī
19CLOWN, // ðŸĪĄ
20MNDBLWN, // ðŸĪŊ
21MONEY, // ðŸĪ‘
22SHTUP, // ðŸĪ
23PARTY, // ðŸĨģ
24SMRK, // 😏
25WEARY, // ðŸ˜Đ
26UNAMU, // 😒
27SPY, // ðŸ•ĩ
28DAFUQ, // 👚
29FIST0, // ðŸĪ›
30FIST1, // ðŸĪœ
31FIST2, // ✊
32FIST3, // 👊
33WIFIHAND, // 👌
34EFFU, // 🖕
35SPOCK, // 🖖
36INUP, // 👆
37THDN, // 👎
38THUP, // 👍
39TUMBLER, // ðŸĨƒ
40DRAGON0, // 🐉
41DRAGON1, // 🐅
42TIGER0, // 🐅
43TIGER1, // ðŸŊ
44COOL, // 🆒
45UCHART, // 📈
46DCHART, // 📉
47BCHART, // 📊
48NOPRCY, // ðŸ•ē
49PRCY, // ðŸ•ą
50BBB, // ðŸ…ą
51POO, // ðŸ’Đ
52HUNDR, // ðŸ’Ŋ
53EGGPL, // 🍆
54WATER, // ðŸ’Ķ
55LIT, // ðŸ”Ĩ
56SNEK, // 🐍
57PENGUIN, // 🐧
58BOAR, // 🐗
59MONKEY, // 🐒
60CHICK, // ðŸĨ
61DASH, // ðŸ’Ļ
62DIZZY, // ðŸ’Ŧ
63KEEB, // ðŸ–Ū
64HOLE, // ðŸ•ģ
65SAUCER // ðŸ›ļ
66};
67#endif