diff options
author | William Chang <william@factual.com> | 2019-11-20 22:17:07 -0800 |
---|---|---|
committer | William Chang <william@factual.com> | 2019-11-20 22:17:07 -0800 |
commit | e7f4d56592b3975c38af329e77b4efd9108495e8 (patch) | |
tree | 0a416bccbf70bfdbdb9ffcdb3bf136b47378c014 /users/yet-another-developer/unicode.h | |
parent | 71493b2f9bbd5f3d18373c518fa14ccafcbf48fc (diff) | |
parent | 8416a94ad27b3ff058576f09f35f0704a8b39ff3 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'users/yet-another-developer/unicode.h')
-rw-r--r-- | users/yet-another-developer/unicode.h | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/users/yet-another-developer/unicode.h b/users/yet-another-developer/unicode.h new file mode 100644 index 0000000000..cb550243ee --- /dev/null +++ b/users/yet-another-developer/unicode.h @@ -0,0 +1,67 @@ +#pragma once + +#include "quantum.h" + +void send_unicode_hex_string(const char* str); + +/* use X(n) to call the */ +#ifdef UNICODEMAP_ENABLE +enum unicode_name { +OKOK, // +BANG, // â― +IRONY, // âļŪ +DEGREE, // ° +THINK, // ðĪ +GRIN, // ïŋ― +MONOCL, // ð§ +DRUG0, // ðĪŠ +DRUG1, // ðĨī +CLOWN, // ðĪĄ +MNDBLWN, // ðĪŊ +MONEY, // ðĪ +SHTUP, // ðĪ +PARTY, // ðĨģ +SMRK, // ð +WEARY, // ðĐ +UNAMU, // ð +SPY, // ðĩ +DAFUQ, // ðš +FIST0, // ðĪ +FIST1, // ðĪ +FIST2, // â +FIST3, // ð +WIFIHAND, // ð +EFFU, // ð +SPOCK, // ð +INUP, // ð +THDN, // ð +THUP, // ð +TUMBLER, // ðĨ +DRAGON0, // ð +DRAGON1, // ð
+TIGER0, // ð
+TIGER1, // ðŊ +COOL, // ð +UCHART, // ð +DCHART, // ð +BCHART, // ð +NOPRCY, // ðē +PRCY, // ðą +BBB, // ð
ą +POO, // ðĐ +HUNDR, // ðŊ +EGGPL, // ð +WATER, // ðĶ +LIT, // ðĨ +SNEK, // ð +PENGUIN, // ð§ +BOAR, // ð +MONKEY, // ð +CHICK, // ðĨ +DASH, // ðĻ +DIZZY, // ðŦ +KEEB, // ðŪ +HOLE, // ðģ +SAUCER // ðļ +}; +#endif |