aboutsummaryrefslogtreecommitdiff
path: root/quantum/quantum_keycodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r--quantum/quantum_keycodes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h
index 207e0a826..b5c6783e5 100644
--- a/quantum/quantum_keycodes.h
+++ b/quantum/quantum_keycodes.h
@@ -31,9 +31,9 @@
31#define XXXXXXX KC_NO 31#define XXXXXXX KC_NO
32 32
33enum quantum_keycodes { 33enum quantum_keycodes {
34 // Ranges used in shortucuts - not to be used directly 34 // Ranges used in shortcuts - not to be used directly
35 QK_TMK = 0x0000, 35 QK_BASIC = 0x0000,
36 QK_TMK_MAX = 0x00FF, 36 QK_BASIC_MAX = 0x00FF,
37 QK_MODS = 0x0100, 37 QK_MODS = 0x0100,
38 QK_LCTL = 0x0100, 38 QK_LCTL = 0x0100,
39 QK_LSFT = 0x0200, 39 QK_LSFT = 0x0200,