summaryrefslogtreecommitdiffstats
path: root/users/konstantin/unicode.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-06-02 02:25:08 +1000
committerGitHub <noreply@github.com>2023-06-01 17:25:08 +0100
commita4ed6ad0f5ccbbf1b497dc03ba64820bdaaa8957 (patch)
tree72ff0bd7c826424771d92709abab5fe43e7bcda1 /users/konstantin/unicode.h
parent45c9bc4e551fe8014d9f0674b95b3422de16408f (diff)
Unicodemap keycodes rename (#21092)
Diffstat (limited to 'users/konstantin/unicode.h')
-rw-r--r--users/konstantin/unicode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/konstantin/unicode.h b/users/konstantin/unicode.h
index 82caea7c9a..472f48a942 100644
--- a/users/konstantin/unicode.h
+++ b/users/konstantin/unicode.h
@@ -31,7 +31,7 @@
#define UCM_NAME(name, code) UCM_ ## name,
#define UCM_ENTRY(name, code) [UCM_ ## name] = code,
-#define UCM_KEYCODE(name, code) name = X(UCM_ ## name),
+#define UCM_KEYCODE(name, code) name = UM(UCM_ ## name),
#if defined(UNICODE_ENABLE)
enum unicode_keycodes {