aboutsummaryrefslogtreecommitdiff
path: root/users/konstantin/unicode.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/konstantin/unicode.h')
-rw-r--r--users/konstantin/unicode.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/users/konstantin/unicode.h b/users/konstantin/unicode.h
new file mode 100644
index 000000000..09af7e1c7
--- /dev/null
+++ b/users/konstantin/unicode.h
@@ -0,0 +1,11 @@
1#pragma once
2
3#include "quantum.h"
4
5#define COMMA UC(0x002C)
6#define L_PAREN UC(0x0028)
7#define R_PAREN UC(0x0029)
8#define EQUALS UC(0x003D)
9#define TIMES UC(0x00D7)
10#define DIVIDE UC(0x00F7)
11#define MINUS UC(0x2212)