Skip to content

Instantly share code, notes, and snippets.

@sevenseacat
Created September 14, 2018 07:21
Show Gist options
  • Save sevenseacat/7474d248b644f3a63bab27feba46a156 to your computer and use it in GitHub Desktop.
Save sevenseacat/7474d248b644f3a63bab27feba46a156 to your computer and use it in GitHub Desktop.
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