Created
September 14, 2018 07:21
-
-
Save sevenseacat/7474d248b644f3a63bab27feba46a156 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
case TABLEFLIP: | |
SEND_STRING("("); | |
process_unicode((0x256F | QK_UNICODE), record); // Arm | |
process_unicode((0x00B0 | QK_UNICODE), record); // Eye | |
process_unicode((0x25A1 | QK_UNICODE), record); // Mouth | |
process_unicode((0x00B0 | QK_UNICODE), record); // Eye | |
SEND_STRING(")"); | |
process_unicode((0x256F | QK_UNICODE), record); // Arm | |
SEND_STRING(" "); | |
process_unicode((0x0361 | QK_UNICODE), record); // Flippy | |
SEND_STRING(" "); | |
process_unicode((0x253B | QK_UNICODE), record); // Table | |
process_unicode((0x2501 | QK_UNICODE), record); // Table | |
process_unicode((0x253B | QK_UNICODE), record); // Table | |
return false; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment