diff options
Diffstat (limited to 'users/yet-another-developer/unicode.h')
-rw-r--r-- | users/yet-another-developer/unicode.h | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/users/yet-another-developer/unicode.h b/users/yet-another-developer/unicode.h deleted file mode 100644 index 340b4cf94b..0000000000 --- a/users/yet-another-developer/unicode.h +++ /dev/null @@ -1,64 +0,0 @@ -#pragma once - -#include "quantum.h" - -#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 |