diff options
author | Ryan <fauxpark@gmail.com> | 2023-06-02 02:25:08 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-01 17:25:08 +0100 |
commit | a4ed6ad0f5ccbbf1b497dc03ba64820bdaaa8957 (patch) | |
tree | 72ff0bd7c826424771d92709abab5fe43e7bcda1 /users/konstantin | |
parent | 45c9bc4e551fe8014d9f0674b95b3422de16408f (diff) |
Unicodemap keycodes rename (#21092)
Diffstat (limited to 'users/konstantin')
-rw-r--r-- | users/konstantin/unicode.h | 2 |
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 { |