diff options
author | Priyadi Iman Nurcahyo <priyadi@priyadi.net> | 2017-02-11 00:36:08 +0700 |
---|---|---|
committer | Priyadi Iman Nurcahyo <priyadi@priyadi.net> | 2017-02-11 00:36:08 +0700 |
commit | b92515f139a80763b9b0b77ed4440cd9635fafac (patch) | |
tree | a96f2b22b856bc42de762fd8ada593b159b397ed /quantum/quantum_keycodes.h | |
parent | 97816df7e7aa8710c8a0837b2abe008e0c765f2a (diff) | |
download | qmk_firmware-b92515f139a80763b9b0b77ed4440cd9635fafac.tar.gz qmk_firmware-b92515f139a80763b9b0b77ed4440cd9635fafac.zip |
Make room for 'loose keycodes' by halving UNICODE_MAP range
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r-- | quantum/quantum_keycodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index e562c9a18..ab2e79026 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h | |||
@@ -43,7 +43,7 @@ enum quantum_keycodes { | |||
43 | QK_TAP_DANCE_MAX = 0x57FF, | 43 | QK_TAP_DANCE_MAX = 0x57FF, |
44 | #ifdef UNICODEMAP_ENABLE | 44 | #ifdef UNICODEMAP_ENABLE |
45 | QK_UNICODE_MAP = 0x5800, | 45 | QK_UNICODE_MAP = 0x5800, |
46 | QK_UNICODE_MAP_MAX = 0x5FFF, | 46 | QK_UNICODE_MAP_MAX = 0x5BFF, |
47 | #endif | 47 | #endif |
48 | QK_MOD_TAP = 0x6000, | 48 | QK_MOD_TAP = 0x6000, |
49 | QK_MOD_TAP_MAX = 0x7FFF, | 49 | QK_MOD_TAP_MAX = 0x7FFF, |
@@ -54,7 +54,7 @@ enum quantum_keycodes { | |||
54 | 54 | ||
55 | // Loose keycodes - to be used directly | 55 | // Loose keycodes - to be used directly |
56 | 56 | ||
57 | RESET = 0x7000, | 57 | RESET = 0x5C00, |
58 | DEBUG, | 58 | DEBUG, |
59 | MAGIC_SWAP_CONTROL_CAPSLOCK, | 59 | MAGIC_SWAP_CONTROL_CAPSLOCK, |
60 | MAGIC_CAPSLOCK_TO_CONTROL, | 60 | MAGIC_CAPSLOCK_TO_CONTROL, |