diff options
| author | Ryan | 2023-06-01 18:25:08 +0200 |
|---|---|---|
| committer | GitHub | 2023-06-01 18:25:08 +0200 |
| commit | a4ed6ad0f5ccbbf1b497dc03ba64820bdaaa8957 (patch) | |
| tree | 72ff0bd7c826424771d92709abab5fe43e7bcda1 /quantum/quantum_keycodes_legacy.h | |
| parent | 45c9bc4e551fe8014d9f0674b95b3422de16408f (diff) | |
Unicodemap keycodes rename (#21092)
Diffstat (limited to 'quantum/quantum_keycodes_legacy.h')
| -rw-r--r-- | quantum/quantum_keycodes_legacy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes_legacy.h b/quantum/quantum_keycodes_legacy.h index 120c98bc62..ad078cdad5 100644 --- a/quantum/quantum_keycodes_legacy.h +++ b/quantum/quantum_keycodes_legacy.h @@ -53,3 +53,6 @@ #define GUI_ON QK_MAGIC_GUI_ON #define GUI_OFF QK_MAGIC_GUI_OFF #define GUI_TOG QK_MAGIC_TOGGLE_GUI + +#define X(i) UM(i) +#define XP(i, j) UM(i, j) |