From 1ed03f498fa204178c2696c510ac6a2cd8524e2d Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sun, 26 Nov 2023 18:36:45 +0000 Subject: Remove userspace keymaps (#22544) --- users/yet-another-developer/unicode.c | 62 ----------------------------------- 1 file changed, 62 deletions(-) delete mode 100644 users/yet-another-developer/unicode.c (limited to 'users/yet-another-developer/unicode.c') diff --git a/users/yet-another-developer/unicode.c b/users/yet-another-developer/unicode.c deleted file mode 100644 index f0168cef9f..0000000000 --- a/users/yet-another-developer/unicode.c +++ /dev/null @@ -1,62 +0,0 @@ -#include "unicode.h" - -//#ifdef UNICODEMAP_ENABLE -const uint32_t unicode_map[] PROGMEM = { - [BANG] = 0x0203D,// â€― - [IRONY] = 0x02E2E,// âļŪ - [DEGREE] = 0x000B0,// ° - [THINK] = 0x1F914,// ðŸĪ” - [GRIN] = 0x1F600,// ïŋ― - [MONOCL] = 0x1F9D0,// 🧐 - [DRUG0] = 0x1F92A,// ðŸĪŠ - [DRUG1] = 0x1F974,// ðŸĨī - [CLOWN] = 0x1F921,// ðŸĪĄ - [MNDBLWN] = 0x1F92F,// ðŸĪŊ - [MONEY] = 0x1F911,// ðŸĪ‘ - [SHTUP] = 0x1F910,// ðŸĪ - [PARTY] = 0x1F973,// ðŸĨģ - [SMRK] = 0x1F60F,// 😏 - [WEARY] = 0x1F629,// ðŸ˜Đ - [UNAMU] = 0x1F612,// 😒 - [SPY] = 0x1F575,//ðŸ•ĩ - [DAFUQ] = 0x1F47A,// 👚 - [FIST0] = 0x1F91B,// ðŸĪ› - [FIST1] = 0x1F91C,// ðŸĪœ - [FIST2] = 0x270A, // ✊ - [FIST3] = 0x1F44A,// 👊 - [WIFIHAND] = 0x1F44B,// 👋 - [OKOK] = 0x1F44C,// 👌 - [EFFU] = 0x1F595,// 🖕 - [SPOCK] = 0x1F596,// 🖖 - [INUP] = 0x1F446,// 👆 - [THDN] = 0x1F44E,// 👎 - [THUP] = 0x1F44D,// 👍 - [TUMBLER] = 0x1F943,// ðŸĨƒ - [DRAGON0] = 0x1F409,// 🐉 - [DRAGON1] = 0x1F432,// ðŸē - [TIGER0] = 0x1F405,// 🐅 - [TIGER1] = 0x1F42F,// ðŸŊ - [COOL] = 0x1F192,// 🆒 - [UCHART] = 0x1F4C8,// 📈 - [DCHART] = 0x1F4C9,// 📉 - [BCHART] = 0x1F4CA,// 📊 - [NOPRCY] = 0x1F572,// ðŸ•ē - [PRCY] = 0x1F571,// ðŸ•ą - [BBB] = 0x1F171,// ðŸ…ą - [POO] = 0x1F4A9,// ðŸ’Đ - [HUNDR] = 0x1F4AF,// ðŸ’Ŋ - [EGGPL] = 0x1F346,// 🍆 - [WATER] = 0x1F4A6,// ðŸ’Ķ - [LIT] = 0x1F525,// ðŸ”Ĩ - [SNEK] = 0x1F40D,// 🐍 - [PENGUIN] = 0x1F427,// 🐧 - [BOAR] = 0x1F417,// 🐗 - [MONKEY] = 0x1F412,// 🐒 - [CHICK] = 0x1F425,// ðŸĨ - [DASH] = 0x1F4A8,// ðŸ’Ļ - [DIZZY] = 0x1F4AB,// ðŸ’Ŧ - [KEEB] = 0x1F5AE,// ðŸ–Ū - [HOLE] = 0x1F573,// ðŸ•ģ - [SAUCER] = 0x1F6F8// ðŸ›ļ - }; -//#endif // UNICODEMAP_ENABLE -- cgit v1.2.3