summaryrefslogtreecommitdiff
path: root/quantum
diff options
context:
space:
mode:
Diffstat (limited to 'quantum')
-rw-r--r--quantum/keycode.h2
-rw-r--r--quantum/keycode_legacy.h10
2 files changed, 0 insertions, 12 deletions
diff --git a/quantum/keycode.h b/quantum/keycode.h
index b492e4292a..2e9a85ee66 100644
--- a/quantum/keycode.h
+++ b/quantum/keycode.h
@@ -545,5 +545,3 @@ enum mouse_keys {
KC_MS_ACCEL1,
KC_MS_ACCEL2 // 0xDF, or 0xFF if via enabled
};
-
-#include "keycode_legacy.h"
diff --git a/quantum/keycode_legacy.h b/quantum/keycode_legacy.h
deleted file mode 100644
index d69d141291..0000000000
--- a/quantum/keycode_legacy.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#pragma once
-
-// clang-format off
-
-// These keycode names have been deprecated
-
-#define KC_LCTRL KC_LEFT_CTRL
-#define KC_LSHIFT KC_LEFT_SHIFT
-#define KC_RCTRL KC_RIGHT_CTRL
-#define KC_RSHIFT KC_RIGHT_SHIFT