From a988f8a169112e31b21ff7c61870ab483c396cf3 Mon Sep 17 00:00:00 2001
From: Ryan
Date: Mon, 6 Feb 2023 13:40:23 +1100
Subject: Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)
---
keyboards/dc01/arrow/config.h | 5 -----
keyboards/dc01/left/config.h | 5 -----
keyboards/dc01/numpad/config.h | 5 -----
keyboards/dc01/right/config.h | 5 -----
4 files changed, 20 deletions(-)
(limited to 'keyboards/dc01')
diff --git a/keyboards/dc01/arrow/config.h b/keyboards/dc01/arrow/config.h
index b6ce8a8fc3..ef008e5dfe 100644
--- a/keyboards/dc01/arrow/config.h
+++ b/keyboards/dc01/arrow/config.h
@@ -42,8 +42,3 @@ along with this program. If not, see .
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
-
-/* If defined, GRAVE_ESC will always act as ESC when CTRL is held.
- * This is userful for the Windows task manager shortcut (ctrl+shift+esc).
- */
-// #define GRAVE_ESC_CTRL_OVERRIDE
diff --git a/keyboards/dc01/left/config.h b/keyboards/dc01/left/config.h
index b982bdab3d..dbaed0d54d 100644
--- a/keyboards/dc01/left/config.h
+++ b/keyboards/dc01/left/config.h
@@ -46,11 +46,6 @@ along with this program. If not, see .
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
-/* If defined, GRAVE_ESC will always act as ESC when CTRL is held.
- * This is userful for the Windows task manager shortcut (ctrl+shift+esc).
- */
-// #define GRAVE_ESC_CTRL_OVERRIDE
-
/*
* Feature disable options
* These options are also useful to firmware size reduction.
diff --git a/keyboards/dc01/numpad/config.h b/keyboards/dc01/numpad/config.h
index 979ab06b53..bcaf26b3f0 100644
--- a/keyboards/dc01/numpad/config.h
+++ b/keyboards/dc01/numpad/config.h
@@ -42,8 +42,3 @@ along with this program. If not, see .
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
-
-/* If defined, GRAVE_ESC will always act as ESC when CTRL is held.
- * This is userful for the Windows task manager shortcut (ctrl+shift+esc).
- */
-// #define GRAVE_ESC_CTRL_OVERRIDE
diff --git a/keyboards/dc01/right/config.h b/keyboards/dc01/right/config.h
index c4664a238d..0e19af1525 100644
--- a/keyboards/dc01/right/config.h
+++ b/keyboards/dc01/right/config.h
@@ -42,8 +42,3 @@ along with this program. If not, see .
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
-
-/* If defined, GRAVE_ESC will always act as ESC when CTRL is held.
- * This is userful for the Windows task manager shortcut (ctrl+shift+esc).
- */
-// #define GRAVE_ESC_CTRL_OVERRIDE
--
cgit v1.2.3