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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h
index e983798f2..53fece21c 100644
--- a/quantum/quantum_keycodes.h
+++ b/quantum/quantum_keycodes.h
@@ -475,7 +475,6 @@ enum quantum_keycodes {
475#define HYPR(kc) (QK_LCTL | QK_LSFT | QK_LALT | QK_LGUI | (kc)) 475#define HYPR(kc) (QK_LCTL | QK_LSFT | QK_LALT | QK_LGUI | (kc))
476#define MEH(kc) (QK_LCTL | QK_LSFT | QK_LALT | (kc)) 476#define MEH(kc) (QK_LCTL | QK_LSFT | QK_LALT | (kc))
477#define LCAG(kc) (QK_LCTL | QK_LALT | QK_LGUI | (kc)) 477#define LCAG(kc) (QK_LCTL | QK_LALT | QK_LGUI | (kc))
478#define ALTG(kc) (QK_RCTL | QK_RALT | (kc))
479#define SGUI(kc) (QK_LGUI | QK_LSFT | (kc)) 478#define SGUI(kc) (QK_LGUI | QK_LSFT | (kc))
480#define SCMD(kc) SGUI(kc) 479#define SCMD(kc) SGUI(kc)
481#define SWIN(kc) SGUI(kc) 480#define SWIN(kc) SGUI(kc)