diff options
author | Joel Challis <git@zvecr.com> | 2023-02-10 21:08:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-10 21:08:54 +0000 |
commit | 2ffdec5dc2a5cb350998168e76d7916e2d9728fc (patch) | |
tree | 6b3c918ed8f3a943a71de84105aae2ee8d523303 /quantum/quantum_keycodes.h | |
parent | 79b364d289932e78b4107edc941d26f2ef23cd0f (diff) |
Move more unicode ranges to DD (#19755)
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r-- | quantum/quantum_keycodes.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 688fb892eb..9933d5c989 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h @@ -33,10 +33,6 @@ #define QK_RSFT 0x1200 #define QK_RALT 0x1400 #define QK_RGUI 0x1800 -#define QK_UNICODEMAP 0x8000 -#define QK_UNICODEMAP_MAX 0xBFFF -#define QK_UNICODEMAP_PAIR 0xC000 -#define QK_UNICODEMAP_PAIR_MAX 0xFFFF // clang-format on // Generic decoding for the whole QK_MODS range |