diff options
| author | Ryan <fauxpark@gmail.com> | 2023-02-06 13:40:23 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-06 02:40:23 +0000 |
| commit | a988f8a169112e31b21ff7c61870ab483c396cf3 (patch) | |
| tree | 011e7112685ded2eed6be2c479c0426c28c1494a /keyboards/dailycraft | |
| parent | f0618a1d53a50a6ed6a6b050daf31365599bef4b (diff) | |
Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)
Diffstat (limited to 'keyboards/dailycraft')
| -rw-r--r-- | keyboards/dailycraft/bat43/config.h | 5 | ||||
| -rw-r--r-- | keyboards/dailycraft/owl8/config.h | 5 | ||||
| -rw-r--r-- | keyboards/dailycraft/sandbox/rev1/config.h | 5 | ||||
| -rw-r--r-- | keyboards/dailycraft/sandbox/rev2/config.h | 5 | ||||
| -rw-r--r-- | keyboards/dailycraft/stickey4/config.h | 5 | ||||
| -rw-r--r-- | keyboards/dailycraft/wings42/rev1/config.h | 5 | ||||
| -rw-r--r-- | keyboards/dailycraft/wings42/rev1_extkeys/config.h | 5 | ||||
| -rw-r--r-- | keyboards/dailycraft/wings42/rev2/config.h | 5 |
8 files changed, 0 insertions, 40 deletions
diff --git a/keyboards/dailycraft/bat43/config.h b/keyboards/dailycraft/bat43/config.h index 19c4d14341..0453eb6a07 100644 --- a/keyboards/dailycraft/bat43/config.h +++ b/keyboards/dailycraft/bat43/config.h | |||
| @@ -59,11 +59,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 59 | // #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 | 59 | // #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 |
| 60 | // #endif | 60 | // #endif |
| 61 | 61 | ||
| 62 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 63 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 64 | */ | ||
| 65 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 66 | |||
| 67 | /* | 62 | /* |
| 68 | * Feature disable options | 63 | * Feature disable options |
| 69 | * These options are also useful to firmware size reduction. | 64 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/dailycraft/owl8/config.h b/keyboards/dailycraft/owl8/config.h index a5fe14f5ac..d8bd163a92 100644 --- a/keyboards/dailycraft/owl8/config.h +++ b/keyboards/dailycraft/owl8/config.h | |||
| @@ -71,11 +71,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 71 | /* Locking resynchronize hack */ | 71 | /* Locking resynchronize hack */ |
| 72 | #define LOCKING_RESYNC_ENABLE | 72 | #define LOCKING_RESYNC_ENABLE |
| 73 | 73 | ||
| 74 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 75 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 76 | */ | ||
| 77 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 78 | |||
| 79 | /* | 74 | /* |
| 80 | * Feature disable options | 75 | * Feature disable options |
| 81 | * These options are also useful to firmware size reduction. | 76 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/dailycraft/sandbox/rev1/config.h b/keyboards/dailycraft/sandbox/rev1/config.h index 1b96b56f9d..ed875d009c 100644 --- a/keyboards/dailycraft/sandbox/rev1/config.h +++ b/keyboards/dailycraft/sandbox/rev1/config.h | |||
| @@ -70,11 +70,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 70 | /* Locking resynchronize hack */ | 70 | /* Locking resynchronize hack */ |
| 71 | #define LOCKING_RESYNC_ENABLE | 71 | #define LOCKING_RESYNC_ENABLE |
| 72 | 72 | ||
| 73 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 74 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 75 | */ | ||
| 76 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 77 | |||
| 78 | /* | 73 | /* |
| 79 | * Feature disable options | 74 | * Feature disable options |
| 80 | * These options are also useful to firmware size reduction. | 75 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/dailycraft/sandbox/rev2/config.h b/keyboards/dailycraft/sandbox/rev2/config.h index 05a05a2506..2b35d690df 100644 --- a/keyboards/dailycraft/sandbox/rev2/config.h +++ b/keyboards/dailycraft/sandbox/rev2/config.h | |||
| @@ -70,11 +70,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 70 | /* Locking resynchronize hack */ | 70 | /* Locking resynchronize hack */ |
| 71 | #define LOCKING_RESYNC_ENABLE | 71 | #define LOCKING_RESYNC_ENABLE |
| 72 | 72 | ||
| 73 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 74 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 75 | */ | ||
| 76 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 77 | |||
| 78 | /* | 73 | /* |
| 79 | * Feature disable options | 74 | * Feature disable options |
| 80 | * These options are also useful to firmware size reduction. | 75 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/dailycraft/stickey4/config.h b/keyboards/dailycraft/stickey4/config.h index c75e957f1f..2566b48231 100644 --- a/keyboards/dailycraft/stickey4/config.h +++ b/keyboards/dailycraft/stickey4/config.h | |||
| @@ -71,11 +71,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 71 | /* Locking resynchronize hack */ | 71 | /* Locking resynchronize hack */ |
| 72 | #define LOCKING_RESYNC_ENABLE | 72 | #define LOCKING_RESYNC_ENABLE |
| 73 | 73 | ||
| 74 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 75 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 76 | */ | ||
| 77 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 78 | |||
| 79 | /* | 74 | /* |
| 80 | * Feature disable options | 75 | * Feature disable options |
| 81 | * These options are also useful to firmware size reduction. | 76 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/dailycraft/wings42/rev1/config.h b/keyboards/dailycraft/wings42/rev1/config.h index 74bf3728ab..c6da22cc29 100644 --- a/keyboards/dailycraft/wings42/rev1/config.h +++ b/keyboards/dailycraft/wings42/rev1/config.h | |||
| @@ -70,11 +70,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 70 | /* Locking resynchronize hack */ | 70 | /* Locking resynchronize hack */ |
| 71 | #define LOCKING_RESYNC_ENABLE | 71 | #define LOCKING_RESYNC_ENABLE |
| 72 | 72 | ||
| 73 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 74 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 75 | */ | ||
| 76 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 77 | |||
| 78 | /* | 73 | /* |
| 79 | * Feature disable options | 74 | * Feature disable options |
| 80 | * These options are also useful to firmware size reduction. | 75 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/dailycraft/wings42/rev1_extkeys/config.h b/keyboards/dailycraft/wings42/rev1_extkeys/config.h index 8e73665f27..cabe9a07b2 100644 --- a/keyboards/dailycraft/wings42/rev1_extkeys/config.h +++ b/keyboards/dailycraft/wings42/rev1_extkeys/config.h | |||
| @@ -70,11 +70,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 70 | /* Locking resynchronize hack */ | 70 | /* Locking resynchronize hack */ |
| 71 | #define LOCKING_RESYNC_ENABLE | 71 | #define LOCKING_RESYNC_ENABLE |
| 72 | 72 | ||
| 73 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 74 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 75 | */ | ||
| 76 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 77 | |||
| 78 | /* | 73 | /* |
| 79 | * Feature disable options | 74 | * Feature disable options |
| 80 | * These options are also useful to firmware size reduction. | 75 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/dailycraft/wings42/rev2/config.h b/keyboards/dailycraft/wings42/rev2/config.h index e0dd585dbb..cca8c1fec0 100644 --- a/keyboards/dailycraft/wings42/rev2/config.h +++ b/keyboards/dailycraft/wings42/rev2/config.h | |||
| @@ -70,11 +70,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 70 | /* Locking resynchronize hack */ | 70 | /* Locking resynchronize hack */ |
| 71 | #define LOCKING_RESYNC_ENABLE | 71 | #define LOCKING_RESYNC_ENABLE |
| 72 | 72 | ||
| 73 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 74 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 75 | */ | ||
| 76 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 77 | |||
| 78 | /* | 73 | /* |
| 79 | * Feature disable options | 74 | * Feature disable options |
| 80 | * These options are also useful to firmware size reduction. | 75 | * These options are also useful to firmware size reduction. |
