diff options
| author | Ryan | 2023-08-27 05:30:19 +0200 |
|---|---|---|
| committer | GitHub | 2023-08-27 05:30:19 +0200 |
| commit | 70e34e491c297231a3f987fd69760d38e79dbfa4 (patch) | |
| tree | a3fe26ea27c9d020142f4c248fa0bab5d32c1f9c /quantum/quantum_keycodes_legacy.h | |
| parent | 95681b8ff4a92aacd0249e124d34cf16e510175e (diff) | |
Unicode, Unicodemap and UCIS refactor (#21659)
Diffstat (limited to 'quantum/quantum_keycodes_legacy.h')
| -rw-r--r-- | quantum/quantum_keycodes_legacy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/quantum_keycodes_legacy.h b/quantum/quantum_keycodes_legacy.h index ad078cdad5..260ac1c8a4 100644 --- a/quantum/quantum_keycodes_legacy.h +++ b/quantum/quantum_keycodes_legacy.h @@ -55,4 +55,4 @@ #define GUI_TOG QK_MAGIC_TOGGLE_GUI #define X(i) UM(i) -#define XP(i, j) UM(i, j) +#define XP(i, j) UP(i, j) |