summaryrefslogtreecommitdiffstats
path: root/quantum
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-02-22 22:49:07 +0000
committerGitHub <noreply@github.com>2023-02-23 09:49:07 +1100
commit961f0b7b2de54f988daf4ce7b791f91a33e55612 (patch)
treea96aecd70d8f1341c81dc12d79cbb59a94803241 /quantum
parentea772468650f7c79a9919a4770d371839985bef0 (diff)
Reallocate SAFE_RANGE (#19909)
Diffstat (limited to 'quantum')
-rw-r--r--quantum/quantum_keycodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h
index fd737da717..f931b7e4c7 100644
--- a/quantum/quantum_keycodes.h
+++ b/quantum/quantum_keycodes.h
@@ -34,7 +34,7 @@
#define QK_RALT 0x1400
#define QK_RGUI 0x1800
-#define SAFE_RANGE QK_KB
+#define SAFE_RANGE QK_USER
// clang-format on
// Generic decoding for the whole QK_MODS range