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 | |
| parent | f0618a1d53a50a6ed6a6b050daf31365599bef4b (diff) | |
Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)
517 files changed, 6 insertions, 2560 deletions
diff --git a/keyboards/0xc7/61key/config.h b/keyboards/0xc7/61key/config.h index 591937e692..d6832335b8 100644 --- a/keyboards/0xc7/61key/config.h +++ b/keyboards/0xc7/61key/config.h | |||
| @@ -80,11 +80,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 80 | /* Locking resynchronize hack */ | 80 | /* Locking resynchronize hack */ |
| 81 | #define LOCKING_RESYNC_ENABLE | 81 | #define LOCKING_RESYNC_ENABLE |
| 82 | 82 | ||
| 83 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 84 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 85 | */ | ||
| 86 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 87 | |||
| 88 | /* | 83 | /* |
| 89 | * Feature disable options | 84 | * Feature disable options |
| 90 | * These options are also useful to firmware size reduction. | 85 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/0xcb/tutelpad/config.h b/keyboards/0xcb/tutelpad/config.h index 4f0185842f..21f22620ad 100644 --- a/keyboards/0xcb/tutelpad/config.h +++ b/keyboards/0xcb/tutelpad/config.h | |||
| @@ -61,12 +61,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 61 | #define OLED_BRIGHTNESS 128 | 61 | #define OLED_BRIGHTNESS 128 |
| 62 | #define OLED_DISPLAY_128X64 | 62 | #define OLED_DISPLAY_128X64 |
| 63 | 63 | ||
| 64 | |||
| 65 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 66 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 67 | */ | ||
| 68 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 69 | |||
| 70 | /* | 64 | /* |
| 71 | * Feature disable options | 65 | * Feature disable options |
| 72 | * These options are also useful to firmware size reduction. | 66 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/1upkeyboards/1up60hse/config.h b/keyboards/1upkeyboards/1up60hse/config.h index 3554a18a5e..04633f1c32 100644 --- a/keyboards/1upkeyboards/1up60hse/config.h +++ b/keyboards/1upkeyboards/1up60hse/config.h | |||
| @@ -66,11 +66,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 66 | /* Locking resynchronize hack */ | 66 | /* Locking resynchronize hack */ |
| 67 | #define LOCKING_RESYNC_ENABLE | 67 | #define LOCKING_RESYNC_ENABLE |
| 68 | 68 | ||
| 69 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 70 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 71 | */ | ||
| 72 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 73 | |||
| 74 | /* | 69 | /* |
| 75 | * Feature disable options | 70 | * Feature disable options |
| 76 | * These options are also useful to firmware size reduction. | 71 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/1upkeyboards/super16/config.h b/keyboards/1upkeyboards/super16/config.h index 8a4dfb6977..a4b29d306f 100644 --- a/keyboards/1upkeyboards/super16/config.h +++ b/keyboards/1upkeyboards/super16/config.h | |||
| @@ -126,11 +126,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 126 | /* Locking resynchronize hack */ | 126 | /* Locking resynchronize hack */ |
| 127 | #define LOCKING_RESYNC_ENABLE | 127 | #define LOCKING_RESYNC_ENABLE |
| 128 | 128 | ||
| 129 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 130 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 131 | */ | ||
| 132 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 133 | |||
| 134 | /* | 129 | /* |
| 135 | * Feature disable options | 130 | * Feature disable options |
| 136 | * These options are also useful to firmware size reduction. | 131 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/1upkeyboards/super16v2/config.h b/keyboards/1upkeyboards/super16v2/config.h index b7539ef6d5..f05bd52de1 100644 --- a/keyboards/1upkeyboards/super16v2/config.h +++ b/keyboards/1upkeyboards/super16v2/config.h | |||
| @@ -120,11 +120,6 @@ | |||
| 120 | /* Locking resynchronize hack */ | 120 | /* Locking resynchronize hack */ |
| 121 | #define LOCKING_RESYNC_ENABLE | 121 | #define LOCKING_RESYNC_ENABLE |
| 122 | 122 | ||
| 123 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 124 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 125 | */ | ||
| 126 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 127 | |||
| 128 | /* | 123 | /* |
| 129 | * Feature disable options | 124 | * Feature disable options |
| 130 | * These options are also useful to firmware size reduction. | 125 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/40percentclub/25/config.h b/keyboards/40percentclub/25/config.h index 956d6c6c38..90daf83501 100644 --- a/keyboards/40percentclub/25/config.h +++ b/keyboards/40percentclub/25/config.h | |||
| @@ -59,11 +59,6 @@ | |||
| 59 | /* Locking resynchronize hack */ | 59 | /* Locking resynchronize hack */ |
| 60 | #define LOCKING_RESYNC_ENABLE | 60 | #define LOCKING_RESYNC_ENABLE |
| 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/40percentclub/4pack/config.h b/keyboards/40percentclub/4pack/config.h index 1ad4fb8443..33fbc4c540 100644 --- a/keyboards/40percentclub/4pack/config.h +++ b/keyboards/40percentclub/4pack/config.h | |||
| @@ -73,11 +73,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 73 | /* Locking resynchronize hack */ | 73 | /* Locking resynchronize hack */ |
| 74 | #define LOCKING_RESYNC_ENABLE | 74 | #define LOCKING_RESYNC_ENABLE |
| 75 | 75 | ||
| 76 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 77 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 78 | */ | ||
| 79 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 80 | |||
| 81 | /* | 76 | /* |
| 82 | * Feature disable options | 77 | * Feature disable options |
| 83 | * These options are also useful to firmware size reduction. | 78 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/40percentclub/4x4/config.h b/keyboards/40percentclub/4x4/config.h index 1ed5623bb1..7abe92d291 100644 --- a/keyboards/40percentclub/4x4/config.h +++ b/keyboards/40percentclub/4x4/config.h | |||
| @@ -28,11 +28,6 @@ | |||
| 28 | /* Locking resynchronize hack */ | 28 | /* Locking resynchronize hack */ |
| 29 | #define LOCKING_RESYNC_ENABLE | 29 | #define LOCKING_RESYNC_ENABLE |
| 30 | 30 | ||
| 31 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 32 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 33 | */ | ||
| 34 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 35 | |||
| 36 | /* | 31 | /* |
| 37 | * Feature disable options | 32 | * Feature disable options |
| 38 | * These options are also useful to firmware size reduction. | 33 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/40percentclub/5x5/config.h b/keyboards/40percentclub/5x5/config.h index 1929a37a44..8ce12c25fa 100644 --- a/keyboards/40percentclub/5x5/config.h +++ b/keyboards/40percentclub/5x5/config.h | |||
| @@ -36,11 +36,6 @@ | |||
| 36 | /* Locking resynchronize hack */ | 36 | /* Locking resynchronize hack */ |
| 37 | #define LOCKING_RESYNC_ENABLE | 37 | #define LOCKING_RESYNC_ENABLE |
| 38 | 38 | ||
| 39 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 40 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 41 | */ | ||
| 42 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 43 | |||
| 44 | /* | 39 | /* |
| 45 | * Feature disable options | 40 | * Feature disable options |
| 46 | * These options are also useful to firmware size reduction. | 41 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/40percentclub/6lit/config.h b/keyboards/40percentclub/6lit/config.h index 66c2051d59..19aea3287d 100644 --- a/keyboards/40percentclub/6lit/config.h +++ b/keyboards/40percentclub/6lit/config.h | |||
| @@ -59,11 +59,6 @@ | |||
| 59 | /* Locking resynchronize hack */ | 59 | /* Locking resynchronize hack */ |
| 60 | #define LOCKING_RESYNC_ENABLE | 60 | #define LOCKING_RESYNC_ENABLE |
| 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/40percentclub/foobar/config.h b/keyboards/40percentclub/foobar/config.h index abd32f3b36..04fe3de423 100644 --- a/keyboards/40percentclub/foobar/config.h +++ b/keyboards/40percentclub/foobar/config.h | |||
| @@ -59,11 +59,6 @@ | |||
| 59 | /* Locking resynchronize hack */ | 59 | /* Locking resynchronize hack */ |
| 60 | #define LOCKING_RESYNC_ENABLE | 60 | #define LOCKING_RESYNC_ENABLE |
| 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/40percentclub/half_n_half/config.h b/keyboards/40percentclub/half_n_half/config.h index 31d76d4047..e4d381f3b6 100644 --- a/keyboards/40percentclub/half_n_half/config.h +++ b/keyboards/40percentclub/half_n_half/config.h | |||
| @@ -58,11 +58,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 58 | /* Locking resynchronize hack */ | 58 | /* Locking resynchronize hack */ |
| 59 | #define LOCKING_RESYNC_ENABLE | 59 | #define LOCKING_RESYNC_ENABLE |
| 60 | 60 | ||
| 61 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 62 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 63 | */ | ||
| 64 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 65 | |||
| 66 | /* | 61 | /* |
| 67 | * Feature disable options | 62 | * Feature disable options |
| 68 | * These options are also useful to firmware size reduction. | 63 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/40percentclub/i75/config.h b/keyboards/40percentclub/i75/config.h index 2461e2a9b2..3845da2e0d 100644 --- a/keyboards/40percentclub/i75/config.h +++ b/keyboards/40percentclub/i75/config.h | |||
| @@ -21,11 +21,6 @@ | |||
| 21 | /* Locking resynchronize hack */ | 21 | /* Locking resynchronize hack */ |
| 22 | #define LOCKING_RESYNC_ENABLE | 22 | #define LOCKING_RESYNC_ENABLE |
| 23 | 23 | ||
| 24 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 25 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 26 | */ | ||
| 27 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 28 | |||
| 29 | /* | 24 | /* |
| 30 | * Feature disable options | 25 | * Feature disable options |
| 31 | * These options are also useful to firmware size reduction. | 26 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/40percentclub/nein/config.h b/keyboards/40percentclub/nein/config.h index 1224140f9a..72df774655 100644 --- a/keyboards/40percentclub/nein/config.h +++ b/keyboards/40percentclub/nein/config.h | |||
| @@ -54,11 +54,6 @@ | |||
| 54 | /* Locking resynchronize hack */ | 54 | /* Locking resynchronize hack */ |
| 55 | #define LOCKING_RESYNC_ENABLE | 55 | #define LOCKING_RESYNC_ENABLE |
| 56 | 56 | ||
| 57 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 58 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 59 | */ | ||
| 60 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 61 | |||
| 62 | /* | 57 | /* |
| 63 | * Feature disable options | 58 | * Feature disable options |
| 64 | * These options are also useful to firmware size reduction. | 59 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/40percentclub/nori/config.h b/keyboards/40percentclub/nori/config.h index fb4950c8c7..2a3ca30bf7 100644 --- a/keyboards/40percentclub/nori/config.h +++ b/keyboards/40percentclub/nori/config.h | |||
| @@ -62,11 +62,6 @@ | |||
| 62 | /* Locking resynchronize hack */ | 62 | /* Locking resynchronize hack */ |
| 63 | #define LOCKING_RESYNC_ENABLE | 63 | #define LOCKING_RESYNC_ENABLE |
| 64 | 64 | ||
| 65 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 66 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 67 | */ | ||
| 68 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 69 | |||
| 70 | /* | 65 | /* |
| 71 | * Feature disable options | 66 | * Feature disable options |
| 72 | * These options are also useful to firmware size reduction. | 67 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/40percentclub/polyandry/config.h b/keyboards/40percentclub/polyandry/config.h index 91ee7f260d..cabadb1781 100644 --- a/keyboards/40percentclub/polyandry/config.h +++ b/keyboards/40percentclub/polyandry/config.h | |||
| @@ -23,11 +23,6 @@ | |||
| 23 | /* Locking resynchronize hack */ | 23 | /* Locking resynchronize hack */ |
| 24 | #define LOCKING_RESYNC_ENABLE | 24 | #define LOCKING_RESYNC_ENABLE |
| 25 | 25 | ||
| 26 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 27 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 28 | */ | ||
| 29 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 30 | |||
| 31 | /* | 26 | /* |
| 32 | * Feature disable options | 27 | * Feature disable options |
| 33 | * These options are also useful to firmware size reduction. | 28 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/40percentclub/sixpack/config.h b/keyboards/40percentclub/sixpack/config.h index 00628b6d1e..be0ce7a099 100644 --- a/keyboards/40percentclub/sixpack/config.h +++ b/keyboards/40percentclub/sixpack/config.h | |||
| @@ -66,11 +66,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 66 | // #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 | 66 | // #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 |
| 67 | // #endif | 67 | // #endif |
| 68 | 68 | ||
| 69 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 70 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 71 | */ | ||
| 72 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 73 | |||
| 74 | /* Bootmagic Lite key configuration */ | 69 | /* Bootmagic Lite key configuration */ |
| 75 | // #define BOOTMAGIC_LITE_ROW 0 | 70 | // #define BOOTMAGIC_LITE_ROW 0 |
| 76 | // #define BOOTMAGIC_LITE_COLUMN 0 | 71 | // #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/abstract/ellipse/rev1/config.h b/keyboards/abstract/ellipse/rev1/config.h index 221b1573ae..4cbe7d0a19 100644 --- a/keyboards/abstract/ellipse/rev1/config.h +++ b/keyboards/abstract/ellipse/rev1/config.h | |||
| @@ -56,11 +56,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 56 | /* Locking resynchronize hack */ | 56 | /* Locking resynchronize hack */ |
| 57 | #define LOCKING_RESYNC_ENABLE | 57 | #define LOCKING_RESYNC_ENABLE |
| 58 | 58 | ||
| 59 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 60 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 61 | */ | ||
| 62 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 63 | |||
| 64 | /* | 59 | /* |
| 65 | * Feature disable options | 60 | * Feature disable options |
| 66 | * These options are also useful to firmware size reduction. | 61 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/acheron/elongate/beta/config.h b/keyboards/acheron/elongate/beta/config.h index 7612552dc4..b50be0657e 100644 --- a/keyboards/acheron/elongate/beta/config.h +++ b/keyboards/acheron/elongate/beta/config.h | |||
| @@ -74,11 +74,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 74 | /* Locking resynchronize hack */ | 74 | /* Locking resynchronize hack */ |
| 75 | #define LOCKING_RESYNC_ENABLE | 75 | #define LOCKING_RESYNC_ENABLE |
| 76 | 76 | ||
| 77 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 78 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 79 | */ | ||
| 80 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 81 | |||
| 82 | /* | 77 | /* |
| 83 | * Feature disable options | 78 | * Feature disable options |
| 84 | * These options are also useful to firmware size reduction. | 79 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/acheron/shark/alpha/config.h b/keyboards/acheron/shark/alpha/config.h index f1c8aa0d0b..5b5b3ae572 100644 --- a/keyboards/acheron/shark/alpha/config.h +++ b/keyboards/acheron/shark/alpha/config.h | |||
| @@ -78,11 +78,6 @@ B0, which is unconnected on the PCB | |||
| 78 | /* Locking resynchronize hack */ | 78 | /* Locking resynchronize hack */ |
| 79 | #define LOCKING_RESYNC_ENABLE | 79 | #define LOCKING_RESYNC_ENABLE |
| 80 | 80 | ||
| 81 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 82 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 83 | */ | ||
| 84 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 85 | |||
| 86 | /* | 81 | /* |
| 87 | * Feature disable options | 82 | * Feature disable options |
| 88 | * These options are also useful to firmware size reduction. | 83 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ada/infinity81/config.h b/keyboards/ada/infinity81/config.h index f535d7f937..3bf0bdfb84 100644 --- a/keyboards/ada/infinity81/config.h +++ b/keyboards/ada/infinity81/config.h | |||
| @@ -56,11 +56,6 @@ | |||
| 56 | /* Locking resynchronize hack */ | 56 | /* Locking resynchronize hack */ |
| 57 | #define LOCKING_RESYNC_ENABLE | 57 | #define LOCKING_RESYNC_ENABLE |
| 58 | 58 | ||
| 59 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 60 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 61 | */ | ||
| 62 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 63 | |||
| 64 | /* | 59 | /* |
| 65 | * Feature disable options | 60 | * Feature disable options |
| 66 | * These options are also useful to firmware size reduction. | 61 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/adelheid/config.h b/keyboards/adelheid/config.h index d06f6d235f..2f12ceb54a 100644 --- a/keyboards/adelheid/config.h +++ b/keyboards/adelheid/config.h | |||
| @@ -56,11 +56,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 56 | /* Locking resynchronize hack */ | 56 | /* Locking resynchronize hack */ |
| 57 | #define LOCKING_RESYNC_ENABLE | 57 | #define LOCKING_RESYNC_ENABLE |
| 58 | 58 | ||
| 59 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 60 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 61 | */ | ||
| 62 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 63 | |||
| 64 | /* | 59 | /* |
| 65 | * Feature disable options | 60 | * Feature disable options |
| 66 | * These options are also useful to firmware size reduction. | 61 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ai03/equinox/config.h b/keyboards/ai03/equinox/config.h index c44291aead..5740590319 100644 --- a/keyboards/ai03/equinox/config.h +++ b/keyboards/ai03/equinox/config.h | |||
| @@ -62,11 +62,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 62 | /* Locking resynchronize hack */ | 62 | /* Locking resynchronize hack */ |
| 63 | #define LOCKING_RESYNC_ENABLE | 63 | #define LOCKING_RESYNC_ENABLE |
| 64 | 64 | ||
| 65 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 66 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 67 | */ | ||
| 68 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 69 | |||
| 70 | /* | 65 | /* |
| 71 | * Feature disable options | 66 | * Feature disable options |
| 72 | * These options are also useful to firmware size reduction. | 67 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ai03/jp60/config.h b/keyboards/ai03/jp60/config.h index 2691d4caa8..e672f2c2c0 100644 --- a/keyboards/ai03/jp60/config.h +++ b/keyboards/ai03/jp60/config.h | |||
| @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | /* | 46 | /* |
| 52 | * Feature disable options | 47 | * Feature disable options |
| 53 | * These options are also useful to firmware size reduction. | 48 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ai03/lunar/config.h b/keyboards/ai03/lunar/config.h index 9a0385e373..4c8bcb50cf 100644 --- a/keyboards/ai03/lunar/config.h +++ b/keyboards/ai03/lunar/config.h | |||
| @@ -58,11 +58,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 58 | /* Locking resynchronize hack */ | 58 | /* Locking resynchronize hack */ |
| 59 | #define LOCKING_RESYNC_ENABLE | 59 | #define LOCKING_RESYNC_ENABLE |
| 60 | 60 | ||
| 61 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 62 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 63 | */ | ||
| 64 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 65 | |||
| 66 | /* | 61 | /* |
| 67 | * Feature disable options | 62 | * Feature disable options |
| 68 | * These options are also useful to firmware size reduction. | 63 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ai03/orbit/config.h b/keyboards/ai03/orbit/config.h index 19bcd48fd9..7083d9170c 100644 --- a/keyboards/ai03/orbit/config.h +++ b/keyboards/ai03/orbit/config.h | |||
| @@ -69,11 +69,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 69 | /* Locking resynchronize hack */ | 69 | /* Locking resynchronize hack */ |
| 70 | #define LOCKING_RESYNC_ENABLE | 70 | #define LOCKING_RESYNC_ENABLE |
| 71 | 71 | ||
| 72 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 73 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 74 | */ | ||
| 75 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 76 | |||
| 77 | /* | 72 | /* |
| 78 | * Feature disable options | 73 | * Feature disable options |
| 79 | * These options are also useful to firmware size reduction. | 74 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ai03/orbit_x/config.h b/keyboards/ai03/orbit_x/config.h index c47ec5649e..486006891d 100644 --- a/keyboards/ai03/orbit_x/config.h +++ b/keyboards/ai03/orbit_x/config.h | |||
| @@ -53,11 +53,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 53 | /* Locking resynchronize hack */ | 53 | /* Locking resynchronize hack */ |
| 54 | #define LOCKING_RESYNC_ENABLE | 54 | #define LOCKING_RESYNC_ENABLE |
| 55 | 55 | ||
| 56 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 57 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 58 | */ | ||
| 59 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 60 | |||
| 61 | /* | 56 | /* |
| 62 | * Feature disable options | 57 | * Feature disable options |
| 63 | * These options are also useful to firmware size reduction. | 58 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ai03/quasar/config.h b/keyboards/ai03/quasar/config.h index cb564c2b9e..3f655abf3f 100644 --- a/keyboards/ai03/quasar/config.h +++ b/keyboards/ai03/quasar/config.h | |||
| @@ -64,11 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | /* Locking resynchronize hack */ | 64 | /* Locking resynchronize hack */ |
| 65 | #define LOCKING_RESYNC_ENABLE | 65 | #define LOCKING_RESYNC_ENABLE |
| 66 | 66 | ||
| 67 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 68 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 69 | */ | ||
| 70 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 71 | |||
| 72 | /* | 67 | /* |
| 73 | * Feature disable options | 68 | * Feature disable options |
| 74 | * These options are also useful to firmware size reduction. | 69 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ai03/soyuz/config.h b/keyboards/ai03/soyuz/config.h index 409ca0b05d..8ac3978efe 100644 --- a/keyboards/ai03/soyuz/config.h +++ b/keyboards/ai03/soyuz/config.h | |||
| @@ -58,11 +58,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 58 | /* Locking resynchronize hack */ | 58 | /* Locking resynchronize hack */ |
| 59 | #define LOCKING_RESYNC_ENABLE | 59 | #define LOCKING_RESYNC_ENABLE |
| 60 | 60 | ||
| 61 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 62 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 63 | */ | ||
| 64 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 65 | |||
| 66 | /* | 61 | /* |
| 67 | * Feature disable options | 62 | * Feature disable options |
| 68 | * These options are also useful to firmware size reduction. | 63 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/al1/config.h b/keyboards/al1/config.h index f58c0fbe43..87422c9ba5 100644 --- a/keyboards/al1/config.h +++ b/keyboards/al1/config.h | |||
| @@ -41,11 +41,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 41 | /* Locking resynchronize hack */ | 41 | /* Locking resynchronize hack */ |
| 42 | #define LOCKING_RESYNC_ENABLE | 42 | #define LOCKING_RESYNC_ENABLE |
| 43 | 43 | ||
| 44 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 45 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 46 | */ | ||
| 47 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 48 | |||
| 49 | /* | 44 | /* |
| 50 | * Feature disable options | 45 | * Feature disable options |
| 51 | * These options are also useful to firmware size reduction. | 46 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/alf/dc60/config.h b/keyboards/alf/dc60/config.h index 0351df80f4..c5bb808dfe 100644 --- a/keyboards/alf/dc60/config.h +++ b/keyboards/alf/dc60/config.h | |||
| @@ -68,11 +68,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 68 | /* Locking resynchronize hack */ | 68 | /* Locking resynchronize hack */ |
| 69 | #define LOCKING_RESYNC_ENABLE | 69 | #define LOCKING_RESYNC_ENABLE |
| 70 | 70 | ||
| 71 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 72 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 73 | */ | ||
| 74 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 75 | |||
| 76 | /* | 71 | /* |
| 77 | * Feature disable options | 72 | * Feature disable options |
| 78 | * These options are also useful to firmware size reduction. | 73 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/alf/x11/config.h b/keyboards/alf/x11/config.h index 3a8d69e389..df7e5fba4b 100644 --- a/keyboards/alf/x11/config.h +++ b/keyboards/alf/x11/config.h | |||
| @@ -72,11 +72,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 72 | /* Locking resynchronize hack */ | 72 | /* Locking resynchronize hack */ |
| 73 | #define LOCKING_RESYNC_ENABLE | 73 | #define LOCKING_RESYNC_ENABLE |
| 74 | 74 | ||
| 75 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 76 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 77 | */ | ||
| 78 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 79 | |||
| 80 | /* | 75 | /* |
| 81 | * Feature disable options | 76 | * Feature disable options |
| 82 | * These options are also useful to firmware size reduction. | 77 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/amjkeyboard/amj84/config.h b/keyboards/amjkeyboard/amj84/config.h index 19c528f7e4..864c54f526 100644 --- a/keyboards/amjkeyboard/amj84/config.h +++ b/keyboards/amjkeyboard/amj84/config.h | |||
| @@ -44,11 +44,6 @@ | |||
| 44 | /* Locking resynchronize hack */ | 44 | /* Locking resynchronize hack */ |
| 45 | #define LOCKING_RESYNC_ENABLE | 45 | #define LOCKING_RESYNC_ENABLE |
| 46 | 46 | ||
| 47 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 48 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 49 | */ | ||
| 50 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 51 | |||
| 52 | #define FORCE_NKRO | 47 | #define FORCE_NKRO |
| 53 | 48 | ||
| 54 | /* | 49 | /* |
diff --git a/keyboards/amjkeyboard/amj96/config.h b/keyboards/amjkeyboard/amj96/config.h index 6689d8046e..a8a47f26b8 100644 --- a/keyboards/amjkeyboard/amj96/config.h +++ b/keyboards/amjkeyboard/amj96/config.h | |||
| @@ -67,11 +67,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 67 | /* Locking resynchronize hack */ | 67 | /* Locking resynchronize hack */ |
| 68 | #define LOCKING_RESYNC_ENABLE | 68 | #define LOCKING_RESYNC_ENABLE |
| 69 | 69 | ||
| 70 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 71 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 72 | */ | ||
| 73 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 74 | |||
| 75 | /* | 70 | /* |
| 76 | * Feature disable options | 71 | * Feature disable options |
| 77 | * These options are also useful to firmware size reduction. | 72 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/arisu/config.h b/keyboards/arisu/config.h index 05c39a04c8..b9a6289585 100644 --- a/keyboards/arisu/config.h +++ b/keyboards/arisu/config.h | |||
| @@ -53,11 +53,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 53 | /* Locking resynchronize hack */ | 53 | /* Locking resynchronize hack */ |
| 54 | #define LOCKING_RESYNC_ENABLE | 54 | #define LOCKING_RESYNC_ENABLE |
| 55 | 55 | ||
| 56 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 57 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 58 | */ | ||
| 59 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 60 | |||
| 61 | /* | 56 | /* |
| 62 | * Feature disable options | 57 | * Feature disable options |
| 63 | * These options are also useful to firmware size reduction. | 58 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ash1800/config.h b/keyboards/ash1800/config.h index 11818ef1e0..3a90a8bb33 100644 --- a/keyboards/ash1800/config.h +++ b/keyboards/ash1800/config.h | |||
| @@ -68,11 +68,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 68 | /* Locking resynchronize hack */ | 68 | /* Locking resynchronize hack */ |
| 69 | #define LOCKING_RESYNC_ENABLE | 69 | #define LOCKING_RESYNC_ENABLE |
| 70 | 70 | ||
| 71 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 72 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 73 | */ | ||
| 74 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 75 | |||
| 76 | /* | 71 | /* |
| 77 | * Feature disable options | 72 | * Feature disable options |
| 78 | * These options are also useful to firmware size reduction. | 73 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/atlas_65/config.h b/keyboards/atlas_65/config.h index 63f81a80c5..7fc6dfaad5 100644 --- a/keyboards/atlas_65/config.h +++ b/keyboards/atlas_65/config.h | |||
| @@ -52,11 +52,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 52 | /* Locking resynchronize hack */ | 52 | /* Locking resynchronize hack */ |
| 53 | #define LOCKING_RESYNC_ENABLE | 53 | #define LOCKING_RESYNC_ENABLE |
| 54 | 54 | ||
| 55 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 56 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 57 | */ | ||
| 58 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 59 | |||
| 60 | /* | 55 | /* |
| 61 | * Feature disable options | 56 | * Feature disable options |
| 62 | * These options are also useful to firmware size reduction. | 57 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/atreyu/rev1/config.h b/keyboards/atreyu/rev1/config.h index 3212468a8f..da94244f77 100644 --- a/keyboards/atreyu/rev1/config.h +++ b/keyboards/atreyu/rev1/config.h | |||
| @@ -49,11 +49,6 @@ | |||
| 49 | /* Locking resynchronize hack */ | 49 | /* Locking resynchronize hack */ |
| 50 | #define LOCKING_RESYNC_ENABLE | 50 | #define LOCKING_RESYNC_ENABLE |
| 51 | 51 | ||
| 52 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 53 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 54 | */ | ||
| 55 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 56 | |||
| 57 | /* | 52 | /* |
| 58 | * Feature disable options | 53 | * Feature disable options |
| 59 | * These options are also useful to firmware size reduction. | 54 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/atreyu/rev2/config.h b/keyboards/atreyu/rev2/config.h index ca186ef523..ffffdaabd0 100644 --- a/keyboards/atreyu/rev2/config.h +++ b/keyboards/atreyu/rev2/config.h | |||
| @@ -47,11 +47,6 @@ | |||
| 47 | /* Locking resynchronize hack */ | 47 | /* Locking resynchronize hack */ |
| 48 | #define LOCKING_RESYNC_ENABLE | 48 | #define LOCKING_RESYNC_ENABLE |
| 49 | 49 | ||
| 50 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 51 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 52 | */ | ||
| 53 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 54 | |||
| 55 | /* | 50 | /* |
| 56 | * Feature disable options | 51 | * Feature disable options |
| 57 | * These options are also useful to firmware size reduction. | 52 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/atset/at1/config.h b/keyboards/atset/at1/config.h index b625c4b223..eef66013e8 100644 --- a/keyboards/atset/at1/config.h +++ b/keyboards/atset/at1/config.h | |||
| @@ -30,8 +30,3 @@ | |||
| 30 | #define LOCKING_SUPPORT_ENABLE | 30 | #define LOCKING_SUPPORT_ENABLE |
| 31 | /* Locking resynchronize hack */ | 31 | /* Locking resynchronize hack */ |
| 32 | #define LOCKING_RESYNC_ENABLE | 32 | #define LOCKING_RESYNC_ENABLE |
| 33 | |||
| 34 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 35 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 36 | */ | ||
| 37 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/atset/at12/config.h b/keyboards/atset/at12/config.h index e824f65daf..8607713ee1 100644 --- a/keyboards/atset/at12/config.h +++ b/keyboards/atset/at12/config.h | |||
| @@ -30,8 +30,3 @@ | |||
| 30 | #define LOCKING_SUPPORT_ENABLE | 30 | #define LOCKING_SUPPORT_ENABLE |
| 31 | /* Locking resynchronize hack */ | 31 | /* Locking resynchronize hack */ |
| 32 | #define LOCKING_RESYNC_ENABLE | 32 | #define LOCKING_RESYNC_ENABLE |
| 33 | |||
| 34 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 35 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 36 | */ | ||
| 37 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/atset/at16/config.h b/keyboards/atset/at16/config.h index 2f05ec8ad8..d50f776439 100644 --- a/keyboards/atset/at16/config.h +++ b/keyboards/atset/at16/config.h | |||
| @@ -30,8 +30,3 @@ | |||
| 30 | #define LOCKING_SUPPORT_ENABLE | 30 | #define LOCKING_SUPPORT_ENABLE |
| 31 | /* Locking resynchronize hack */ | 31 | /* Locking resynchronize hack */ |
| 32 | #define LOCKING_RESYNC_ENABLE | 32 | #define LOCKING_RESYNC_ENABLE |
| 33 | |||
| 34 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 35 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 36 | */ | ||
| 37 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/atset/at3/config.h b/keyboards/atset/at3/config.h index b6f8245805..f8b33e0190 100644 --- a/keyboards/atset/at3/config.h +++ b/keyboards/atset/at3/config.h | |||
| @@ -30,8 +30,3 @@ | |||
| 30 | #define LOCKING_SUPPORT_ENABLE | 30 | #define LOCKING_SUPPORT_ENABLE |
| 31 | /* Locking resynchronize hack */ | 31 | /* Locking resynchronize hack */ |
| 32 | #define LOCKING_RESYNC_ENABLE | 32 | #define LOCKING_RESYNC_ENABLE |
| 33 | |||
| 34 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 35 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 36 | */ | ||
| 37 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/atset/at6/config.h b/keyboards/atset/at6/config.h index 13c7e0639c..0384ebd4a5 100644 --- a/keyboards/atset/at6/config.h +++ b/keyboards/atset/at6/config.h | |||
| @@ -30,8 +30,3 @@ | |||
| 30 | #define LOCKING_SUPPORT_ENABLE | 30 | #define LOCKING_SUPPORT_ENABLE |
| 31 | /* Locking resynchronize hack */ | 31 | /* Locking resynchronize hack */ |
| 32 | #define LOCKING_RESYNC_ENABLE | 32 | #define LOCKING_RESYNC_ENABLE |
| 33 | |||
| 34 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 35 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 36 | */ | ||
| 37 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/atset/at9/config.h b/keyboards/atset/at9/config.h index 788ec42fe2..f2aa39f862 100644 --- a/keyboards/atset/at9/config.h +++ b/keyboards/atset/at9/config.h | |||
| @@ -30,8 +30,3 @@ | |||
| 30 | #define LOCKING_SUPPORT_ENABLE | 30 | #define LOCKING_SUPPORT_ENABLE |
| 31 | /* Locking resynchronize hack */ | 31 | /* Locking resynchronize hack */ |
| 32 | #define LOCKING_RESYNC_ENABLE | 32 | #define LOCKING_RESYNC_ENABLE |
| 33 | |||
| 34 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 35 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 36 | */ | ||
| 37 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/aurora65/config.h b/keyboards/aurora65/config.h index 5dcf6772d0..f5cd826494 100644 --- a/keyboards/aurora65/config.h +++ b/keyboards/aurora65/config.h | |||
| @@ -54,11 +54,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 54 | #define RGBLIGHT_EFFECT_ALTERNATING | 54 | #define RGBLIGHT_EFFECT_ALTERNATING |
| 55 | #define RGBLIGHT_EFFECT_TWINKLE | 55 | #define RGBLIGHT_EFFECT_TWINKLE |
| 56 | 56 | ||
| 57 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 58 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 59 | */ | ||
| 60 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 61 | |||
| 62 | /* Bootmagic Lite key configuration */ | 57 | /* Bootmagic Lite key configuration */ |
| 63 | #define BOOTMAGIC_LITE_ROW 0 | 58 | #define BOOTMAGIC_LITE_ROW 0 |
| 64 | #define BOOTMAGIC_LITE_COLUMN 0 | 59 | #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/aves60/config.h b/keyboards/aves60/config.h index a9d1221bd4..c3e26e1032 100644 --- a/keyboards/aves60/config.h +++ b/keyboards/aves60/config.h | |||
| @@ -67,11 +67,6 @@ | |||
| 67 | /* Locking resynchronize hack */ | 67 | /* Locking resynchronize hack */ |
| 68 | #define LOCKING_RESYNC_ENABLE | 68 | #define LOCKING_RESYNC_ENABLE |
| 69 | 69 | ||
| 70 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 71 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 72 | */ | ||
| 73 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 74 | |||
| 75 | /* | 70 | /* |
| 76 | * Feature disable options | 71 | * Feature disable options |
| 77 | * These options are also useful to firmware size reduction. | 72 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/baguette/config.h b/keyboards/baguette/config.h index 92a9e13ff9..fd31c575d4 100644 --- a/keyboards/baguette/config.h +++ b/keyboards/baguette/config.h | |||
| @@ -55,11 +55,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 55 | /* Locking resynchronize hack */ | 55 | /* Locking resynchronize hack */ |
| 56 | #define LOCKING_RESYNC_ENABLE | 56 | #define LOCKING_RESYNC_ENABLE |
| 57 | 57 | ||
| 58 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 59 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 60 | */ | ||
| 61 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 62 | |||
| 63 | /* | 58 | /* |
| 64 | * Feature disable options | 59 | * Feature disable options |
| 65 | * These options are also useful to firmware size reduction. | 60 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/baion_808/config.h b/keyboards/baion_808/config.h index bc2efd755a..964ebe0e72 100755 --- a/keyboards/baion_808/config.h +++ b/keyboards/baion_808/config.h | |||
| @@ -30,8 +30,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 30 | #define LED_CAPS_LOCK_PIN B6 | 30 | #define LED_CAPS_LOCK_PIN B6 |
| 31 | #define LED_SCROLL_LOCK_PIN B7 | 31 | #define LED_SCROLL_LOCK_PIN B7 |
| 32 | #define LED_PIN_ON_STATE 0 | 32 | #define LED_PIN_ON_STATE 0 |
| 33 | |||
| 34 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 35 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 36 | */ | ||
| 37 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/bandominedoni/config.h b/keyboards/bandominedoni/config.h index 75a40b8ecf..4463d6f068 100644 --- a/keyboards/bandominedoni/config.h +++ b/keyboards/bandominedoni/config.h | |||
| @@ -160,11 +160,6 @@ | |||
| 160 | # endif // CONSOLE_ENABLE | 160 | # endif // CONSOLE_ENABLE |
| 161 | #endif // RGB_MATRIX_ENABLE | 161 | #endif // RGB_MATRIX_ENABLE |
| 162 | 162 | ||
| 163 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 164 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 165 | */ | ||
| 166 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 167 | |||
| 168 | /* | 163 | /* |
| 169 | * Feature disable options | 164 | * Feature disable options |
| 170 | * These options are also useful to firmware size reduction. | 165 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/barleycorn_smd/config.h b/keyboards/barleycorn_smd/config.h index 3d28c90081..f29e518380 100644 --- a/keyboards/barleycorn_smd/config.h +++ b/keyboards/barleycorn_smd/config.h | |||
| @@ -66,11 +66,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 66 | /* Locking resynchronize hack */ | 66 | /* Locking resynchronize hack */ |
| 67 | #define LOCKING_RESYNC_ENABLE | 67 | #define LOCKING_RESYNC_ENABLE |
| 68 | 68 | ||
| 69 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 70 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 71 | */ | ||
| 72 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 73 | |||
| 74 | /* | 69 | /* |
| 75 | * Feature disable options | 70 | * Feature disable options |
| 76 | * These options are also useful to firmware size reduction. | 71 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/basketweave/config.h b/keyboards/basketweave/config.h index 8d9f5c214a..dd7b3d1b0b 100644 --- a/keyboards/basketweave/config.h +++ b/keyboards/basketweave/config.h | |||
| @@ -34,11 +34,6 @@ | |||
| 34 | /* Locking resynchronize hack */ | 34 | /* Locking resynchronize hack */ |
| 35 | #define LOCKING_RESYNC_ENABLE | 35 | #define LOCKING_RESYNC_ENABLE |
| 36 | 36 | ||
| 37 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 38 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 39 | */ | ||
| 40 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 41 | |||
| 42 | #define ENCODERS_PAD_A { D7 } | 37 | #define ENCODERS_PAD_A { D7 } |
| 43 | #define ENCODERS_PAD_B { C0 } | 38 | #define ENCODERS_PAD_B { C0 } |
| 44 | #define ENCODER_RESOLUTION 4 | 39 | #define ENCODER_RESOLUTION 4 |
diff --git a/keyboards/biacco42/meishi/config.h b/keyboards/biacco42/meishi/config.h index b1dee95d43..9d01458fe2 100644 --- a/keyboards/biacco42/meishi/config.h +++ b/keyboards/biacco42/meishi/config.h | |||
| @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | /* | 46 | /* |
| 52 | * Feature disable options | 47 | * Feature disable options |
| 53 | * These options are also useful to firmware size reduction. | 48 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/biacco42/meishi2/config.h b/keyboards/biacco42/meishi2/config.h index b9b5df08c4..86bbe4a448 100644 --- a/keyboards/biacco42/meishi2/config.h +++ b/keyboards/biacco42/meishi2/config.h | |||
| @@ -64,11 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | /* Locking resynchronize hack */ | 64 | /* Locking resynchronize hack */ |
| 65 | #define LOCKING_RESYNC_ENABLE | 65 | #define LOCKING_RESYNC_ENABLE |
| 66 | 66 | ||
| 67 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 68 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 69 | */ | ||
| 70 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 71 | |||
| 72 | /* | 67 | /* |
| 73 | * Feature disable options | 68 | * Feature disable options |
| 74 | * These options are also useful to firmware size reduction. | 69 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/binepad/bn003/config.h b/keyboards/binepad/bn003/config.h index 49d9bedc19..1daeca6596 100644 --- a/keyboards/binepad/bn003/config.h +++ b/keyboards/binepad/bn003/config.h | |||
| @@ -31,8 +31,3 @@ | |||
| 31 | #define LOCKING_SUPPORT_ENABLE | 31 | #define LOCKING_SUPPORT_ENABLE |
| 32 | /* Locking resynchronize hack */ | 32 | /* Locking resynchronize hack */ |
| 33 | #define LOCKING_RESYNC_ENABLE | 33 | #define LOCKING_RESYNC_ENABLE |
| 34 | |||
| 35 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 36 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 37 | */ | ||
| 38 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/binepad/bn009/config.h b/keyboards/binepad/bn009/config.h index 1eec7bbce9..37800ef106 100644 --- a/keyboards/binepad/bn009/config.h +++ b/keyboards/binepad/bn009/config.h | |||
| @@ -31,8 +31,3 @@ | |||
| 31 | #define LOCKING_SUPPORT_ENABLE | 31 | #define LOCKING_SUPPORT_ENABLE |
| 32 | /* Locking resynchronize hack */ | 32 | /* Locking resynchronize hack */ |
| 33 | #define LOCKING_RESYNC_ENABLE | 33 | #define LOCKING_RESYNC_ENABLE |
| 34 | |||
| 35 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 36 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 37 | */ | ||
| 38 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/blank/blank01/config.h b/keyboards/blank/blank01/config.h index 5e4f182df8..2203911320 100644 --- a/keyboards/blank/blank01/config.h +++ b/keyboards/blank/blank01/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/blockey/config.h b/keyboards/blockey/config.h index 542172ae3a..f2c2485d8f 100644 --- a/keyboards/blockey/config.h +++ b/keyboards/blockey/config.h | |||
| @@ -61,11 +61,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 61 | /* Locking resynchronize hack */ | 61 | /* Locking resynchronize hack */ |
| 62 | #define LOCKING_RESYNC_ENABLE | 62 | #define LOCKING_RESYNC_ENABLE |
| 63 | 63 | ||
| 64 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 65 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 66 | */ | ||
| 67 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 68 | |||
| 69 | /* | 64 | /* |
| 70 | * Feature disable options | 65 | * Feature disable options |
| 71 | * These options are also useful to firmware size reduction. | 66 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/bpiphany/unloved_bastard/config.h b/keyboards/bpiphany/unloved_bastard/config.h index c3f6b368e9..c27bbd5a96 100644 --- a/keyboards/bpiphany/unloved_bastard/config.h +++ b/keyboards/bpiphany/unloved_bastard/config.h | |||
| @@ -32,11 +32,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 32 | /* Locking resynchronize hack */ | 32 | /* Locking resynchronize hack */ |
| 33 | #define LOCKING_RESYNC_ENABLE | 33 | #define LOCKING_RESYNC_ENABLE |
| 34 | 34 | ||
| 35 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 36 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 37 | */ | ||
| 38 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 39 | |||
| 40 | /* | 35 | /* |
| 41 | * Feature disable options | 36 | * Feature disable options |
| 42 | * These options are also useful to firmware size reduction. | 37 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/bthlabs/geekpad/config.h b/keyboards/bthlabs/geekpad/config.h index c4f8f557ea..7f7a6e3579 100644 --- a/keyboards/bthlabs/geekpad/config.h +++ b/keyboards/bthlabs/geekpad/config.h | |||
| @@ -46,11 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 46 | // #define RGBLIGHT_VAL_STEP 8 | 46 | // #define RGBLIGHT_VAL_STEP 8 |
| 47 | // #endif | 47 | // #endif |
| 48 | 48 | ||
| 49 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 50 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 51 | */ | ||
| 52 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 53 | |||
| 54 | /* | 49 | /* |
| 55 | * Feature disable options | 50 | * Feature disable options |
| 56 | * These options are also useful to firmware size reduction. | 51 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/buildakb/potato65/config.h b/keyboards/buildakb/potato65/config.h index 2cc45ec5d7..16149d3e87 100644 --- a/keyboards/buildakb/potato65/config.h +++ b/keyboards/buildakb/potato65/config.h | |||
| @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | /* | 46 | /* |
| 52 | * Feature disable options | 47 | * Feature disable options |
| 53 | * These options are also useful to firmware size reduction. | 48 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/caffeinated/serpent65/config.h b/keyboards/caffeinated/serpent65/config.h index a67ed02273..4ea094fcf1 100644 --- a/keyboards/caffeinated/serpent65/config.h +++ b/keyboards/caffeinated/serpent65/config.h | |||
| @@ -49,11 +49,6 @@ B0, which is unconnected on the PCB | |||
| 49 | /* Locking resynchronize hack */ | 49 | /* Locking resynchronize hack */ |
| 50 | #define LOCKING_RESYNC_ENABLE | 50 | #define LOCKING_RESYNC_ENABLE |
| 51 | 51 | ||
| 52 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 53 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 54 | */ | ||
| 55 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 56 | |||
| 57 | /* | 52 | /* |
| 58 | * Feature disable options | 53 | * Feature disable options |
| 59 | * These options are also useful to firmware size reduction. | 54 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/cannonkeys/adelie/config.h b/keyboards/cannonkeys/adelie/config.h index b98839c53f..7ffc2bbc1c 100644 --- a/keyboards/cannonkeys/adelie/config.h +++ b/keyboards/cannonkeys/adelie/config.h | |||
| @@ -70,7 +70,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 70 | #define LOCKING_RESYNC_ENABLE | 70 | #define LOCKING_RESYNC_ENABLE |
| 71 | 71 | ||
| 72 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | 72 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. |
| 73 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | 73 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). |
| 74 | */ | 74 | */ |
| 75 | #define GRAVE_ESC_CTRL_OVERRIDE | 75 | #define GRAVE_ESC_CTRL_OVERRIDE |
| 76 | 76 | ||
diff --git a/keyboards/capsunlocked/cu24/config.h b/keyboards/capsunlocked/cu24/config.h index 1bcf3a1b18..5d25beb5ee 100644 --- a/keyboards/capsunlocked/cu24/config.h +++ b/keyboards/capsunlocked/cu24/config.h | |||
| @@ -61,11 +61,6 @@ | |||
| 61 | /* Locking resynchronize hack */ | 61 | /* Locking resynchronize hack */ |
| 62 | #define LOCKING_RESYNC_ENABLE | 62 | #define LOCKING_RESYNC_ENABLE |
| 63 | 63 | ||
| 64 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 65 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 66 | */ | ||
| 67 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 68 | |||
| 69 | /* | 64 | /* |
| 70 | * Feature disable options | 65 | * Feature disable options |
| 71 | * These options are also useful to firmware size reduction. | 66 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/capsunlocked/cu65/config.h b/keyboards/capsunlocked/cu65/config.h index 4ec6b2e1ab..442620c3b6 100644 --- a/keyboards/capsunlocked/cu65/config.h +++ b/keyboards/capsunlocked/cu65/config.h | |||
| @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | /* | 46 | /* |
| 52 | * Feature disable options | 47 | * Feature disable options |
| 53 | * These options are also useful to firmware size reduction. | 48 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/carbo65/config.h b/keyboards/carbo65/config.h index 91d75b1e47..07da39a42b 100644 --- a/keyboards/carbo65/config.h +++ b/keyboards/carbo65/config.h | |||
| @@ -35,11 +35,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 35 | #define LED_CAPS_LOCK_PIN B6 | 35 | #define LED_CAPS_LOCK_PIN B6 |
| 36 | #define LED_PIN_ON_STATE 0 | 36 | #define LED_PIN_ON_STATE 0 |
| 37 | 37 | ||
| 38 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 39 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 40 | */ | ||
| 41 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 42 | |||
| 43 | /* Bootmagic Lite key configuration */ | 38 | /* Bootmagic Lite key configuration */ |
| 44 | #define BOOTMAGIC_LITE_ROW 0 | 39 | #define BOOTMAGIC_LITE_ROW 0 |
| 45 | #define BOOTMAGIC_LITE_COLUMN 0 | 40 | #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/chavdai40/rev1/config.h b/keyboards/chavdai40/rev1/config.h index d748fa0eef..d7059b491c 100644 --- a/keyboards/chavdai40/rev1/config.h +++ b/keyboards/chavdai40/rev1/config.h | |||
| @@ -33,8 +33,3 @@ | |||
| 33 | 33 | ||
| 34 | /* COL2ROW, ROW2COL*/ | 34 | /* COL2ROW, ROW2COL*/ |
| 35 | #define DIODE_DIRECTION COL2ROW | 35 | #define DIODE_DIRECTION COL2ROW |
| 36 | |||
| 37 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 38 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 39 | */ | ||
| 40 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/chavdai40/rev2/config.h b/keyboards/chavdai40/rev2/config.h index 885c81b806..febe45d4b2 100644 --- a/keyboards/chavdai40/rev2/config.h +++ b/keyboards/chavdai40/rev2/config.h | |||
| @@ -33,8 +33,3 @@ | |||
| 33 | 33 | ||
| 34 | /* COL2ROW, ROW2COL*/ | 34 | /* COL2ROW, ROW2COL*/ |
| 35 | #define DIODE_DIRECTION COL2ROW | 35 | #define DIODE_DIRECTION COL2ROW |
| 36 | |||
| 37 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 38 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 39 | */ | ||
| 40 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/chickenman/ciel/config.h b/keyboards/chickenman/ciel/config.h index 53bc6e2885..894765879c 100644 --- a/keyboards/chickenman/ciel/config.h +++ b/keyboards/chickenman/ciel/config.h | |||
| @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | /* | 46 | /* |
| 52 | * Feature disable options | 47 | * Feature disable options |
| 53 | * These options are also useful to firmware size reduction. | 48 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ckeys/nakey/config.h b/keyboards/ckeys/nakey/config.h index db82a56b65..e08fd8d222 100644 --- a/keyboards/ckeys/nakey/config.h +++ b/keyboards/ckeys/nakey/config.h | |||
| @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | /* | 46 | /* |
| 52 | * Feature disable options | 47 | * Feature disable options |
| 53 | * These options are also useful to firmware size reduction. | 48 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ckeys/washington/config.h b/keyboards/ckeys/washington/config.h index fe41646165..8bbeeadb79 100644 --- a/keyboards/ckeys/washington/config.h +++ b/keyboards/ckeys/washington/config.h | |||
| @@ -69,11 +69,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 69 | /* Locking resynchronize hack */ | 69 | /* Locking resynchronize hack */ |
| 70 | #define LOCKING_RESYNC_ENABLE | 70 | #define LOCKING_RESYNC_ENABLE |
| 71 | 71 | ||
| 72 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 73 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 74 | */ | ||
| 75 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 76 | |||
| 77 | /* | 72 | /* |
| 78 | * Feature disable options | 73 | * Feature disable options |
| 79 | * These options are also useful to firmware size reduction. | 74 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/coarse/vinta/config.h b/keyboards/coarse/vinta/config.h index 5c0c512190..772616cd07 100644 --- a/keyboards/coarse/vinta/config.h +++ b/keyboards/coarse/vinta/config.h | |||
| @@ -10,8 +10,3 @@ | |||
| 10 | 10 | ||
| 11 | /* COL2ROW, ROW2COL*/ | 11 | /* COL2ROW, ROW2COL*/ |
| 12 | #define DIODE_DIRECTION COL2ROW | 12 | #define DIODE_DIRECTION COL2ROW |
| 13 | |||
| 14 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 15 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 16 | */ | ||
| 17 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/contender/config.h b/keyboards/contender/config.h index dbdc7066da..276a5860a3 100644 --- a/keyboards/contender/config.h +++ b/keyboards/contender/config.h | |||
| @@ -78,11 +78,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 78 | /* Locking resynchronize hack */ | 78 | /* Locking resynchronize hack */ |
| 79 | #define LOCKING_RESYNC_ENABLE | 79 | #define LOCKING_RESYNC_ENABLE |
| 80 | 80 | ||
| 81 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 82 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 83 | */ | ||
| 84 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 85 | |||
| 86 | /* | 81 | /* |
| 87 | * Feature disable options | 82 | * Feature disable options |
| 88 | * These options are also useful to firmware size reduction. | 83 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/cool836a/config.h b/keyboards/cool836a/config.h index da63a08ce3..0bd56b7d2b 100644 --- a/keyboards/cool836a/config.h +++ b/keyboards/cool836a/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/copenhagen_click/click_pad_v1/config.h b/keyboards/copenhagen_click/click_pad_v1/config.h index 36f30bbc4d..7637365b23 100755 --- a/keyboards/copenhagen_click/click_pad_v1/config.h +++ b/keyboards/copenhagen_click/click_pad_v1/config.h | |||
| @@ -68,11 +68,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 68 | /* Locking resynchronize hack */ | 68 | /* Locking resynchronize hack */ |
| 69 | #define LOCKING_RESYNC_ENABLE | 69 | #define LOCKING_RESYNC_ENABLE |
| 70 | 70 | ||
| 71 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 72 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 73 | */ | ||
| 74 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 75 | |||
| 76 | /* | 71 | /* |
| 77 | * Feature disable options | 72 | * Feature disable options |
| 78 | * These options are also useful to firmware size reduction. | 73 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/coseyfannitutti/discipad/config.h b/keyboards/coseyfannitutti/discipad/config.h index a2d18b5285..b79c69478f 100644 --- a/keyboards/coseyfannitutti/discipad/config.h +++ b/keyboards/coseyfannitutti/discipad/config.h | |||
| @@ -62,11 +62,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 62 | /* Locking resynchronize hack */ | 62 | /* Locking resynchronize hack */ |
| 63 | #define LOCKING_RESYNC_ENABLE | 63 | #define LOCKING_RESYNC_ENABLE |
| 64 | 64 | ||
| 65 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 66 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 67 | */ | ||
| 68 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 69 | |||
| 70 | /* | 65 | /* |
| 71 | * Feature disable options | 66 | * Feature disable options |
| 72 | * These options are also useful to firmware size reduction. | 67 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/coseyfannitutti/discipline/config.h b/keyboards/coseyfannitutti/discipline/config.h index f163ee541b..c98d36fc5c 100644 --- a/keyboards/coseyfannitutti/discipline/config.h +++ b/keyboards/coseyfannitutti/discipline/config.h | |||
| @@ -60,11 +60,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 60 | /* Locking resynchronize hack */ | 60 | /* Locking resynchronize hack */ |
| 61 | #define LOCKING_RESYNC_ENABLE | 61 | #define LOCKING_RESYNC_ENABLE |
| 62 | 62 | ||
| 63 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 64 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 65 | */ | ||
| 66 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 67 | |||
| 68 | /* | 63 | /* |
| 69 | * Feature disable options | 64 | * Feature disable options |
| 70 | * These options are also useful to firmware size reduction. | 65 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/coseyfannitutti/mullet/config.h b/keyboards/coseyfannitutti/mullet/config.h index 9a60eced09..20195045e0 100644 --- a/keyboards/coseyfannitutti/mullet/config.h +++ b/keyboards/coseyfannitutti/mullet/config.h | |||
| @@ -57,11 +57,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 57 | #define RGBLIGHT_SLEEP | 57 | #define RGBLIGHT_SLEEP |
| 58 | #endif | 58 | #endif |
| 59 | 59 | ||
| 60 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 61 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 62 | */ | ||
| 63 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 64 | |||
| 65 | /* | 60 | /* |
| 66 | * Feature disable options | 61 | * Feature disable options |
| 67 | * These options are also useful to firmware size reduction. | 62 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/coseyfannitutti/mulletpad/config.h b/keyboards/coseyfannitutti/mulletpad/config.h index aa98bb6df8..27e797ea14 100644 --- a/keyboards/coseyfannitutti/mulletpad/config.h +++ b/keyboards/coseyfannitutti/mulletpad/config.h | |||
| @@ -47,11 +47,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 47 | //#define RGBLIGHT_SLEEP | 47 | //#define RGBLIGHT_SLEEP |
| 48 | //#endif | 48 | //#endif |
| 49 | 49 | ||
| 50 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 51 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 52 | */ | ||
| 53 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 54 | |||
| 55 | /* | 50 | /* |
| 56 | * Feature disable options | 51 | * Feature disable options |
| 57 | * These options are also useful to firmware size reduction. | 52 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/coseyfannitutti/mysterium/config.h b/keyboards/coseyfannitutti/mysterium/config.h index e04e896b2b..10ee317cb6 100644 --- a/keyboards/coseyfannitutti/mysterium/config.h +++ b/keyboards/coseyfannitutti/mysterium/config.h | |||
| @@ -58,11 +58,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 58 | /* Locking resynchronize hack */ | 58 | /* Locking resynchronize hack */ |
| 59 | #define LOCKING_RESYNC_ENABLE | 59 | #define LOCKING_RESYNC_ENABLE |
| 60 | 60 | ||
| 61 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 62 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 63 | */ | ||
| 64 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 65 | |||
| 66 | /* | 61 | /* |
| 67 | * Feature disable options | 62 | * Feature disable options |
| 68 | * These options are also useful to firmware size reduction. | 63 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/coseyfannitutti/romeo/config.h b/keyboards/coseyfannitutti/romeo/config.h index 7a53af264e..6ec588dcdc 100644 --- a/keyboards/coseyfannitutti/romeo/config.h +++ b/keyboards/coseyfannitutti/romeo/config.h | |||
| @@ -61,11 +61,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 61 | /* Locking resynchronize hack */ | 61 | /* Locking resynchronize hack */ |
| 62 | #define LOCKING_RESYNC_ENABLE | 62 | #define LOCKING_RESYNC_ENABLE |
| 63 | 63 | ||
| 64 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 65 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 66 | */ | ||
| 67 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 68 | |||
| 69 | /* | 64 | /* |
| 70 | * Feature disable options | 65 | * Feature disable options |
| 71 | * These options are also useful to firmware size reduction. | 66 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/craftwalk/config.h b/keyboards/craftwalk/config.h index 6ff75026cf..ca070b6938 100644 --- a/keyboards/craftwalk/config.h +++ b/keyboards/craftwalk/config.h | |||
| @@ -74,11 +74,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 74 | /* Locking resynchronize hack */ | 74 | /* Locking resynchronize hack */ |
| 75 | #define LOCKING_RESYNC_ENABLE | 75 | #define LOCKING_RESYNC_ENABLE |
| 76 | 76 | ||
| 77 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 78 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 79 | */ | ||
| 80 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 81 | |||
| 82 | /* | 77 | /* |
| 83 | * Feature disable options | 78 | * Feature disable options |
| 84 | * These options are also useful to firmware size reduction. | 79 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/crazy_keyboard_68/config.h b/keyboards/crazy_keyboard_68/config.h index c1c349167d..b64bc2cdff 100644 --- a/keyboards/crazy_keyboard_68/config.h +++ b/keyboards/crazy_keyboard_68/config.h | |||
| @@ -77,11 +77,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 77 | /* Locking resynchronize hack */ | 77 | /* Locking resynchronize hack */ |
| 78 | #define LOCKING_RESYNC_ENABLE | 78 | #define LOCKING_RESYNC_ENABLE |
| 79 | 79 | ||
| 80 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 81 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 82 | */ | ||
| 83 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 84 | |||
| 85 | /* | 80 | /* |
| 86 | * Feature disable options | 81 | * Feature disable options |
| 87 | * These options are also useful to firmware size reduction. | 82 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/crimsonkeyboards/resume1800/config.h b/keyboards/crimsonkeyboards/resume1800/config.h index 828a247a46..696263d9ac 100644 --- a/keyboards/crimsonkeyboards/resume1800/config.h +++ b/keyboards/crimsonkeyboards/resume1800/config.h | |||
| @@ -49,11 +49,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 49 | /* Locking resynchronize hack */ | 49 | /* Locking resynchronize hack */ |
| 50 | #define LOCKING_RESYNC_ENABLE | 50 | #define LOCKING_RESYNC_ENABLE |
| 51 | 51 | ||
| 52 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 53 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 54 | */ | ||
| 55 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 56 | |||
| 57 | /* | 52 | /* |
| 58 | * Feature disable options | 53 | * Feature disable options |
| 59 | * These options are also useful to firmware size reduction. | 54 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/crypt_macro/config.h b/keyboards/crypt_macro/config.h index bf6da212ac..2924acb84c 100644 --- a/keyboards/crypt_macro/config.h +++ b/keyboards/crypt_macro/config.h | |||
| @@ -54,11 +54,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 54 | #define RGBLIGHT_EFFECT_ALTERNATING | 54 | #define RGBLIGHT_EFFECT_ALTERNATING |
| 55 | #define RGBLIGHT_EFFECT_TWINKLE | 55 | #define RGBLIGHT_EFFECT_TWINKLE |
| 56 | 56 | ||
| 57 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 58 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 59 | */ | ||
| 60 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 61 | |||
| 62 | /* Bootmagic Lite key configuration */ | 57 | /* Bootmagic Lite key configuration */ |
| 63 | #define BOOTMAGIC_LITE_ROW 0 | 58 | #define BOOTMAGIC_LITE_ROW 0 |
| 64 | #define BOOTMAGIC_LITE_COLUMN 0 | 59 | #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/cutie_club/wraith/config.h b/keyboards/cutie_club/wraith/config.h index b593c305bd..7555cfd000 100644 --- a/keyboards/cutie_club/wraith/config.h +++ b/keyboards/cutie_club/wraith/config.h | |||
| @@ -62,11 +62,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 62 | /* Locking resynchronize hack */ | 62 | /* Locking resynchronize hack */ |
| 63 | #define LOCKING_RESYNC_ENABLE | 63 | #define LOCKING_RESYNC_ENABLE |
| 64 | 64 | ||
| 65 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 66 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 67 | */ | ||
| 68 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 69 | |||
| 70 | /* | 65 | /* |
| 71 | * Feature disable options | 66 | * Feature disable options |
| 72 | * These options are also useful to firmware size reduction. | 67 | * These options are also useful to firmware size reduction. |
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. |
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 <http://www.gnu.org/licenses/>. | |||
| 42 | #define LOCKING_SUPPORT_ENABLE | 42 | #define LOCKING_SUPPORT_ENABLE |
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | |||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | // #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 <http://www.gnu.org/licenses/>. | |||
| 46 | /* Locking resynchronize hack */ | 46 | /* Locking resynchronize hack */ |
| 47 | #define LOCKING_RESYNC_ENABLE | 47 | #define LOCKING_RESYNC_ENABLE |
| 48 | 48 | ||
| 49 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 50 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 51 | */ | ||
| 52 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 53 | |||
| 54 | /* | 49 | /* |
| 55 | * Feature disable options | 50 | * Feature disable options |
| 56 | * These options are also useful to firmware size reduction. | 51 | * 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 <http://www.gnu.org/licenses/>. | |||
| 42 | #define LOCKING_SUPPORT_ENABLE | 42 | #define LOCKING_SUPPORT_ENABLE |
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | |||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | // #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 <http://www.gnu.org/licenses/>. | |||
| 42 | #define LOCKING_SUPPORT_ENABLE | 42 | #define LOCKING_SUPPORT_ENABLE |
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | |||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/delikeeb/flatbread60/config.h b/keyboards/delikeeb/flatbread60/config.h index de6bd57d63..bd4629d79a 100644 --- a/keyboards/delikeeb/flatbread60/config.h +++ b/keyboards/delikeeb/flatbread60/config.h | |||
| @@ -65,11 +65,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 65 | /* Locking resynchronize hack */ | 65 | /* Locking resynchronize hack */ |
| 66 | #define LOCKING_RESYNC_ENABLE | 66 | #define LOCKING_RESYNC_ENABLE |
| 67 | 67 | ||
| 68 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 69 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 70 | */ | ||
| 71 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 72 | |||
| 73 | /* | 68 | /* |
| 74 | * Feature disable options | 69 | * Feature disable options |
| 75 | * These options are also useful to firmware size reduction. | 70 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/delikeeb/vaguettelite/config.h b/keyboards/delikeeb/vaguettelite/config.h index bd4f0c8f2b..7c601cd69c 100644 --- a/keyboards/delikeeb/vaguettelite/config.h +++ b/keyboards/delikeeb/vaguettelite/config.h | |||
| @@ -72,11 +72,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 72 | /* Locking resynchronize hack */ | 72 | /* Locking resynchronize hack */ |
| 73 | #define LOCKING_RESYNC_ENABLE | 73 | #define LOCKING_RESYNC_ENABLE |
| 74 | 74 | ||
| 75 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 76 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 77 | */ | ||
| 78 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 79 | |||
| 80 | /* | 75 | /* |
| 81 | * Feature disable options | 76 | * Feature disable options |
| 82 | * These options are also useful to firmware size reduction. | 77 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/delikeeb/vaneela/config.h b/keyboards/delikeeb/vaneela/config.h index 7f7c4d1e06..5205077a32 100644 --- a/keyboards/delikeeb/vaneela/config.h +++ b/keyboards/delikeeb/vaneela/config.h | |||
| @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | /* | 46 | /* |
| 52 | * Feature disable options | 47 | * Feature disable options |
| 53 | * These options are also useful to firmware size reduction. | 48 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/delikeeb/vaneelaex/config.h b/keyboards/delikeeb/vaneelaex/config.h index 29ec6b8687..e0a8839f83 100644 --- a/keyboards/delikeeb/vaneelaex/config.h +++ b/keyboards/delikeeb/vaneelaex/config.h | |||
| @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | /* | 46 | /* |
| 52 | * Feature disable options | 47 | * Feature disable options |
| 53 | * These options are also useful to firmware size reduction. | 48 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/deltapad/config.h b/keyboards/deltapad/config.h index 4fda0666d9..81d189a107 100644 --- a/keyboards/deltapad/config.h +++ b/keyboards/deltapad/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/dk60/config.h b/keyboards/dk60/config.h index fdc8212127..4bee4eefad 100644 --- a/keyboards/dk60/config.h +++ b/keyboards/dk60/config.h | |||
| @@ -59,11 +59,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 59 | /* Locking resynchronize hack */ | 59 | /* Locking resynchronize hack */ |
| 60 | #define LOCKING_RESYNC_ENABLE | 60 | #define LOCKING_RESYNC_ENABLE |
| 61 | 61 | ||
| 62 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 63 | * This is useful 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/dm9records/plaid/config.h b/keyboards/dm9records/plaid/config.h index 5b68d37cb3..0209ce8b27 100644 --- a/keyboards/dm9records/plaid/config.h +++ b/keyboards/dm9records/plaid/config.h | |||
| @@ -60,11 +60,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 60 | /* Locking resynchronize hack */ | 60 | /* Locking resynchronize hack */ |
| 61 | #define LOCKING_RESYNC_ENABLE | 61 | #define LOCKING_RESYNC_ENABLE |
| 62 | 62 | ||
| 63 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 64 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 65 | */ | ||
| 66 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 67 | |||
| 68 | /* | 63 | /* |
| 69 | * Feature disable options | 64 | * Feature disable options |
| 70 | * These options are also useful to firmware size reduction. | 65 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/dm9records/tartan/config.h b/keyboards/dm9records/tartan/config.h index 6b23e8bbbc..ebafe80e58 100644 --- a/keyboards/dm9records/tartan/config.h +++ b/keyboards/dm9records/tartan/config.h | |||
| @@ -58,11 +58,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 58 | /* Locking resynchronize hack */ | 58 | /* Locking resynchronize hack */ |
| 59 | #define LOCKING_RESYNC_ENABLE | 59 | #define LOCKING_RESYNC_ENABLE |
| 60 | 60 | ||
| 61 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 62 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 63 | */ | ||
| 64 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 65 | |||
| 66 | /* | 61 | /* |
| 67 | * Feature disable options | 62 | * Feature disable options |
| 68 | * These options are also useful to firmware size reduction. | 63 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/donutcables/scrabblepad/config.h b/keyboards/donutcables/scrabblepad/config.h index dcc52ec517..a75844e3c1 100644 --- a/keyboards/donutcables/scrabblepad/config.h +++ b/keyboards/donutcables/scrabblepad/config.h | |||
| @@ -69,11 +69,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 69 | /* Locking resynchronize hack */ | 69 | /* Locking resynchronize hack */ |
| 70 | #define LOCKING_RESYNC_ENABLE | 70 | #define LOCKING_RESYNC_ENABLE |
| 71 | 71 | ||
| 72 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 73 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 74 | */ | ||
| 75 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 76 | |||
| 77 | /* | 72 | /* |
| 78 | * Feature disable options | 73 | * Feature disable options |
| 79 | * These options are also useful to firmware size reduction. | 74 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/doppelganger/config.h b/keyboards/doppelganger/config.h index 4eefd9a08f..0ee19ed94a 100644 --- a/keyboards/doppelganger/config.h +++ b/keyboards/doppelganger/config.h | |||
| @@ -72,11 +72,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 72 | /* Locking resynchronize hack */ | 72 | /* Locking resynchronize hack */ |
| 73 | #define LOCKING_RESYNC_ENABLE | 73 | #define LOCKING_RESYNC_ENABLE |
| 74 | 74 | ||
| 75 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 76 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 77 | */ | ||
| 78 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 79 | |||
| 80 | /* | 75 | /* |
| 81 | * Feature disable options | 76 | * Feature disable options |
| 82 | * These options are also useful to firmware size reduction. | 77 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/draytronics/daisy/config.h b/keyboards/draytronics/daisy/config.h index dbc820e35c..67ab8af3e1 100644 --- a/keyboards/draytronics/daisy/config.h +++ b/keyboards/draytronics/daisy/config.h | |||
| @@ -47,10 +47,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 47 | #define LOCKING_SUPPORT_ENABLE | 47 | #define LOCKING_SUPPORT_ENABLE |
| 48 | /* Locking resynchronize hack */ | 48 | /* Locking resynchronize hack */ |
| 49 | #define LOCKING_RESYNC_ENABLE | 49 | #define LOCKING_RESYNC_ENABLE |
| 50 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 51 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 52 | */ | ||
| 53 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 54 | 50 | ||
| 55 | /* | 51 | /* |
| 56 | * Feature disable options | 52 | * Feature disable options |
diff --git a/keyboards/draytronics/scarlet/config.h b/keyboards/draytronics/scarlet/config.h index a934802eb4..8cd1e6d635 100644 --- a/keyboards/draytronics/scarlet/config.h +++ b/keyboards/draytronics/scarlet/config.h | |||
| @@ -44,10 +44,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 44 | #define LOCKING_SUPPORT_ENABLE | 44 | #define LOCKING_SUPPORT_ENABLE |
| 45 | /* Locking resynchronize hack */ | 45 | /* Locking resynchronize hack */ |
| 46 | #define LOCKING_RESYNC_ENABLE | 46 | #define LOCKING_RESYNC_ENABLE |
| 47 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 48 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 49 | */ | ||
| 50 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 51 | 47 | ||
| 52 | /* | 48 | /* |
| 53 | * Feature disable options | 49 | * Feature disable options |
diff --git a/keyboards/duck/jetfire/config.h b/keyboards/duck/jetfire/config.h index c0193cb653..90cf7d2068 100644 --- a/keyboards/duck/jetfire/config.h +++ b/keyboards/duck/jetfire/config.h | |||
| @@ -49,11 +49,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 49 | #define BOOTMAGIC_LITE_ROW 5 | 49 | #define BOOTMAGIC_LITE_ROW 5 |
| 50 | #define BOOTMAGIC_LITE_COLUMN 10 | 50 | #define BOOTMAGIC_LITE_COLUMN 10 |
| 51 | 51 | ||
| 52 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 53 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 54 | */ | ||
| 55 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 56 | |||
| 57 | /* | 52 | /* |
| 58 | * Feature disable options | 53 | * Feature disable options |
| 59 | * These options are also useful to firmware size reduction. | 54 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/e88/config.h b/keyboards/e88/config.h index 2002de679b..fcfa931696 100644 --- a/keyboards/e88/config.h +++ b/keyboards/e88/config.h | |||
| @@ -43,11 +43,6 @@ | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | /* | 46 | /* |
| 52 | * Feature disable options | 47 | * Feature disable options |
| 53 | * These options are also useful to firmware size reduction. | 48 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ealdin/quadrant/config.h b/keyboards/ealdin/quadrant/config.h index f203fedeec..7dce5e97ac 100644 --- a/keyboards/ealdin/quadrant/config.h +++ b/keyboards/ealdin/quadrant/config.h | |||
| @@ -63,11 +63,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 63 | /* Locking resynchronize hack */ | 63 | /* Locking resynchronize hack */ |
| 64 | #define LOCKING_RESYNC_ENABLE | 64 | #define LOCKING_RESYNC_ENABLE |
| 65 | 65 | ||
| 66 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 67 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 68 | */ | ||
| 69 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 70 | |||
| 71 | /* | 66 | /* |
| 72 | * Feature disable options | 67 | * Feature disable options |
| 73 | * These options are also useful to firmware size reduction. | 68 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/earth_rover/config.h b/keyboards/earth_rover/config.h index d2e7655565..fd0d021d31 100644 --- a/keyboards/earth_rover/config.h +++ b/keyboards/earth_rover/config.h | |||
| @@ -48,11 +48,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 48 | /* Locking resynchronize hack */ | 48 | /* Locking resynchronize hack */ |
| 49 | #define LOCKING_RESYNC_ENABLE | 49 | #define LOCKING_RESYNC_ENABLE |
| 50 | 50 | ||
| 51 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 52 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 53 | */ | ||
| 54 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 55 | |||
| 56 | /* | 51 | /* |
| 57 | * Feature disable options | 52 | * Feature disable options |
| 58 | * These options are also useful to firmware size reduction. | 53 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/edi/hardlight/mk1/config.h b/keyboards/edi/hardlight/mk1/config.h index f870784c0d..90a2cbbe37 100644 --- a/keyboards/edi/hardlight/mk1/config.h +++ b/keyboards/edi/hardlight/mk1/config.h | |||
| @@ -69,9 +69,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 69 | * Enable Audio Subsystem with two voices | 69 | * Enable Audio Subsystem with two voices |
| 70 | */ | 70 | */ |
| 71 | // #define AUDIO_PIN C6 | 71 | // #define AUDIO_PIN C6 |
| 72 | |||
| 73 | |||
| 74 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 75 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 76 | */ | ||
| 77 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/edi/standaside/config.h b/keyboards/edi/standaside/config.h index fa41a01787..eb7422959b 100644 --- a/keyboards/edi/standaside/config.h +++ b/keyboards/edi/standaside/config.h | |||
| @@ -45,12 +45,6 @@ | |||
| 45 | #define RGBLIGHT_EFFECT_ALTERNATING | 45 | #define RGBLIGHT_EFFECT_ALTERNATING |
| 46 | #define RGBLIGHT_EFFECT_TWINKLE | 46 | #define RGBLIGHT_EFFECT_TWINKLE |
| 47 | 47 | ||
| 48 | |||
| 49 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 50 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 51 | */ | ||
| 52 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 53 | |||
| 54 | /* | 48 | /* |
| 55 | * Feature disable options | 49 | * Feature disable options |
| 56 | * These options are also useful to firmware size reduction. | 50 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/eek/config.h b/keyboards/eek/config.h index 3ea0372174..702284a2a5 100644 --- a/keyboards/eek/config.h +++ b/keyboards/eek/config.h | |||
| @@ -67,11 +67,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 67 | /* Locking resynchronize hack */ | 67 | /* Locking resynchronize hack */ |
| 68 | #define LOCKING_RESYNC_ENABLE | 68 | #define LOCKING_RESYNC_ENABLE |
| 69 | 69 | ||
| 70 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 71 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 72 | */ | ||
| 73 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 74 | |||
| 75 | /* | 70 | /* |
| 76 | * Feature disable options | 71 | * Feature disable options |
| 77 | * These options are also useful to firmware size reduction. | 72 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/efreet/config.h b/keyboards/efreet/config.h index 7421946408..d70c7828d9 100644 --- a/keyboards/efreet/config.h +++ b/keyboards/efreet/config.h | |||
| @@ -68,11 +68,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 68 | /* Locking resynchronize hack */ | 68 | /* Locking resynchronize hack */ |
| 69 | #define LOCKING_RESYNC_ENABLE | 69 | #define LOCKING_RESYNC_ENABLE |
| 70 | 70 | ||
| 71 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 72 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 73 | */ | ||
| 74 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 75 | |||
| 76 | /* | 71 | /* |
| 77 | * Feature disable options | 72 | * Feature disable options |
| 78 | * These options are also useful to firmware size reduction. | 73 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/emery65/config.h b/keyboards/emery65/config.h index 91d75b1e47..07da39a42b 100644 --- a/keyboards/emery65/config.h +++ b/keyboards/emery65/config.h | |||
| @@ -35,11 +35,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 35 | #define LED_CAPS_LOCK_PIN B6 | 35 | #define LED_CAPS_LOCK_PIN B6 |
| 36 | #define LED_PIN_ON_STATE 0 | 36 | #define LED_PIN_ON_STATE 0 |
| 37 | 37 | ||
| 38 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 39 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 40 | */ | ||
| 41 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 42 | |||
| 43 | /* Bootmagic Lite key configuration */ | 38 | /* Bootmagic Lite key configuration */ |
| 44 | #define BOOTMAGIC_LITE_ROW 0 | 39 | #define BOOTMAGIC_LITE_ROW 0 |
| 45 | #define BOOTMAGIC_LITE_COLUMN 0 | 40 | #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/eniigmakeyboards/ek65/config.h b/keyboards/eniigmakeyboards/ek65/config.h index 7df454c6d4..6438667699 100644 --- a/keyboards/eniigmakeyboards/ek65/config.h +++ b/keyboards/eniigmakeyboards/ek65/config.h | |||
| @@ -64,11 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | /* Locking resynchronize hack */ | 64 | /* Locking resynchronize hack */ |
| 65 | #define LOCKING_RESYNC_ENABLE | 65 | #define LOCKING_RESYNC_ENABLE |
| 66 | 66 | ||
| 67 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 68 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 69 | */ | ||
| 70 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 71 | |||
| 72 | /* | 67 | /* |
| 73 | * Feature disable options | 68 | * Feature disable options |
| 74 | * These options are also useful to firmware size reduction. | 69 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/eniigmakeyboards/ek87/config.h b/keyboards/eniigmakeyboards/ek87/config.h index a150c08a26..e4e9736e69 100644 --- a/keyboards/eniigmakeyboards/ek87/config.h +++ b/keyboards/eniigmakeyboards/ek87/config.h | |||
| @@ -64,11 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | /* Locking resynchronize hack */ | 64 | /* Locking resynchronize hack */ |
| 65 | #define LOCKING_RESYNC_ENABLE | 65 | #define LOCKING_RESYNC_ENABLE |
| 66 | 66 | ||
| 67 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 68 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 69 | */ | ||
| 70 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 71 | |||
| 72 | /* | 67 | /* |
| 73 | * Feature disable options | 68 | * Feature disable options |
| 74 | * These options are also useful to firmware size reduction. | 69 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ep/40/config.h b/keyboards/ep/40/config.h index abe5980898..3240274d26 100644 --- a/keyboards/ep/40/config.h +++ b/keyboards/ep/40/config.h | |||
| @@ -38,11 +38,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 38 | /* COL2ROW, ROW2COL*/ | 38 | /* COL2ROW, ROW2COL*/ |
| 39 | #define DIODE_DIRECTION COL2ROW | 39 | #define DIODE_DIRECTION COL2ROW |
| 40 | 40 | ||
| 41 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 42 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 43 | */ | ||
| 44 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 45 | |||
| 46 | /* | 41 | /* |
| 47 | * Feature disable options | 42 | * Feature disable options |
| 48 | * These options are also useful to firmware size reduction. | 43 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ep/96/config.h b/keyboards/ep/96/config.h index 2eec64458f..7b63d2af43 100644 --- a/keyboards/ep/96/config.h +++ b/keyboards/ep/96/config.h | |||
| @@ -45,11 +45,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 45 | /* Locking resynchronize hack */ | 45 | /* Locking resynchronize hack */ |
| 46 | #define LOCKING_RESYNC_ENABLE | 46 | #define LOCKING_RESYNC_ENABLE |
| 47 | 47 | ||
| 48 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 49 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 50 | */ | ||
| 51 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 52 | |||
| 53 | /* | 48 | /* |
| 54 | * Feature disable options | 49 | * Feature disable options |
| 55 | * These options are also useful to firmware size reduction. | 50 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ep/comsn/mollydooker/config.h b/keyboards/ep/comsn/mollydooker/config.h index 0c213b4ad4..1fe6b875cf 100644 --- a/keyboards/ep/comsn/mollydooker/config.h +++ b/keyboards/ep/comsn/mollydooker/config.h | |||
| @@ -47,10 +47,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 47 | /* Locking resynchronize hack */ | 47 | /* Locking resynchronize hack */ |
| 48 | #define LOCKING_RESYNC_ENABLE | 48 | #define LOCKING_RESYNC_ENABLE |
| 49 | 49 | ||
| 50 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 51 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 52 | */ | ||
| 53 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 54 | #define RGB_DI_PIN B0 | 50 | #define RGB_DI_PIN B0 |
| 55 | #define RGBLIGHT_EFFECT_BREATHING | 51 | #define RGBLIGHT_EFFECT_BREATHING |
| 56 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD | 52 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD |
diff --git a/keyboards/ericrlau/numdiscipline/rev1/config.h b/keyboards/ericrlau/numdiscipline/rev1/config.h index a75df2b99b..01cddf3efe 100644 --- a/keyboards/ericrlau/numdiscipline/rev1/config.h +++ b/keyboards/ericrlau/numdiscipline/rev1/config.h | |||
| @@ -61,11 +61,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 61 | /* Locking resynchronize hack */ | 61 | /* Locking resynchronize hack */ |
| 62 | #define LOCKING_RESYNC_ENABLE | 62 | #define LOCKING_RESYNC_ENABLE |
| 63 | 63 | ||
| 64 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 65 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 66 | */ | ||
| 67 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 68 | |||
| 69 | /* | 64 | /* |
| 70 | * Feature disable options | 65 | * Feature disable options |
| 71 | * These options are also useful to firmware size reduction. | 66 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/eternal_keypad/config.h b/keyboards/eternal_keypad/config.h index 826d1cb613..46fbe0df28 100644 --- a/keyboards/eternal_keypad/config.h +++ b/keyboards/eternal_keypad/config.h | |||
| @@ -84,11 +84,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 84 | /* Locking resynchronize hack */ | 84 | /* Locking resynchronize hack */ |
| 85 | #define LOCKING_RESYNC_ENABLE | 85 | #define LOCKING_RESYNC_ENABLE |
| 86 | 86 | ||
| 87 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 88 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 89 | */ | ||
| 90 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 91 | |||
| 92 | /* | 87 | /* |
| 93 | * Feature disable options | 88 | * Feature disable options |
| 94 | * These options are also useful to firmware size reduction. | 89 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/evyd13/atom47/rev5/config.h b/keyboards/evyd13/atom47/rev5/config.h index af558e4c86..e790de5230 100644 --- a/keyboards/evyd13/atom47/rev5/config.h +++ b/keyboards/evyd13/atom47/rev5/config.h | |||
| @@ -65,11 +65,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 65 | /* Locking resynchronize hack */ | 65 | /* Locking resynchronize hack */ |
| 66 | #define LOCKING_RESYNC_ENABLE | 66 | #define LOCKING_RESYNC_ENABLE |
| 67 | 67 | ||
| 68 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 69 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 70 | */ | ||
| 71 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 72 | |||
| 73 | /* | 68 | /* |
| 74 | * Feature disable options | 69 | * Feature disable options |
| 75 | * These options are also useful to firmware size reduction. | 70 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/evyd13/eon40/config.h b/keyboards/evyd13/eon40/config.h index afc17f1db5..af0b4fbb1a 100644 --- a/keyboards/evyd13/eon40/config.h +++ b/keyboards/evyd13/eon40/config.h | |||
| @@ -66,11 +66,6 @@ | |||
| 66 | /* Locking resynchronize hack */ | 66 | /* Locking resynchronize hack */ |
| 67 | #define LOCKING_RESYNC_ENABLE | 67 | #define LOCKING_RESYNC_ENABLE |
| 68 | 68 | ||
| 69 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 70 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 71 | */ | ||
| 72 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 73 | |||
| 74 | /* | 69 | /* |
| 75 | * Feature disable options | 70 | * Feature disable options |
| 76 | * These options are also useful to firmware size reduction. | 71 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/evyd13/eon65/config.h b/keyboards/evyd13/eon65/config.h index b1b1e5cbdd..65bcaf7eb1 100644 --- a/keyboards/evyd13/eon65/config.h +++ b/keyboards/evyd13/eon65/config.h | |||
| @@ -73,11 +73,6 @@ | |||
| 73 | /* Locking resynchronize hack */ | 73 | /* Locking resynchronize hack */ |
| 74 | #define LOCKING_RESYNC_ENABLE | 74 | #define LOCKING_RESYNC_ENABLE |
| 75 | 75 | ||
| 76 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 77 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 78 | */ | ||
| 79 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 80 | |||
| 81 | /* | 76 | /* |
| 82 | * Feature disable options | 77 | * Feature disable options |
| 83 | * These options are also useful to firmware size reduction. | 78 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/evyd13/eon75/config.h b/keyboards/evyd13/eon75/config.h index 1ae11c5374..ef8b3e3fb9 100644 --- a/keyboards/evyd13/eon75/config.h +++ b/keyboards/evyd13/eon75/config.h | |||
| @@ -68,11 +68,6 @@ | |||
| 68 | /* Locking resynchronize hack */ | 68 | /* Locking resynchronize hack */ |
| 69 | #define LOCKING_RESYNC_ENABLE | 69 | #define LOCKING_RESYNC_ENABLE |
| 70 | 70 | ||
| 71 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 72 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 73 | */ | ||
| 74 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 75 | |||
| 76 | /* | 71 | /* |
| 77 | * Feature disable options | 72 | * Feature disable options |
| 78 | * These options are also useful to firmware size reduction. | 73 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/evyd13/eon87/config.h b/keyboards/evyd13/eon87/config.h index 2a734506d6..806cb66c30 100644 --- a/keyboards/evyd13/eon87/config.h +++ b/keyboards/evyd13/eon87/config.h | |||
| @@ -73,11 +73,6 @@ | |||
| 73 | /* Locking resynchronize hack */ | 73 | /* Locking resynchronize hack */ |
| 74 | #define LOCKING_RESYNC_ENABLE | 74 | #define LOCKING_RESYNC_ENABLE |
| 75 | 75 | ||
| 76 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 77 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 78 | */ | ||
| 79 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 80 | |||
| 81 | /* | 76 | /* |
| 82 | * Feature disable options | 77 | * Feature disable options |
| 83 | * These options are also useful to firmware size reduction. | 78 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/evyd13/eon95/config.h b/keyboards/evyd13/eon95/config.h index 88576f0014..fd545cadfa 100644 --- a/keyboards/evyd13/eon95/config.h +++ b/keyboards/evyd13/eon95/config.h | |||
| @@ -68,11 +68,6 @@ | |||
| 68 | /* Locking resynchronize hack */ | 68 | /* Locking resynchronize hack */ |
| 69 | #define LOCKING_RESYNC_ENABLE | 69 | #define LOCKING_RESYNC_ENABLE |
| 70 | 70 | ||
| 71 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 72 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 73 | */ | ||
| 74 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 75 | |||
| 76 | /* | 71 | /* |
| 77 | * Feature disable options | 72 | * Feature disable options |
| 78 | * These options are also useful to firmware size reduction. | 73 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/evyd13/gh80_1800/config.h b/keyboards/evyd13/gh80_1800/config.h index 534c629b6e..adfbb17b25 100644 --- a/keyboards/evyd13/gh80_1800/config.h +++ b/keyboards/evyd13/gh80_1800/config.h | |||
| @@ -68,11 +68,6 @@ | |||
| 68 | /* Locking resynchronize hack */ | 68 | /* Locking resynchronize hack */ |
| 69 | #define LOCKING_RESYNC_ENABLE | 69 | #define LOCKING_RESYNC_ENABLE |
| 70 | 70 | ||
| 71 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 72 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 73 | */ | ||
| 74 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 75 | |||
| 76 | /* | 71 | /* |
| 77 | * Feature disable options | 72 | * Feature disable options |
| 78 | * These options are also useful to firmware size reduction. | 73 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/evyd13/gh80_3700/config.h b/keyboards/evyd13/gh80_3700/config.h index 7b2623523c..5557369b74 100644 --- a/keyboards/evyd13/gh80_3700/config.h +++ b/keyboards/evyd13/gh80_3700/config.h | |||
| @@ -63,11 +63,6 @@ | |||
| 63 | /* Locking resynchronize hack */ | 63 | /* Locking resynchronize hack */ |
| 64 | #define LOCKING_RESYNC_ENABLE | 64 | #define LOCKING_RESYNC_ENABLE |
| 65 | 65 | ||
| 66 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 67 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 68 | */ | ||
| 69 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 70 | |||
| 71 | /* | 66 | /* |
| 72 | * Feature disable options | 67 | * Feature disable options |
| 73 | * These options are also useful to firmware size reduction. | 68 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/evyd13/gud70/config.h b/keyboards/evyd13/gud70/config.h index 851864fb51..d744db263e 100644 --- a/keyboards/evyd13/gud70/config.h +++ b/keyboards/evyd13/gud70/config.h | |||
| @@ -63,11 +63,6 @@ | |||
| 63 | // #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 | 63 | // #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 |
| 64 | // #endif | 64 | // #endif |
| 65 | 65 | ||
| 66 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 67 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 68 | */ | ||
| 69 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 70 | |||
| 71 | /* | 66 | /* |
| 72 | * Feature disable options | 67 | * Feature disable options |
| 73 | * These options are also useful to firmware size reduction. | 68 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/evyd13/minitomic/config.h b/keyboards/evyd13/minitomic/config.h index bff403d9b1..f1832d6888 100644 --- a/keyboards/evyd13/minitomic/config.h +++ b/keyboards/evyd13/minitomic/config.h | |||
| @@ -66,11 +66,6 @@ | |||
| 66 | /* Locking resynchronize hack */ | 66 | /* Locking resynchronize hack */ |
| 67 | #define LOCKING_RESYNC_ENABLE | 67 | #define LOCKING_RESYNC_ENABLE |
| 68 | 68 | ||
| 69 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 70 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 71 | */ | ||
| 72 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 73 | |||
| 74 | /* | 69 | /* |
| 75 | * Feature disable options | 70 | * Feature disable options |
| 76 | * These options are also useful to firmware size reduction. | 71 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/evyd13/mx5160/config.h b/keyboards/evyd13/mx5160/config.h index 5217beccc3..61546d313e 100644 --- a/keyboards/evyd13/mx5160/config.h +++ b/keyboards/evyd13/mx5160/config.h | |||
| @@ -72,11 +72,6 @@ | |||
| 72 | /* Locking resynchronize hack */ | 72 | /* Locking resynchronize hack */ |
| 73 | #define LOCKING_RESYNC_ENABLE | 73 | #define LOCKING_RESYNC_ENABLE |
| 74 | 74 | ||
| 75 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 76 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 77 | */ | ||
| 78 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 79 | |||
| 80 | /* | 75 | /* |
| 81 | * Feature disable options | 76 | * Feature disable options |
| 82 | * These options are also useful to firmware size reduction. | 77 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/evyd13/nt660/config.h b/keyboards/evyd13/nt660/config.h index d00fac8b53..8f610252c5 100644 --- a/keyboards/evyd13/nt660/config.h +++ b/keyboards/evyd13/nt660/config.h | |||
| @@ -67,11 +67,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 67 | /* Locking resynchronize hack */ | 67 | /* Locking resynchronize hack */ |
| 68 | #define LOCKING_RESYNC_ENABLE | 68 | #define LOCKING_RESYNC_ENABLE |
| 69 | 69 | ||
| 70 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 71 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 72 | */ | ||
| 73 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 74 | |||
| 75 | /* | 70 | /* |
| 76 | * Feature disable options | 71 | * Feature disable options |
| 77 | * These options are also useful to firmware size reduction. | 72 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/evyd13/nt750/config.h b/keyboards/evyd13/nt750/config.h index 98f24f581a..39c83a5961 100644 --- a/keyboards/evyd13/nt750/config.h +++ b/keyboards/evyd13/nt750/config.h | |||
| @@ -67,11 +67,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 67 | /* Locking resynchronize hack */ | 67 | /* Locking resynchronize hack */ |
| 68 | #define LOCKING_RESYNC_ENABLE | 68 | #define LOCKING_RESYNC_ENABLE |
| 69 | 69 | ||
| 70 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 71 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 72 | */ | ||
| 73 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 74 | |||
| 75 | /* | 70 | /* |
| 76 | * Feature disable options | 71 | * Feature disable options |
| 77 | * These options are also useful to firmware size reduction. | 72 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/evyd13/nt980/config.h b/keyboards/evyd13/nt980/config.h index be1021bbb2..120c0c37d9 100644 --- a/keyboards/evyd13/nt980/config.h +++ b/keyboards/evyd13/nt980/config.h | |||
| @@ -69,11 +69,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 69 | /* Locking resynchronize hack */ | 69 | /* Locking resynchronize hack */ |
| 70 | #define LOCKING_RESYNC_ENABLE | 70 | #define LOCKING_RESYNC_ENABLE |
| 71 | 71 | ||
| 72 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 73 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 74 | */ | ||
| 75 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 76 | |||
| 77 | /* | 72 | /* |
| 78 | * Feature disable options | 73 | * Feature disable options |
| 79 | * These options are also useful to firmware size reduction. | 74 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/evyd13/omrontkl/config.h b/keyboards/evyd13/omrontkl/config.h index 15b0bbe6c4..414569a89c 100644 --- a/keyboards/evyd13/omrontkl/config.h +++ b/keyboards/evyd13/omrontkl/config.h | |||
| @@ -63,11 +63,6 @@ | |||
| 63 | /* Locking resynchronize hack */ | 63 | /* Locking resynchronize hack */ |
| 64 | #define LOCKING_RESYNC_ENABLE | 64 | #define LOCKING_RESYNC_ENABLE |
| 65 | 65 | ||
| 66 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 67 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 68 | */ | ||
| 69 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 70 | |||
| 71 | /* | 66 | /* |
| 72 | * Feature disable options | 67 | * Feature disable options |
| 73 | * These options are also useful to firmware size reduction. | 68 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/evyd13/pockettype/config.h b/keyboards/evyd13/pockettype/config.h index 94e1c7c367..dc14f58a4c 100644 --- a/keyboards/evyd13/pockettype/config.h +++ b/keyboards/evyd13/pockettype/config.h | |||
| @@ -63,11 +63,6 @@ | |||
| 63 | /* Locking resynchronize hack */ | 63 | /* Locking resynchronize hack */ |
| 64 | #define LOCKING_RESYNC_ENABLE | 64 | #define LOCKING_RESYNC_ENABLE |
| 65 | 65 | ||
| 66 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 67 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 68 | */ | ||
| 69 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 70 | |||
| 71 | /* | 66 | /* |
| 72 | * Feature disable options | 67 | * Feature disable options |
| 73 | * These options are also useful to firmware size reduction. | 68 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/evyd13/quackfire/config.h b/keyboards/evyd13/quackfire/config.h index 6627f53398..e989504713 100644 --- a/keyboards/evyd13/quackfire/config.h +++ b/keyboards/evyd13/quackfire/config.h | |||
| @@ -68,11 +68,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 68 | /* Locking resynchronize hack */ | 68 | /* Locking resynchronize hack */ |
| 69 | #define LOCKING_RESYNC_ENABLE | 69 | #define LOCKING_RESYNC_ENABLE |
| 70 | 70 | ||
| 71 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 72 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 73 | */ | ||
| 74 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 75 | |||
| 76 | /* | 71 | /* |
| 77 | * Feature disable options | 72 | * Feature disable options |
| 78 | * These options are also useful to firmware size reduction. | 73 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/evyd13/solheim68/config.h b/keyboards/evyd13/solheim68/config.h index e7a80d4ee7..55f361975e 100644 --- a/keyboards/evyd13/solheim68/config.h +++ b/keyboards/evyd13/solheim68/config.h | |||
| @@ -63,11 +63,6 @@ | |||
| 63 | /* Locking resynchronize hack */ | 63 | /* Locking resynchronize hack */ |
| 64 | #define LOCKING_RESYNC_ENABLE | 64 | #define LOCKING_RESYNC_ENABLE |
| 65 | 65 | ||
| 66 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 67 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 68 | */ | ||
| 69 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 70 | |||
| 71 | /* | 66 | /* |
| 72 | * Feature disable options | 67 | * Feature disable options |
| 73 | * These options are also useful to firmware size reduction. | 68 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/evyd13/wasdat_code/config.h b/keyboards/evyd13/wasdat_code/config.h index b5dd5ffd2e..b82d77d691 100644 --- a/keyboards/evyd13/wasdat_code/config.h +++ b/keyboards/evyd13/wasdat_code/config.h | |||
| @@ -73,11 +73,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 73 | /* Locking resynchronize hack */ | 73 | /* Locking resynchronize hack */ |
| 74 | #define LOCKING_RESYNC_ENABLE | 74 | #define LOCKING_RESYNC_ENABLE |
| 75 | 75 | ||
| 76 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 77 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 78 | */ | ||
| 79 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 80 | |||
| 81 | /* | 76 | /* |
| 82 | * Feature disable options | 77 | * Feature disable options |
| 83 | * These options are also useful to firmware size reduction. | 78 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/exclusive/e7v1se/config.h b/keyboards/exclusive/e7v1se/config.h index 29161cfc1d..d7cc7e061d 100644 --- a/keyboards/exclusive/e7v1se/config.h +++ b/keyboards/exclusive/e7v1se/config.h | |||
| @@ -78,11 +78,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 78 | /* Locking resynchronize hack */ | 78 | /* Locking resynchronize hack */ |
| 79 | #define LOCKING_RESYNC_ENABLE | 79 | #define LOCKING_RESYNC_ENABLE |
| 80 | 80 | ||
| 81 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 82 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 83 | */ | ||
| 84 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 85 | |||
| 86 | /* | 81 | /* |
| 87 | * Feature disable options | 82 | * Feature disable options |
| 88 | * These options are also useful to firmware size reduction. | 83 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/exclusive/e85/config.h b/keyboards/exclusive/e85/config.h index 4490cdb433..60888277da 100644 --- a/keyboards/exclusive/e85/config.h +++ b/keyboards/exclusive/e85/config.h | |||
| @@ -74,11 +74,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 74 | /* Locking resynchronize hack */ | 74 | /* Locking resynchronize hack */ |
| 75 | #define LOCKING_RESYNC_ENABLE | 75 | #define LOCKING_RESYNC_ENABLE |
| 76 | 76 | ||
| 77 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 78 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 79 | */ | ||
| 80 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 81 | |||
| 82 | /* | 77 | /* |
| 83 | * Feature disable options | 78 | * Feature disable options |
| 84 | * These options are also useful to firmware size reduction. | 79 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/flehrad/downbubble/config.h b/keyboards/flehrad/downbubble/config.h index 792d1535b8..86d86971c7 100644 --- a/keyboards/flehrad/downbubble/config.h +++ b/keyboards/flehrad/downbubble/config.h | |||
| @@ -58,11 +58,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 58 | /* Locking resynchronize hack */ | 58 | /* Locking resynchronize hack */ |
| 59 | #define LOCKING_RESYNC_ENABLE | 59 | #define LOCKING_RESYNC_ENABLE |
| 60 | 60 | ||
| 61 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 62 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 63 | */ | ||
| 64 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 65 | |||
| 66 | /* | 61 | /* |
| 67 | * Feature disable options | 62 | * Feature disable options |
| 68 | * These options are also useful to firmware size reduction. | 63 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/fleuron/config.h b/keyboards/fleuron/config.h index 3f1d379163..6c9abfc65e 100644 --- a/keyboards/fleuron/config.h +++ b/keyboards/fleuron/config.h | |||
| @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | /* | 46 | /* |
| 52 | * Feature disable options | 47 | * Feature disable options |
| 53 | * These options are also useful to firmware size reduction. | 48 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/fluorite/config.h b/keyboards/fluorite/config.h index a839053188..f3463b13db 100644 --- a/keyboards/fluorite/config.h +++ b/keyboards/fluorite/config.h | |||
| @@ -58,11 +58,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 58 | /* Locking resynchronize hack */ | 58 | /* Locking resynchronize hack */ |
| 59 | #define LOCKING_RESYNC_ENABLE | 59 | #define LOCKING_RESYNC_ENABLE |
| 60 | 60 | ||
| 61 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 62 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 63 | */ | ||
| 64 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 65 | |||
| 66 | /* | 61 | /* |
| 67 | * Feature disable options | 62 | * Feature disable options |
| 68 | * These options are also useful to firmware size reduction. | 63 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/flx/lodestone/config.h b/keyboards/flx/lodestone/config.h index 7c2a67453b..f9824e35e7 100644 --- a/keyboards/flx/lodestone/config.h +++ b/keyboards/flx/lodestone/config.h | |||
| @@ -41,8 +41,3 @@ | |||
| 41 | #define LOCKING_SUPPORT_ENABLE | 41 | #define LOCKING_SUPPORT_ENABLE |
| 42 | /* Locking resynchronize hack */ | 42 | /* Locking resynchronize hack */ |
| 43 | #define LOCKING_RESYNC_ENABLE | 43 | #define LOCKING_RESYNC_ENABLE |
| 44 | |||
| 45 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 46 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 47 | */ | ||
| 48 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/foostan/cornelius/config.h b/keyboards/foostan/cornelius/config.h index c65e39d4a2..680263fd04 100644 --- a/keyboards/foostan/cornelius/config.h +++ b/keyboards/foostan/cornelius/config.h | |||
| @@ -64,11 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | /* Locking resynchronize hack */ | 64 | /* Locking resynchronize hack */ |
| 65 | #define LOCKING_RESYNC_ENABLE | 65 | #define LOCKING_RESYNC_ENABLE |
| 66 | 66 | ||
| 67 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 68 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 69 | */ | ||
| 70 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 71 | |||
| 72 | /* | 67 | /* |
| 73 | * Feature disable options | 68 | * Feature disable options |
| 74 | * These options are also useful to firmware size reduction. | 69 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/forever65/config.h b/keyboards/forever65/config.h index b63373ce4f..76b9a373f1 100644 --- a/keyboards/forever65/config.h +++ b/keyboards/forever65/config.h | |||
| @@ -21,11 +21,6 @@ | |||
| 21 | /* Locking resynchronize hack */ | 21 | /* Locking resynchronize hack */ |
| 22 | #define LOCKING_RESYNC_ENABLE | 22 | #define LOCKING_RESYNC_ENABLE |
| 23 | 23 | ||
| 24 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 25 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 26 | */ | ||
| 27 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 28 | |||
| 29 | /* | 24 | /* |
| 30 | * Feature disable options | 25 | * Feature disable options |
| 31 | * These options are also useful to firmware size reduction. | 26 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/foxlab/key65/hotswap/config.h b/keyboards/foxlab/key65/hotswap/config.h index c443c6427e..393a5ae161 100644 --- a/keyboards/foxlab/key65/hotswap/config.h +++ b/keyboards/foxlab/key65/hotswap/config.h | |||
| @@ -68,11 +68,6 @@ | |||
| 68 | /* Locking resynchronize hack */ | 68 | /* Locking resynchronize hack */ |
| 69 | #define LOCKING_RESYNC_ENABLE | 69 | #define LOCKING_RESYNC_ENABLE |
| 70 | 70 | ||
| 71 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 72 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 73 | */ | ||
| 74 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 75 | |||
| 76 | /* | 71 | /* |
| 77 | * Feature disable options | 72 | * Feature disable options |
| 78 | * These options are also useful to firmware size reduction. | 73 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/foxlab/key65/universal/config.h b/keyboards/foxlab/key65/universal/config.h index 6d4a8df134..3a24bc57b1 100644 --- a/keyboards/foxlab/key65/universal/config.h +++ b/keyboards/foxlab/key65/universal/config.h | |||
| @@ -68,11 +68,6 @@ | |||
| 68 | /* Locking resynchronize hack */ | 68 | /* Locking resynchronize hack */ |
| 69 | #define LOCKING_RESYNC_ENABLE | 69 | #define LOCKING_RESYNC_ENABLE |
| 70 | 70 | ||
| 71 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 72 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 73 | */ | ||
| 74 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 75 | |||
| 76 | /* | 71 | /* |
| 77 | * Feature disable options | 72 | * Feature disable options |
| 78 | * These options are also useful to firmware size reduction. | 73 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/foxlab/leaf60/hotswap/config.h b/keyboards/foxlab/leaf60/hotswap/config.h index ce5cfd7c11..7852780c0f 100644 --- a/keyboards/foxlab/leaf60/hotswap/config.h +++ b/keyboards/foxlab/leaf60/hotswap/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 userful 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/foxlab/leaf60/universal/config.h b/keyboards/foxlab/leaf60/universal/config.h index f36ee35941..dc9a8af208 100644 --- a/keyboards/foxlab/leaf60/universal/config.h +++ b/keyboards/foxlab/leaf60/universal/config.h | |||
| @@ -69,11 +69,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 69 | /* Locking resynchronize hack */ | 69 | /* Locking resynchronize hack */ |
| 70 | #define LOCKING_RESYNC_ENABLE | 70 | #define LOCKING_RESYNC_ENABLE |
| 71 | 71 | ||
| 72 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 73 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 74 | */ | ||
| 75 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 76 | |||
| 77 | /* | 72 | /* |
| 78 | * Feature disable options | 73 | * Feature disable options |
| 79 | * These options are also useful to firmware size reduction. | 74 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/foxlab/time80/config.h b/keyboards/foxlab/time80/config.h index a18cdd7839..0b88efbf52 100644 --- a/keyboards/foxlab/time80/config.h +++ b/keyboards/foxlab/time80/config.h | |||
| @@ -50,11 +50,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 50 | /* Locking resynchronize hack */ | 50 | /* Locking resynchronize hack */ |
| 51 | #define LOCKING_RESYNC_ENABLE | 51 | #define LOCKING_RESYNC_ENABLE |
| 52 | 52 | ||
| 53 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 54 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 55 | */ | ||
| 56 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 57 | |||
| 58 | /* | 53 | /* |
| 59 | * Feature disable options | 54 | * Feature disable options |
| 60 | * These options are also useful to firmware size reduction. | 55 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ghs/rar/config.h b/keyboards/ghs/rar/config.h index 3a73921d73..3f9f3fa218 100644 --- a/keyboards/ghs/rar/config.h +++ b/keyboards/ghs/rar/config.h | |||
| @@ -58,11 +58,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 58 | /* Locking resynchronize hack */ | 58 | /* Locking resynchronize hack */ |
| 59 | #define LOCKING_RESYNC_ENABLE | 59 | #define LOCKING_RESYNC_ENABLE |
| 60 | 60 | ||
| 61 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 62 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 63 | */ | ||
| 64 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 65 | |||
| 66 | /* | 61 | /* |
| 67 | * Feature disable options | 62 | * Feature disable options |
| 68 | * These options are also useful to firmware size reduction. | 63 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/giabalanai/config.h b/keyboards/giabalanai/config.h index 50b3af7b3d..be7a214d7c 100644 --- a/keyboards/giabalanai/config.h +++ b/keyboards/giabalanai/config.h | |||
| @@ -178,11 +178,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 178 | // #define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH | 178 | // #define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH |
| 179 | #endif // RGB_MATRIX_ENABLE | 179 | #endif // RGB_MATRIX_ENABLE |
| 180 | 180 | ||
| 181 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 182 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 183 | */ | ||
| 184 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 185 | |||
| 186 | /* | 181 | /* |
| 187 | * Feature disable options | 182 | * Feature disable options |
| 188 | * These options are also useful to firmware size reduction. | 183 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/gkeyboard/gkb_m16/config.h b/keyboards/gkeyboard/gkb_m16/config.h index 76f50c85d3..e3bbb734dc 100644 --- a/keyboards/gkeyboard/gkb_m16/config.h +++ b/keyboards/gkeyboard/gkb_m16/config.h | |||
| @@ -80,11 +80,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 80 | /* Locking resynchronize hack */ | 80 | /* Locking resynchronize hack */ |
| 81 | #define LOCKING_RESYNC_ENABLE | 81 | #define LOCKING_RESYNC_ENABLE |
| 82 | 82 | ||
| 83 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 84 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 85 | */ | ||
| 86 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 87 | |||
| 88 | /* | 83 | /* |
| 89 | * Feature disable options | 84 | * Feature disable options |
| 90 | * These options are also useful to firmware size reduction. | 85 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/gray_studio/space65/config.h b/keyboards/gray_studio/space65/config.h index 30a8dbdc70..eb2b4aad4b 100644 --- a/keyboards/gray_studio/space65/config.h +++ b/keyboards/gray_studio/space65/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 userful 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/gray_studio/space65r3/config.h b/keyboards/gray_studio/space65r3/config.h index 7c07791adf..38aaaf87c3 100644 --- a/keyboards/gray_studio/space65r3/config.h +++ b/keyboards/gray_studio/space65r3/config.h | |||
| @@ -54,11 +54,6 @@ | |||
| 54 | /* Locking resynchronize hack */ | 54 | /* Locking resynchronize hack */ |
| 55 | #define LOCKING_RESYNC_ENABLE | 55 | #define LOCKING_RESYNC_ENABLE |
| 56 | 56 | ||
| 57 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 58 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 59 | */ | ||
| 60 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 61 | |||
| 62 | /* Bootmagic Lite key configuration */ | 57 | /* Bootmagic Lite key configuration */ |
| 63 | // #define BOOTMAGIC_LITE_ROW 0 | 58 | // #define BOOTMAGIC_LITE_ROW 0 |
| 64 | // #define BOOTMAGIC_LITE_COLUMN 0 | 59 | // #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/han60/config.h b/keyboards/han60/config.h index c89d88bac0..ceb78d8e45 100644 --- a/keyboards/han60/config.h +++ b/keyboards/han60/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/hand88/config.h b/keyboards/hand88/config.h index 4ff94f32c2..f974364e18 100755 --- a/keyboards/hand88/config.h +++ b/keyboards/hand88/config.h | |||
| @@ -35,11 +35,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 35 | #define LED_CAPS_LOCK_PIN B6 | 35 | #define LED_CAPS_LOCK_PIN B6 |
| 36 | #define LED_PIN_ON_STATE 0 | 36 | #define LED_PIN_ON_STATE 0 |
| 37 | 37 | ||
| 38 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 39 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 40 | */ | ||
| 41 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 42 | |||
| 43 | /* Bootmagic Lite key configuration */ | 38 | /* Bootmagic Lite key configuration */ |
| 44 | #define BOOTMAGIC_LITE_ROW 0 | 39 | #define BOOTMAGIC_LITE_ROW 0 |
| 45 | #define BOOTMAGIC_LITE_COLUMN 0 | 40 | #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/handwired/412_64/config.h b/keyboards/handwired/412_64/config.h index 1bf09ee122..a3b234e90e 100644 --- a/keyboards/handwired/412_64/config.h +++ b/keyboards/handwired/412_64/config.h | |||
| @@ -28,11 +28,6 @@ | |||
| 28 | /* Locking resynchronize hack */ | 28 | /* Locking resynchronize hack */ |
| 29 | #define LOCKING_RESYNC_ENABLE | 29 | #define LOCKING_RESYNC_ENABLE |
| 30 | 30 | ||
| 31 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 32 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 33 | */ | ||
| 34 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 35 | |||
| 36 | /* | 31 | /* |
| 37 | * Feature disable options | 32 | * Feature disable options |
| 38 | * These options are also useful to firmware size reduction. | 33 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/aranck/config.h b/keyboards/handwired/aranck/config.h index 59249a3dfb..d856cebe61 100644 --- a/keyboards/handwired/aranck/config.h +++ b/keyboards/handwired/aranck/config.h | |||
| @@ -77,10 +77,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 77 | 77 | ||
| 78 | 78 | ||
| 79 | #define TAPPING_TERM 200 | 79 | #define TAPPING_TERM 200 |
| 80 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 81 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 82 | */ | ||
| 83 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 84 | 80 | ||
| 85 | /* | 81 | /* |
| 86 | * Feature disable options | 82 | * Feature disable options |
diff --git a/keyboards/handwired/bolek/config.h b/keyboards/handwired/bolek/config.h index 1fb112f433..a271b8f86c 100644 --- a/keyboards/handwired/bolek/config.h +++ b/keyboards/handwired/bolek/config.h | |||
| @@ -65,11 +65,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 65 | /* Locking resynchronize hack */ | 65 | /* Locking resynchronize hack */ |
| 66 | #define LOCKING_RESYNC_ENABLE | 66 | #define LOCKING_RESYNC_ENABLE |
| 67 | 67 | ||
| 68 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 69 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 70 | */ | ||
| 71 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 72 | |||
| 73 | /* | 68 | /* |
| 74 | * Feature disable options | 69 | * Feature disable options |
| 75 | * These options are also useful to firmware size reduction. | 70 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/bstk100/config.h b/keyboards/handwired/bstk100/config.h index 69019a7d57..c784dc8d24 100644 --- a/keyboards/handwired/bstk100/config.h +++ b/keyboards/handwired/bstk100/config.h | |||
| @@ -74,11 +74,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 74 | /* Locking resynchronize hack */ | 74 | /* Locking resynchronize hack */ |
| 75 | #define LOCKING_RESYNC_ENABLE | 75 | #define LOCKING_RESYNC_ENABLE |
| 76 | 76 | ||
| 77 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 78 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 79 | */ | ||
| 80 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 81 | |||
| 82 | /* | 77 | /* |
| 83 | * Feature disable options | 78 | * Feature disable options |
| 84 | * These options are also useful to firmware size reduction. | 79 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/co60/rev1/config.h b/keyboards/handwired/co60/rev1/config.h index c3126a72b2..edf90f640e 100644 --- a/keyboards/handwired/co60/rev1/config.h +++ b/keyboards/handwired/co60/rev1/config.h | |||
| @@ -44,11 +44,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 44 | #endif | 44 | #endif |
| 45 | #define BACKLIGHT_LEVELS 3 | 45 | #define BACKLIGHT_LEVELS 3 |
| 46 | 46 | ||
| 47 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 48 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 49 | */ | ||
| 50 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 51 | |||
| 52 | /* | 47 | /* |
| 53 | * Feature disable options | 48 | * Feature disable options |
| 54 | * These options are also useful to firmware size reduction. | 49 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/cyberstar/config.h b/keyboards/handwired/cyberstar/config.h index e8c6c429a8..b1fd0b01c4 100644 --- a/keyboards/handwired/cyberstar/config.h +++ b/keyboards/handwired/cyberstar/config.h | |||
| @@ -56,11 +56,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 56 | #define RGBLIGHT_EFFECT_ALTERNATING | 56 | #define RGBLIGHT_EFFECT_ALTERNATING |
| 57 | #define RGBLIGHT_EFFECT_TWINKLE | 57 | #define RGBLIGHT_EFFECT_TWINKLE |
| 58 | 58 | ||
| 59 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 60 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 61 | */ | ||
| 62 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 63 | |||
| 64 | /* Bootmagic Lite key configuration */ | 59 | /* Bootmagic Lite key configuration */ |
| 65 | #define BOOTMAGIC_LITE_ROW 0 | 60 | #define BOOTMAGIC_LITE_ROW 0 |
| 66 | #define BOOTMAGIC_LITE_COLUMN 0 | 61 | #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/handwired/dactyl_left/config.h b/keyboards/handwired/dactyl_left/config.h index c05cc2151a..2aa8d43bb7 100644 --- a/keyboards/handwired/dactyl_left/config.h +++ b/keyboards/handwired/dactyl_left/config.h | |||
| @@ -66,11 +66,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 66 | /* Locking resynchronize hack */ | 66 | /* Locking resynchronize hack */ |
| 67 | #define LOCKING_RESYNC_ENABLE | 67 | #define LOCKING_RESYNC_ENABLE |
| 68 | 68 | ||
| 69 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 70 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 71 | */ | ||
| 72 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 73 | |||
| 74 | /* | 69 | /* |
| 75 | * Feature disable options | 70 | * Feature disable options |
| 76 | * These options are also useful to firmware size reduction. | 71 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/evk/v1_3/config.h b/keyboards/handwired/evk/v1_3/config.h index b5733759d0..629d17e525 100644 --- a/keyboards/handwired/evk/v1_3/config.h +++ b/keyboards/handwired/evk/v1_3/config.h | |||
| @@ -68,11 +68,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 68 | /* Locking resynchronize hack */ | 68 | /* Locking resynchronize hack */ |
| 69 | #define LOCKING_RESYNC_ENABLE | 69 | #define LOCKING_RESYNC_ENABLE |
| 70 | 70 | ||
| 71 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 72 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 73 | */ | ||
| 74 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 75 | |||
| 76 | /* | 71 | /* |
| 77 | * Feature disable options | 72 | * Feature disable options |
| 78 | * These options are also useful to firmware size reduction. | 73 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/fc200rt_qmk/config.h b/keyboards/handwired/fc200rt_qmk/config.h index 86c3c217d7..837def0ef1 100644 --- a/keyboards/handwired/fc200rt_qmk/config.h +++ b/keyboards/handwired/fc200rt_qmk/config.h | |||
| @@ -32,8 +32,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 32 | #define LOCKING_SUPPORT_ENABLE | 32 | #define LOCKING_SUPPORT_ENABLE |
| 33 | /* Locking resynchronize hack */ | 33 | /* Locking resynchronize hack */ |
| 34 | #define LOCKING_RESYNC_ENABLE | 34 | #define LOCKING_RESYNC_ENABLE |
| 35 | |||
| 36 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 37 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 38 | */ | ||
| 39 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/handwired/floorboard/config.h b/keyboards/handwired/floorboard/config.h index fd46165391..8067e65f0a 100644 --- a/keyboards/handwired/floorboard/config.h +++ b/keyboards/handwired/floorboard/config.h | |||
| @@ -64,11 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | /* Locking resynchronize hack */ | 64 | /* Locking resynchronize hack */ |
| 65 | #define LOCKING_RESYNC_ENABLE | 65 | #define LOCKING_RESYNC_ENABLE |
| 66 | 66 | ||
| 67 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 68 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 69 | */ | ||
| 70 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 71 | |||
| 72 | /* | 67 | /* |
| 73 | * Feature disable options | 68 | * Feature disable options |
| 74 | * These options are also useful to firmware size reduction. | 69 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/frankie_macropad/config.h b/keyboards/handwired/frankie_macropad/config.h index 37d7b8268b..a9b7620cb1 100644 --- a/keyboards/handwired/frankie_macropad/config.h +++ b/keyboards/handwired/frankie_macropad/config.h | |||
| @@ -65,11 +65,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 65 | //# define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 | 65 | //# define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 |
| 66 | //#endif | 66 | //#endif |
| 67 | 67 | ||
| 68 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 69 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 70 | */ | ||
| 71 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 72 | |||
| 73 | /* | 68 | /* |
| 74 | * Feature disable options | 69 | * Feature disable options |
| 75 | * These options are also useful to firmware size reduction. | 70 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/hacked_motospeed/config.h b/keyboards/handwired/hacked_motospeed/config.h index 45175d3a83..3428318398 100644 --- a/keyboards/handwired/hacked_motospeed/config.h +++ b/keyboards/handwired/hacked_motospeed/config.h | |||
| @@ -68,11 +68,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 68 | /* Locking resynchronize hack */ | 68 | /* Locking resynchronize hack */ |
| 69 | #define LOCKING_RESYNC_ENABLE | 69 | #define LOCKING_RESYNC_ENABLE |
| 70 | 70 | ||
| 71 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 72 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 73 | */ | ||
| 74 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 75 | |||
| 76 | /* | 71 | /* |
| 77 | * Feature disable options | 72 | * Feature disable options |
| 78 | * These options are also useful to firmware size reduction. | 73 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/heisenberg/config.h b/keyboards/handwired/heisenberg/config.h index e77d4d7058..2b6371d5cc 100644 --- a/keyboards/handwired/heisenberg/config.h +++ b/keyboards/handwired/heisenberg/config.h | |||
| @@ -87,10 +87,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 87 | 87 | ||
| 88 | 88 | ||
| 89 | #define TAPPING_TERM 200 | 89 | #define TAPPING_TERM 200 |
| 90 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 91 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 92 | */ | ||
| 93 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 94 | 90 | ||
| 95 | /* | 91 | /* |
| 96 | * Feature disable options | 92 | * Feature disable options |
diff --git a/keyboards/handwired/hnah108/config.h b/keyboards/handwired/hnah108/config.h index 6466bdc3f8..09799bdb10 100644 --- a/keyboards/handwired/hnah108/config.h +++ b/keyboards/handwired/hnah108/config.h | |||
| @@ -101,11 +101,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 101 | /* Locking resynchronize hack */ | 101 | /* Locking resynchronize hack */ |
| 102 | #define LOCKING_RESYNC_ENABLE | 102 | #define LOCKING_RESYNC_ENABLE |
| 103 | 103 | ||
| 104 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 105 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 106 | */ | ||
| 107 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 108 | |||
| 109 | /* | 104 | /* |
| 110 | * Feature disable options | 105 | * Feature disable options |
| 111 | * These options are also useful to firmware size reduction. | 106 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/hnah40/config.h b/keyboards/handwired/hnah40/config.h index c34135bd05..d49f4e7483 100644 --- a/keyboards/handwired/hnah40/config.h +++ b/keyboards/handwired/hnah40/config.h | |||
| @@ -53,11 +53,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 53 | /* Locking resynchronize hack */ | 53 | /* Locking resynchronize hack */ |
| 54 | #define LOCKING_RESYNC_ENABLE | 54 | #define LOCKING_RESYNC_ENABLE |
| 55 | 55 | ||
| 56 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 57 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 58 | */ | ||
| 59 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 60 | |||
| 61 | #define USB_MAX_POWER_CONSUMPTION 100 | 56 | #define USB_MAX_POWER_CONSUMPTION 100 |
| 62 | 57 | ||
| 63 | /* | 58 | /* |
diff --git a/keyboards/handwired/ibm122m/config.h b/keyboards/handwired/ibm122m/config.h index 1d22b53eae..d9bc86877b 100644 --- a/keyboards/handwired/ibm122m/config.h +++ b/keyboards/handwired/ibm122m/config.h | |||
| @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | #define AUDIO_PIN_ALT B6 | 46 | #define AUDIO_PIN_ALT B6 |
| 52 | #define AUDIO_PIN C6 | 47 | #define AUDIO_PIN C6 |
| 53 | 48 | ||
diff --git a/keyboards/handwired/jtallbean/split_65/config.h b/keyboards/handwired/jtallbean/split_65/config.h index a201eaebce..4f8b8552da 100644 --- a/keyboards/handwired/jtallbean/split_65/config.h +++ b/keyboards/handwired/jtallbean/split_65/config.h | |||
| @@ -67,11 +67,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 67 | /* Locking resynchronize hack */ | 67 | /* Locking resynchronize hack */ |
| 68 | #define LOCKING_RESYNC_ENABLE | 68 | #define LOCKING_RESYNC_ENABLE |
| 69 | 69 | ||
| 70 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 71 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 72 | */ | ||
| 73 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 74 | |||
| 75 | /* | 70 | /* |
| 76 | * Feature disable options | 71 | * Feature disable options |
| 77 | * These options are also useful to firmware size reduction. | 72 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/juliet/config.h b/keyboards/handwired/juliet/config.h index f42fa3559e..6bd3551076 100644 --- a/keyboards/handwired/juliet/config.h +++ b/keyboards/handwired/juliet/config.h | |||
| @@ -61,11 +61,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 61 | /* Locking resynchronize hack */ | 61 | /* Locking resynchronize hack */ |
| 62 | #define LOCKING_RESYNC_ENABLE | 62 | #define LOCKING_RESYNC_ENABLE |
| 63 | 63 | ||
| 64 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 65 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 66 | */ | ||
| 67 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 68 | |||
| 69 | /* | 64 | /* |
| 70 | * Feature disable options | 65 | * Feature disable options |
| 71 | * These options are also useful to firmware size reduction. | 66 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/leftynumpad/config.h b/keyboards/handwired/leftynumpad/config.h index 89d5a7ae42..51d1731d20 100644 --- a/keyboards/handwired/leftynumpad/config.h +++ b/keyboards/handwired/leftynumpad/config.h | |||
| @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | /* | 46 | /* |
| 52 | * Feature disable options | 47 | * Feature disable options |
| 53 | * These options are also useful to firmware size reduction. | 48 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/lemonpad/config.h b/keyboards/handwired/lemonpad/config.h index 53b2805fea..100854512a 100644 --- a/keyboards/handwired/lemonpad/config.h +++ b/keyboards/handwired/lemonpad/config.h | |||
| @@ -58,11 +58,6 @@ | |||
| 58 | /* Locking resynchronize hack */ | 58 | /* Locking resynchronize hack */ |
| 59 | #define LOCKING_RESYNC_ENABLE | 59 | #define LOCKING_RESYNC_ENABLE |
| 60 | 60 | ||
| 61 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 62 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 63 | */ | ||
| 64 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 65 | |||
| 66 | /* | 61 | /* |
| 67 | * Feature disable options | 62 | * Feature disable options |
| 68 | * These options are also useful to firmware size reduction. | 63 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/m40/5x5_macropad/config.h b/keyboards/handwired/m40/5x5_macropad/config.h index c8f88a16c4..bbe1ce8345 100644 --- a/keyboards/handwired/m40/5x5_macropad/config.h +++ b/keyboards/handwired/m40/5x5_macropad/config.h | |||
| @@ -29,11 +29,6 @@ | |||
| 29 | /* Locking resynchronize hack */ | 29 | /* Locking resynchronize hack */ |
| 30 | #define LOCKING_RESYNC_ENABLE | 30 | #define LOCKING_RESYNC_ENABLE |
| 31 | 31 | ||
| 32 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 33 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 34 | */ | ||
| 35 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 36 | |||
| 37 | /* | 32 | /* |
| 38 | * Feature disable options | 33 | * Feature disable options |
| 39 | * These options are also useful to firmware size reduction. | 34 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/mechboards_micropad/config.h b/keyboards/handwired/mechboards_micropad/config.h index 6089e732f0..e013dd68a5 100644 --- a/keyboards/handwired/mechboards_micropad/config.h +++ b/keyboards/handwired/mechboards_micropad/config.h | |||
| @@ -58,11 +58,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 58 | /* Locking resynchronize hack */ | 58 | /* Locking resynchronize hack */ |
| 59 | #define LOCKING_RESYNC_ENABLE | 59 | #define LOCKING_RESYNC_ENABLE |
| 60 | 60 | ||
| 61 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 62 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 63 | */ | ||
| 64 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 65 | |||
| 66 | /* | 61 | /* |
| 67 | * Feature disable options | 62 | * Feature disable options |
| 68 | * These options are also useful to firmware size reduction. | 63 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/oem_ansi_fullsize/config.h b/keyboards/handwired/oem_ansi_fullsize/config.h index e372abc0a9..88553e0df1 100644 --- a/keyboards/handwired/oem_ansi_fullsize/config.h +++ b/keyboards/handwired/oem_ansi_fullsize/config.h | |||
| @@ -77,11 +77,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 77 | /* Locking resynchronize hack */ | 77 | /* Locking resynchronize hack */ |
| 78 | #define LOCKING_RESYNC_ENABLE | 78 | #define LOCKING_RESYNC_ENABLE |
| 79 | 79 | ||
| 80 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 81 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 82 | */ | ||
| 83 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 84 | |||
| 85 | /* | 80 | /* |
| 86 | * Feature disable options | 81 | * Feature disable options |
| 87 | * These options are also useful to firmware size reduction. | 82 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/owlet60/config.h b/keyboards/handwired/owlet60/config.h index ac2efe25be..1f9c7707a4 100644 --- a/keyboards/handwired/owlet60/config.h +++ b/keyboards/handwired/owlet60/config.h | |||
| @@ -71,11 +71,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 71 | // #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 | 71 | // #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 |
| 72 | #endif | 72 | #endif |
| 73 | 73 | ||
| 74 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 75 | * This is userful 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/handwired/sick68/config.h b/keyboards/handwired/sick68/config.h index e7a0ee6caf..e2730fd91e 100644 --- a/keyboards/handwired/sick68/config.h +++ b/keyboards/handwired/sick68/config.h | |||
| @@ -66,11 +66,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 66 | /* Locking resynchronize hack */ | 66 | /* Locking resynchronize hack */ |
| 67 | #define LOCKING_RESYNC_ENABLE | 67 | #define LOCKING_RESYNC_ENABLE |
| 68 | 68 | ||
| 69 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 70 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 71 | */ | ||
| 72 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 73 | |||
| 74 | /* | 69 | /* |
| 75 | * Feature disable options | 70 | * Feature disable options |
| 76 | * These options are also useful to firmware size reduction. | 71 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/snatchpad/config.h b/keyboards/handwired/snatchpad/config.h index ac03708856..97027e0012 100644 --- a/keyboards/handwired/snatchpad/config.h +++ b/keyboards/handwired/snatchpad/config.h | |||
| @@ -63,11 +63,6 @@ | |||
| 63 | /* Locking resynchronize hack */ | 63 | /* Locking resynchronize hack */ |
| 64 | #define LOCKING_RESYNC_ENABLE | 64 | #define LOCKING_RESYNC_ENABLE |
| 65 | 65 | ||
| 66 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 67 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 68 | */ | ||
| 69 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 70 | |||
| 71 | /* | 66 | /* |
| 72 | * Feature disable options | 67 | * Feature disable options |
| 73 | * These options are also useful to firmware size reduction. | 68 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/split89/config.h b/keyboards/handwired/split89/config.h index c43a320517..0d80ce409e 100644 --- a/keyboards/handwired/split89/config.h +++ b/keyboards/handwired/split89/config.h | |||
| @@ -81,11 +81,6 @@ COLS = number of cols per side which curently needs to be equal so there are bla | |||
| 81 | /* Locking resynchronize hack */ | 81 | /* Locking resynchronize hack */ |
| 82 | #define LOCKING_RESYNC_ENABLE | 82 | #define LOCKING_RESYNC_ENABLE |
| 83 | 83 | ||
| 84 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 85 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 86 | */ | ||
| 87 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 88 | |||
| 89 | /* | 84 | /* |
| 90 | * Feature disable options | 85 | * Feature disable options |
| 91 | * These options are also useful to firmware size reduction. | 86 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/sticc14/config.h b/keyboards/handwired/sticc14/config.h index 227b82b1c7..bf5788b2ed 100644 --- a/keyboards/handwired/sticc14/config.h +++ b/keyboards/handwired/sticc14/config.h | |||
| @@ -64,11 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | /* Locking resynchronize hack */ | 64 | /* Locking resynchronize hack */ |
| 65 | #define LOCKING_RESYNC_ENABLE | 65 | #define LOCKING_RESYNC_ENABLE |
| 66 | 66 | ||
| 67 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 68 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 69 | */ | ||
| 70 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 71 | |||
| 72 | /* | 67 | /* |
| 73 | * Feature disable options | 68 | * Feature disable options |
| 74 | * These options are also useful to firmware size reduction. | 69 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/symmetric70_proto/promicro/config.h b/keyboards/handwired/symmetric70_proto/promicro/config.h index dfeb1d1595..28c140be67 100644 --- a/keyboards/handwired/symmetric70_proto/promicro/config.h +++ b/keyboards/handwired/symmetric70_proto/promicro/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/handwired/symmetric70_proto/proton_c/config.h b/keyboards/handwired/symmetric70_proto/proton_c/config.h index c55da1f854..d1a597051a 100644 --- a/keyboards/handwired/symmetric70_proto/proton_c/config.h +++ b/keyboards/handwired/symmetric70_proto/proton_c/config.h | |||
| @@ -78,11 +78,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 78 | /* Locking resynchronize hack */ | 78 | /* Locking resynchronize hack */ |
| 79 | #define LOCKING_RESYNC_ENABLE | 79 | #define LOCKING_RESYNC_ENABLE |
| 80 | 80 | ||
| 81 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 82 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 83 | */ | ||
| 84 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 85 | |||
| 86 | /* | 81 | /* |
| 87 | * Feature disable options | 82 | * Feature disable options |
| 88 | * These options are also useful to firmware size reduction. | 83 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/tennie/config.h b/keyboards/handwired/tennie/config.h index a29d68531f..8094520af3 100644 --- a/keyboards/handwired/tennie/config.h +++ b/keyboards/handwired/tennie/config.h | |||
| @@ -69,11 +69,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 69 | /* Locking resynchronize hack */ | 69 | /* Locking resynchronize hack */ |
| 70 | #define LOCKING_RESYNC_ENABLE | 70 | #define LOCKING_RESYNC_ENABLE |
| 71 | 71 | ||
| 72 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 73 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 74 | */ | ||
| 75 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 76 | |||
| 77 | /* | 72 | /* |
| 78 | * Feature disable options | 73 | * Feature disable options |
| 79 | * These options are also useful to firmware size reduction. | 74 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/traveller/config.h b/keyboards/handwired/traveller/config.h index 189f6fc30e..9117411aeb 100644 --- a/keyboards/handwired/traveller/config.h +++ b/keyboards/handwired/traveller/config.h | |||
| @@ -54,11 +54,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 54 | //# define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 | 54 | //# define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 |
| 55 | #endif | 55 | #endif |
| 56 | 56 | ||
| 57 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 58 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 59 | */ | ||
| 60 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 61 | |||
| 62 | /* | 57 | /* |
| 63 | * Feature disable options | 58 | * Feature disable options |
| 64 | * These options are also useful to firmware size reduction. | 59 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/twadlee/tp69/config.h b/keyboards/handwired/twadlee/tp69/config.h index 6ce253e5be..6dceb12971 100644 --- a/keyboards/handwired/twadlee/tp69/config.h +++ b/keyboards/handwired/twadlee/tp69/config.h | |||
| @@ -67,11 +67,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 67 | /* Locking resynchronize hack */ | 67 | /* Locking resynchronize hack */ |
| 68 | #define LOCKING_RESYNC_ENABLE | 68 | #define LOCKING_RESYNC_ENABLE |
| 69 | 69 | ||
| 70 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 71 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 72 | */ | ||
| 73 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 74 | |||
| 75 | /* | 70 | /* |
| 76 | * Feature disable options | 71 | * Feature disable options |
| 77 | * These options are also useful to firmware size reduction. | 72 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/handwired/woodpad/config.h b/keyboards/handwired/woodpad/config.h index c0dab57ce3..ced4806e30 100644 --- a/keyboards/handwired/woodpad/config.h +++ b/keyboards/handwired/woodpad/config.h | |||
| @@ -59,11 +59,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 59 | /* Locking resynchronize hack */ | 59 | /* Locking resynchronize hack */ |
| 60 | #define LOCKING_RESYNC_ENABLE | 60 | #define LOCKING_RESYNC_ENABLE |
| 61 | 61 | ||
| 62 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 63 | * This is useful 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/helix/rev3_4rows/config.h b/keyboards/helix/rev3_4rows/config.h index 6c88f61864..d3b9691471 100644 --- a/keyboards/helix/rev3_4rows/config.h +++ b/keyboards/helix/rev3_4rows/config.h | |||
| @@ -100,11 +100,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 100 | /* Locking resynchronize hack */ | 100 | /* Locking resynchronize hack */ |
| 101 | #define LOCKING_RESYNC_ENABLE | 101 | #define LOCKING_RESYNC_ENABLE |
| 102 | 102 | ||
| 103 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 104 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 105 | */ | ||
| 106 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 107 | |||
| 108 | /* | 103 | /* |
| 109 | * Feature disable options | 104 | * Feature disable options |
| 110 | * These options are also useful to firmware size reduction. | 105 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/helix/rev3_5rows/config.h b/keyboards/helix/rev3_5rows/config.h index 1db5406a0d..f8777afa78 100644 --- a/keyboards/helix/rev3_5rows/config.h +++ b/keyboards/helix/rev3_5rows/config.h | |||
| @@ -100,11 +100,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 100 | /* Locking resynchronize hack */ | 100 | /* Locking resynchronize hack */ |
| 101 | #define LOCKING_RESYNC_ENABLE | 101 | #define LOCKING_RESYNC_ENABLE |
| 102 | 102 | ||
| 103 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 104 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 105 | */ | ||
| 106 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 107 | |||
| 108 | /* | 103 | /* |
| 109 | * Feature disable options | 104 | * Feature disable options |
| 110 | * These options are also useful to firmware size reduction. | 105 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/hhkb/yang/config.h b/keyboards/hhkb/yang/config.h index 3b9d5dca5c..3dfa4aceef 100644 --- a/keyboards/hhkb/yang/config.h +++ b/keyboards/hhkb/yang/config.h | |||
| @@ -64,11 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | } while (0) | 64 | } while (0) |
| 65 | #endif | 65 | #endif |
| 66 | 66 | ||
| 67 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 68 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 69 | */ | ||
| 70 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 71 | |||
| 72 | /* | 67 | /* |
| 73 | * Feature disable options | 68 | * Feature disable options |
| 74 | * These options are also useful to firmware size reduction. | 69 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/hineybush/h08_ocelot/config.h b/keyboards/hineybush/h08_ocelot/config.h index 6c22cf9e35..9687ec13ca 100644 --- a/keyboards/hineybush/h08_ocelot/config.h +++ b/keyboards/hineybush/h08_ocelot/config.h | |||
| @@ -80,11 +80,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 80 | /* Locking resynchronize hack */ | 80 | /* Locking resynchronize hack */ |
| 81 | #define LOCKING_RESYNC_ENABLE | 81 | #define LOCKING_RESYNC_ENABLE |
| 82 | 82 | ||
| 83 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 84 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 85 | */ | ||
| 86 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 87 | |||
| 88 | /* | 83 | /* |
| 89 | * Feature disable options | 84 | * Feature disable options |
| 90 | * These options are also useful to firmware size reduction. | 85 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/hineybush/h10/config.h b/keyboards/hineybush/h10/config.h index 44370c2b62..ab23ae6cf2 100644 --- a/keyboards/hineybush/h10/config.h +++ b/keyboards/hineybush/h10/config.h | |||
| @@ -63,11 +63,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 63 | /* Locking resynchronize hack */ | 63 | /* Locking resynchronize hack */ |
| 64 | #define LOCKING_RESYNC_ENABLE | 64 | #define LOCKING_RESYNC_ENABLE |
| 65 | 65 | ||
| 66 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 67 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 68 | */ | ||
| 69 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 70 | |||
| 71 | /* Bootmagic Lite key configuration */ | 66 | /* Bootmagic Lite key configuration */ |
| 72 | #define BOOTMAGIC_LITE_ROW 0 | 67 | #define BOOTMAGIC_LITE_ROW 0 |
| 73 | #define BOOTMAGIC_LITE_COLUMN 0 | 68 | #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/hineybush/h65/config.h b/keyboards/hineybush/h65/config.h index 191a8d4246..15d9c32908 100644 --- a/keyboards/hineybush/h65/config.h +++ b/keyboards/hineybush/h65/config.h | |||
| @@ -84,11 +84,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 84 | /* Locking resynchronize hack */ | 84 | /* Locking resynchronize hack */ |
| 85 | #define LOCKING_RESYNC_ENABLE | 85 | #define LOCKING_RESYNC_ENABLE |
| 86 | 86 | ||
| 87 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 88 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 89 | */ | ||
| 90 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 91 | |||
| 92 | /* | 87 | /* |
| 93 | * Feature disable options | 88 | * Feature disable options |
| 94 | * These options are also useful to firmware size reduction. | 89 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/hineybush/h65_hotswap/config.h b/keyboards/hineybush/h65_hotswap/config.h index 191a8d4246..15d9c32908 100644 --- a/keyboards/hineybush/h65_hotswap/config.h +++ b/keyboards/hineybush/h65_hotswap/config.h | |||
| @@ -84,11 +84,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 84 | /* Locking resynchronize hack */ | 84 | /* Locking resynchronize hack */ |
| 85 | #define LOCKING_RESYNC_ENABLE | 85 | #define LOCKING_RESYNC_ENABLE |
| 86 | 86 | ||
| 87 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 88 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 89 | */ | ||
| 90 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 91 | |||
| 92 | /* | 87 | /* |
| 93 | * Feature disable options | 88 | * Feature disable options |
| 94 | * These options are also useful to firmware size reduction. | 89 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/hineybush/h660s/config.h b/keyboards/hineybush/h660s/config.h index d58b475d6d..ddf1790541 100644 --- a/keyboards/hineybush/h660s/config.h +++ b/keyboards/hineybush/h660s/config.h | |||
| @@ -72,11 +72,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 72 | /* Locking resynchronize hack */ | 72 | /* Locking resynchronize hack */ |
| 73 | #define LOCKING_RESYNC_ENABLE | 73 | #define LOCKING_RESYNC_ENABLE |
| 74 | 74 | ||
| 75 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 76 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 77 | */ | ||
| 78 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 79 | |||
| 80 | /* | 75 | /* |
| 81 | * Feature disable options | 76 | * Feature disable options |
| 82 | * These options are also useful to firmware size reduction. | 77 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/hineybush/h75_singa/config.h b/keyboards/hineybush/h75_singa/config.h index 0d397b3b38..52e411bc42 100644 --- a/keyboards/hineybush/h75_singa/config.h +++ b/keyboards/hineybush/h75_singa/config.h | |||
| @@ -74,11 +74,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 74 | /* Locking resynchronize hack */ | 74 | /* Locking resynchronize hack */ |
| 75 | #define LOCKING_RESYNC_ENABLE | 75 | #define LOCKING_RESYNC_ENABLE |
| 76 | 76 | ||
| 77 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 78 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 79 | */ | ||
| 80 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 81 | |||
| 82 | /* | 77 | /* |
| 83 | * Feature disable options | 78 | * Feature disable options |
| 84 | * These options are also useful to firmware size reduction. | 79 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/hineybush/hbcp/config.h b/keyboards/hineybush/hbcp/config.h index 4ff1dd2c91..59c857a020 100644 --- a/keyboards/hineybush/hbcp/config.h +++ b/keyboards/hineybush/hbcp/config.h | |||
| @@ -67,8 +67,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 67 | #define LOCKING_SUPPORT_ENABLE | 67 | #define LOCKING_SUPPORT_ENABLE |
| 68 | /* Locking resynchronize hack */ | 68 | /* Locking resynchronize hack */ |
| 69 | #define LOCKING_RESYNC_ENABLE | 69 | #define LOCKING_RESYNC_ENABLE |
| 70 | |||
| 71 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 72 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 73 | */ | ||
| 74 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/hineybush/physix/config.h b/keyboards/hineybush/physix/config.h index 8b30789e63..11f8bf5d8f 100644 --- a/keyboards/hineybush/physix/config.h +++ b/keyboards/hineybush/physix/config.h | |||
| @@ -78,11 +78,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 78 | /* Locking resynchronize hack */ | 78 | /* Locking resynchronize hack */ |
| 79 | #define LOCKING_RESYNC_ENABLE | 79 | #define LOCKING_RESYNC_ENABLE |
| 80 | 80 | ||
| 81 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 82 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 83 | */ | ||
| 84 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 85 | |||
| 86 | /* | 81 | /* |
| 87 | * Feature disable options | 82 | * Feature disable options |
| 88 | * These options are also useful to firmware size reduction. | 83 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/hineybush/sm68/config.h b/keyboards/hineybush/sm68/config.h index 667230e065..4f50ce0967 100644 --- a/keyboards/hineybush/sm68/config.h +++ b/keyboards/hineybush/sm68/config.h | |||
| @@ -69,11 +69,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 69 | /* Locking resynchronize hack */ | 69 | /* Locking resynchronize hack */ |
| 70 | #define LOCKING_RESYNC_ENABLE | 70 | #define LOCKING_RESYNC_ENABLE |
| 71 | 71 | ||
| 72 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 73 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 74 | */ | ||
| 75 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 76 | |||
| 77 | /* | 72 | /* |
| 78 | * Feature disable options | 73 | * Feature disable options |
| 79 | * These options are also useful to firmware size reduction. | 74 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/hnahkb/freyr/config.h b/keyboards/hnahkb/freyr/config.h index 524636b724..3dd61f0cd1 100644 --- a/keyboards/hnahkb/freyr/config.h +++ b/keyboards/hnahkb/freyr/config.h | |||
| @@ -67,11 +67,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 67 | /* Locking resynchronize hack */ | 67 | /* Locking resynchronize hack */ |
| 68 | #define LOCKING_RESYNC_ENABLE | 68 | #define LOCKING_RESYNC_ENABLE |
| 69 | 69 | ||
| 70 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 71 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 72 | */ | ||
| 73 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 74 | |||
| 75 | /* | 70 | /* |
| 76 | * Feature disable options | 71 | * Feature disable options |
| 77 | * These options are also useful to firmware size reduction. | 72 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/hnahkb/stella/config.h b/keyboards/hnahkb/stella/config.h index 9dfc805981..a9dca81f72 100644 --- a/keyboards/hnahkb/stella/config.h +++ b/keyboards/hnahkb/stella/config.h | |||
| @@ -67,11 +67,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 67 | /* Locking resynchronize hack */ | 67 | /* Locking resynchronize hack */ |
| 68 | #define LOCKING_RESYNC_ENABLE | 68 | #define LOCKING_RESYNC_ENABLE |
| 69 | 69 | ||
| 70 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 71 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 72 | */ | ||
| 73 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 74 | |||
| 75 | /* | 70 | /* |
| 76 | * Feature disable options | 71 | * Feature disable options |
| 77 | * These options are also useful to firmware size reduction. | 72 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/hs60/v1/config.h b/keyboards/hs60/v1/config.h index 1e99b74586..d7078a5e5e 100644 --- a/keyboards/hs60/v1/config.h +++ b/keyboards/hs60/v1/config.h | |||
| @@ -48,11 +48,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 48 | /* Locking resynchronize hack */ | 48 | /* Locking resynchronize hack */ |
| 49 | #define LOCKING_RESYNC_ENABLE | 49 | #define LOCKING_RESYNC_ENABLE |
| 50 | 50 | ||
| 51 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 52 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 53 | */ | ||
| 54 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 55 | |||
| 56 | /* | 51 | /* |
| 57 | * Feature disable options | 52 | * Feature disable options |
| 58 | * These options are also useful to firmware size reduction. | 53 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/hs60/v2/ansi/config.h b/keyboards/hs60/v2/ansi/config.h index c826e695eb..732bc1d0e0 100644 --- a/keyboards/hs60/v2/ansi/config.h +++ b/keyboards/hs60/v2/ansi/config.h | |||
| @@ -31,11 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 31 | /* COL2ROW, ROW2COL*/ | 31 | /* COL2ROW, ROW2COL*/ |
| 32 | #define DIODE_DIRECTION COL2ROW | 32 | #define DIODE_DIRECTION COL2ROW |
| 33 | 33 | ||
| 34 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 35 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 36 | */ | ||
| 37 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 38 | |||
| 39 | /* Bootmagic Lite key configuration */ | 34 | /* Bootmagic Lite key configuration */ |
| 40 | #define BOOTMAGIC_LITE_ROW 0 | 35 | #define BOOTMAGIC_LITE_ROW 0 |
| 41 | #define BOOTMAGIC_LITE_COLUMN 0 | 36 | #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/hs60/v2/hhkb/config.h b/keyboards/hs60/v2/hhkb/config.h index 972471a20a..8365f444f8 100644 --- a/keyboards/hs60/v2/hhkb/config.h +++ b/keyboards/hs60/v2/hhkb/config.h | |||
| @@ -31,11 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 31 | /* COL2ROW, ROW2COL*/ | 31 | /* COL2ROW, ROW2COL*/ |
| 32 | #define DIODE_DIRECTION COL2ROW | 32 | #define DIODE_DIRECTION COL2ROW |
| 33 | 33 | ||
| 34 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 35 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 36 | */ | ||
| 37 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 38 | |||
| 39 | /* Bootmagic Lite key configuration */ | 34 | /* Bootmagic Lite key configuration */ |
| 40 | #define BOOTMAGIC_LITE_ROW 0 | 35 | #define BOOTMAGIC_LITE_ROW 0 |
| 41 | #define BOOTMAGIC_LITE_COLUMN 0 | 36 | #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/hs60/v2/iso/config.h b/keyboards/hs60/v2/iso/config.h index f3042a0eae..ca8c3c0f17 100644 --- a/keyboards/hs60/v2/iso/config.h +++ b/keyboards/hs60/v2/iso/config.h | |||
| @@ -29,11 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 29 | /* COL2ROW, ROW2COL*/ | 29 | /* COL2ROW, ROW2COL*/ |
| 30 | #define DIODE_DIRECTION COL2ROW | 30 | #define DIODE_DIRECTION COL2ROW |
| 31 | 31 | ||
| 32 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 33 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 34 | */ | ||
| 35 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 36 | |||
| 37 | /* Bootmagic Lite key configuration */ | 32 | /* Bootmagic Lite key configuration */ |
| 38 | #define BOOTMAGIC_LITE_ROW 0 | 33 | #define BOOTMAGIC_LITE_ROW 0 |
| 39 | #define BOOTMAGIC_LITE_COLUMN 0 | 34 | #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/ianklug/grooveboard/config.h b/keyboards/ianklug/grooveboard/config.h index 732b8fb8ed..71a5f63ce1 100644 --- a/keyboards/ianklug/grooveboard/config.h +++ b/keyboards/ianklug/grooveboard/config.h | |||
| @@ -73,11 +73,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 73 | /* Locking resynchronize hack */ | 73 | /* Locking resynchronize hack */ |
| 74 | #define LOCKING_RESYNC_ENABLE | 74 | #define LOCKING_RESYNC_ENABLE |
| 75 | 75 | ||
| 76 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 77 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 78 | */ | ||
| 79 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 80 | |||
| 81 | /* | 76 | /* |
| 82 | * Feature disable options | 77 | * Feature disable options |
| 83 | * These options are also useful to firmware size reduction. | 78 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ibnuda/gurindam/config.h b/keyboards/ibnuda/gurindam/config.h index 9a1e8af046..54507e7adb 100644 --- a/keyboards/ibnuda/gurindam/config.h +++ b/keyboards/ibnuda/gurindam/config.h | |||
| @@ -55,11 +55,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 55 | /* Locking resynchronize hack */ | 55 | /* Locking resynchronize hack */ |
| 56 | #define LOCKING_RESYNC_ENABLE | 56 | #define LOCKING_RESYNC_ENABLE |
| 57 | 57 | ||
| 58 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 59 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 60 | */ | ||
| 61 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 62 | |||
| 63 | /* | 58 | /* |
| 64 | * Feature disable options | 59 | * Feature disable options |
| 65 | * These options are also useful to firmware size reduction. | 60 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/idobao/id75/v1/config.h b/keyboards/idobao/id75/v1/config.h index e7af23bb61..ff3e11b15d 100644 --- a/keyboards/idobao/id75/v1/config.h +++ b/keyboards/idobao/id75/v1/config.h | |||
| @@ -66,11 +66,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 66 | /* Locking resynchronize hack */ | 66 | /* Locking resynchronize hack */ |
| 67 | #define LOCKING_RESYNC_ENABLE | 67 | #define LOCKING_RESYNC_ENABLE |
| 68 | 68 | ||
| 69 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 70 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 71 | */ | ||
| 72 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 73 | |||
| 74 | /* | 69 | /* |
| 75 | * Feature disable options | 70 | * Feature disable options |
| 76 | * These options are also useful to firmware size reduction. | 71 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/idobao/id75/v2/config.h b/keyboards/idobao/id75/v2/config.h index 881f07873d..3d79dcb0a7 100644 --- a/keyboards/idobao/id75/v2/config.h +++ b/keyboards/idobao/id75/v2/config.h | |||
| @@ -86,11 +86,6 @@ | |||
| 86 | /* Locking resynchronize hack */ | 86 | /* Locking resynchronize hack */ |
| 87 | #define LOCKING_RESYNC_ENABLE | 87 | #define LOCKING_RESYNC_ENABLE |
| 88 | 88 | ||
| 89 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 90 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 91 | */ | ||
| 92 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 93 | |||
| 94 | /* | 89 | /* |
| 95 | * Feature disable options | 90 | * Feature disable options |
| 96 | * These options are also useful to firmware size reduction. | 91 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/illuminati/is0/config.h b/keyboards/illuminati/is0/config.h index f4770ff51c..1727d7d7bf 100644 --- a/keyboards/illuminati/is0/config.h +++ b/keyboards/illuminati/is0/config.h | |||
| @@ -68,11 +68,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 68 | /* Locking resynchronize hack */ | 68 | /* Locking resynchronize hack */ |
| 69 | #define LOCKING_RESYNC_ENABLE | 69 | #define LOCKING_RESYNC_ENABLE |
| 70 | 70 | ||
| 71 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 72 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 73 | */ | ||
| 74 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 75 | |||
| 76 | /* | 71 | /* |
| 77 | * Feature disable options | 72 | * Feature disable options |
| 78 | * These options are also useful to firmware size reduction. | 73 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/input_club/k_type/config.h b/keyboards/input_club/k_type/config.h index 710db1f000..24a7b5942d 100644 --- a/keyboards/input_club/k_type/config.h +++ b/keyboards/input_club/k_type/config.h | |||
| @@ -37,11 +37,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 37 | /* COL2ROW, ROW2COL */ | 37 | /* COL2ROW, ROW2COL */ |
| 38 | #define DIODE_DIRECTION COL2ROW | 38 | #define DIODE_DIRECTION COL2ROW |
| 39 | 39 | ||
| 40 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 41 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 42 | */ | ||
| 43 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 44 | |||
| 45 | /* | 40 | /* |
| 46 | * Feature disable options | 41 | * Feature disable options |
| 47 | * These options are also useful to firmware size reduction. | 42 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/input_club/whitefox/config.h b/keyboards/input_club/whitefox/config.h index 40f3c22b3e..906fbcdb15 100644 --- a/keyboards/input_club/whitefox/config.h +++ b/keyboards/input_club/whitefox/config.h | |||
| @@ -55,11 +55,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 55 | #define I2C1_SCL_PIN B0 | 55 | #define I2C1_SCL_PIN B0 |
| 56 | #define I2C1_SDA_PIN B1 | 56 | #define I2C1_SDA_PIN B1 |
| 57 | 57 | ||
| 58 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 59 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 60 | */ | ||
| 61 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 62 | |||
| 63 | /* | 58 | /* |
| 64 | * Feature disable options | 59 | * Feature disable options |
| 65 | * These options are also useful to firmware size reduction. | 60 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/irene/config.h b/keyboards/irene/config.h index cdc669a1d4..8ea4f9ba09 100644 --- a/keyboards/irene/config.h +++ b/keyboards/irene/config.h | |||
| @@ -80,11 +80,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 80 | /* Locking resynchronize hack */ | 80 | /* Locking resynchronize hack */ |
| 81 | #define LOCKING_RESYNC_ENABLE | 81 | #define LOCKING_RESYNC_ENABLE |
| 82 | 82 | ||
| 83 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 84 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 85 | */ | ||
| 86 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 87 | |||
| 88 | /* | 83 | /* |
| 89 | * Feature disable options | 84 | * Feature disable options |
| 90 | * These options are also useful to firmware size reduction. | 85 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/iriskeyboards/config.h b/keyboards/iriskeyboards/config.h index e940e1598f..c3709e814d 100644 --- a/keyboards/iriskeyboards/config.h +++ b/keyboards/iriskeyboards/config.h | |||
| @@ -72,11 +72,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 72 | /* Locking resynchronize hack */ | 72 | /* Locking resynchronize hack */ |
| 73 | #define LOCKING_RESYNC_ENABLE | 73 | #define LOCKING_RESYNC_ENABLE |
| 74 | 74 | ||
| 75 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 76 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 77 | */ | ||
| 78 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 79 | |||
| 80 | /* | 75 | /* |
| 81 | * Feature disable options | 76 | * Feature disable options |
| 82 | * These options are also useful to firmware size reduction. | 77 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/jae/j01/config.h b/keyboards/jae/j01/config.h index 0ff005898c..3b2dc800be 100644 --- a/keyboards/jae/j01/config.h +++ b/keyboards/jae/j01/config.h | |||
| @@ -53,11 +53,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 53 | /* Locking resynchronize hack */ | 53 | /* Locking resynchronize hack */ |
| 54 | #define LOCKING_RESYNC_ENABLE | 54 | #define LOCKING_RESYNC_ENABLE |
| 55 | 55 | ||
| 56 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 57 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 58 | */ | ||
| 59 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 60 | |||
| 61 | /* | 56 | /* |
| 62 | * Feature disable options | 57 | * Feature disable options |
| 63 | * These options are also useful to firmware size reduction. | 58 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/jagdpietr/drakon/config.h b/keyboards/jagdpietr/drakon/config.h index d02a42d6fd..162f88ee90 100644 --- a/keyboards/jagdpietr/drakon/config.h +++ b/keyboards/jagdpietr/drakon/config.h | |||
| @@ -51,11 +51,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 51 | /* Locking resynchronize hack */ | 51 | /* Locking resynchronize hack */ |
| 52 | #define LOCKING_RESYNC_ENABLE | 52 | #define LOCKING_RESYNC_ENABLE |
| 53 | 53 | ||
| 54 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 55 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 56 | */ | ||
| 57 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 58 | |||
| 59 | /* | 54 | /* |
| 60 | * Feature disable options | 55 | * Feature disable options |
| 61 | * These options are also useful to firmware size reduction. | 56 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/jm60/config.h b/keyboards/jm60/config.h index c9aa3092bf..b08e5e39ac 100644 --- a/keyboards/jm60/config.h +++ b/keyboards/jm60/config.h | |||
| @@ -58,11 +58,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 58 | /* Locking resynchronize hack */ | 58 | /* Locking resynchronize hack */ |
| 59 | #define LOCKING_RESYNC_ENABLE | 59 | #define LOCKING_RESYNC_ENABLE |
| 60 | 60 | ||
| 61 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 62 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 63 | */ | ||
| 64 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 65 | |||
| 66 | /* | 61 | /* |
| 67 | * Feature disable options | 62 | * Feature disable options |
| 68 | * These options are also useful to firmware size reduction. | 63 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/jones/v03/config.h b/keyboards/jones/v03/config.h index a78f8174fb..8501545444 100644 --- a/keyboards/jones/v03/config.h +++ b/keyboards/jones/v03/config.h | |||
| @@ -87,11 +87,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 87 | // #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 | 87 | // #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 |
| 88 | #endif | 88 | #endif |
| 89 | 89 | ||
| 90 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 91 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 92 | */ | ||
| 93 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 94 | |||
| 95 | /* | 90 | /* |
| 96 | * Feature disable options | 91 | * Feature disable options |
| 97 | * These options are also useful to firmware size reduction. | 92 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/jones/v03_1/config.h b/keyboards/jones/v03_1/config.h index caf17e8d02..f753681c2f 100644 --- a/keyboards/jones/v03_1/config.h +++ b/keyboards/jones/v03_1/config.h | |||
| @@ -88,11 +88,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 88 | // #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 | 88 | // #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 |
| 89 | #endif | 89 | #endif |
| 90 | 90 | ||
| 91 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 92 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 93 | */ | ||
| 94 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 95 | |||
| 96 | /* | 91 | /* |
| 97 | * Feature disable options | 92 | * Feature disable options |
| 98 | * These options are also useful to firmware size reduction. | 93 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kagizaraya/chidori/config.h b/keyboards/kagizaraya/chidori/config.h index e77c814e1b..9d7b40ddcc 100644 --- a/keyboards/kagizaraya/chidori/config.h +++ b/keyboards/kagizaraya/chidori/config.h | |||
| @@ -68,11 +68,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 68 | /* Locking resynchronize hack */ | 68 | /* Locking resynchronize hack */ |
| 69 | #define LOCKING_RESYNC_ENABLE | 69 | #define LOCKING_RESYNC_ENABLE |
| 70 | 70 | ||
| 71 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 72 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 73 | */ | ||
| 74 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 75 | |||
| 76 | /* key combination for magic key command */ | 71 | /* key combination for magic key command */ |
| 77 | /* defined by default; to change, uncomment and set to the combination you want */ | 72 | /* defined by default; to change, uncomment and set to the combination you want */ |
| 78 | #define IS_COMMAND() (get_mods() == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_LCTL))) | 73 | #define IS_COMMAND() (get_mods() == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_LCTL))) |
diff --git a/keyboards/kagizaraya/halberd/config.h b/keyboards/kagizaraya/halberd/config.h index 2502223fef..4d84c40ab5 100644 --- a/keyboards/kagizaraya/halberd/config.h +++ b/keyboards/kagizaraya/halberd/config.h | |||
| @@ -60,11 +60,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 60 | /* Locking resynchronize hack */ | 60 | /* Locking resynchronize hack */ |
| 61 | #define LOCKING_RESYNC_ENABLE | 61 | #define LOCKING_RESYNC_ENABLE |
| 62 | 62 | ||
| 63 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 64 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 65 | */ | ||
| 66 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 67 | |||
| 68 | /* | 63 | /* |
| 69 | * Feature disable options | 64 | * Feature disable options |
| 70 | * These options are also useful to firmware size reduction. | 65 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kagizaraya/scythe/config.h b/keyboards/kagizaraya/scythe/config.h index 656cba1f9e..45a329cdb0 100644 --- a/keyboards/kagizaraya/scythe/config.h +++ b/keyboards/kagizaraya/scythe/config.h | |||
| @@ -66,11 +66,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 66 | /* Locking resynchronize hack */ | 66 | /* Locking resynchronize hack */ |
| 67 | #define LOCKING_RESYNC_ENABLE | 67 | #define LOCKING_RESYNC_ENABLE |
| 68 | 68 | ||
| 69 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 70 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 71 | */ | ||
| 72 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 73 | |||
| 74 | /* | 69 | /* |
| 75 | * Feature disable options | 70 | * Feature disable options |
| 76 | * These options are also useful to firmware size reduction. | 71 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kakunpc/angel17/alpha/config.h b/keyboards/kakunpc/angel17/alpha/config.h index 6a779fb218..0693f791b0 100644 --- a/keyboards/kakunpc/angel17/alpha/config.h +++ b/keyboards/kakunpc/angel17/alpha/config.h | |||
| @@ -64,11 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | /* Locking resynchronize hack */ | 64 | /* Locking resynchronize hack */ |
| 65 | #define LOCKING_RESYNC_ENABLE | 65 | #define LOCKING_RESYNC_ENABLE |
| 66 | 66 | ||
| 67 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 68 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 69 | */ | ||
| 70 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 71 | |||
| 72 | /* | 67 | /* |
| 73 | * Feature disable options | 68 | * Feature disable options |
| 74 | * These options are also useful to firmware size reduction. | 69 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kakunpc/angel17/rev1/config.h b/keyboards/kakunpc/angel17/rev1/config.h index 1c2861ef48..dc5fe13911 100644 --- a/keyboards/kakunpc/angel17/rev1/config.h +++ b/keyboards/kakunpc/angel17/rev1/config.h | |||
| @@ -59,11 +59,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 59 | /* Locking resynchronize hack */ | 59 | /* Locking resynchronize hack */ |
| 60 | #define LOCKING_RESYNC_ENABLE | 60 | #define LOCKING_RESYNC_ENABLE |
| 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/kakunpc/angel64/alpha/config.h b/keyboards/kakunpc/angel64/alpha/config.h index d3b20aa39d..80902ffd54 100644 --- a/keyboards/kakunpc/angel64/alpha/config.h +++ b/keyboards/kakunpc/angel64/alpha/config.h | |||
| @@ -65,11 +65,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 65 | /* Locking resynchronize hack */ | 65 | /* Locking resynchronize hack */ |
| 66 | #define LOCKING_RESYNC_ENABLE | 66 | #define LOCKING_RESYNC_ENABLE |
| 67 | 67 | ||
| 68 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 69 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 70 | */ | ||
| 71 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 72 | |||
| 73 | /* | 68 | /* |
| 74 | * Feature disable options | 69 | * Feature disable options |
| 75 | * These options are also useful to firmware size reduction. | 70 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kakunpc/angel64/rev1/config.h b/keyboards/kakunpc/angel64/rev1/config.h index d3b20aa39d..80902ffd54 100644 --- a/keyboards/kakunpc/angel64/rev1/config.h +++ b/keyboards/kakunpc/angel64/rev1/config.h | |||
| @@ -65,11 +65,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 65 | /* Locking resynchronize hack */ | 65 | /* Locking resynchronize hack */ |
| 66 | #define LOCKING_RESYNC_ENABLE | 66 | #define LOCKING_RESYNC_ENABLE |
| 67 | 67 | ||
| 68 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 69 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 70 | */ | ||
| 71 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 72 | |||
| 73 | /* | 68 | /* |
| 74 | * Feature disable options | 69 | * Feature disable options |
| 75 | * These options are also useful to firmware size reduction. | 70 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kakunpc/business_card/alpha/config.h b/keyboards/kakunpc/business_card/alpha/config.h index 3c44ecefce..a4700b5672 100644 --- a/keyboards/kakunpc/business_card/alpha/config.h +++ b/keyboards/kakunpc/business_card/alpha/config.h | |||
| @@ -58,11 +58,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 58 | /* Locking resynchronize hack */ | 58 | /* Locking resynchronize hack */ |
| 59 | #define LOCKING_RESYNC_ENABLE | 59 | #define LOCKING_RESYNC_ENABLE |
| 60 | 60 | ||
| 61 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 62 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 63 | */ | ||
| 64 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 65 | |||
| 66 | /* | 61 | /* |
| 67 | * Feature disable options | 62 | * Feature disable options |
| 68 | * These options are also useful to firmware size reduction. | 63 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kakunpc/business_card/beta/config.h b/keyboards/kakunpc/business_card/beta/config.h index 991e9a682b..a8b4a2fa14 100644 --- a/keyboards/kakunpc/business_card/beta/config.h +++ b/keyboards/kakunpc/business_card/beta/config.h | |||
| @@ -58,11 +58,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 58 | /* Locking resynchronize hack */ | 58 | /* Locking resynchronize hack */ |
| 59 | #define LOCKING_RESYNC_ENABLE | 59 | #define LOCKING_RESYNC_ENABLE |
| 60 | 60 | ||
| 61 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 62 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 63 | */ | ||
| 64 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 65 | |||
| 66 | /* | 61 | /* |
| 67 | * Feature disable options | 62 | * Feature disable options |
| 68 | * These options are also useful to firmware size reduction. | 63 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kakunpc/choc_taro/config.h b/keyboards/kakunpc/choc_taro/config.h index 2ea0fa538c..3140e388a8 100644 --- a/keyboards/kakunpc/choc_taro/config.h +++ b/keyboards/kakunpc/choc_taro/config.h | |||
| @@ -60,11 +60,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 60 | /* Locking resynchronize hack */ | 60 | /* Locking resynchronize hack */ |
| 61 | #define LOCKING_RESYNC_ENABLE | 61 | #define LOCKING_RESYNC_ENABLE |
| 62 | 62 | ||
| 63 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 64 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 65 | */ | ||
| 66 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 67 | |||
| 68 | /* | 63 | /* |
| 69 | * Feature disable options | 64 | * Feature disable options |
| 70 | * These options are also useful to firmware size reduction. | 65 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kakunpc/rabbit_capture_plan/config.h b/keyboards/kakunpc/rabbit_capture_plan/config.h index a690e5daf3..f7f2ad3029 100644 --- a/keyboards/kakunpc/rabbit_capture_plan/config.h +++ b/keyboards/kakunpc/rabbit_capture_plan/config.h | |||
| @@ -75,11 +75,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 75 | /* Locking resynchronize hack */ | 75 | /* Locking resynchronize hack */ |
| 76 | #define LOCKING_RESYNC_ENABLE | 76 | #define LOCKING_RESYNC_ENABLE |
| 77 | 77 | ||
| 78 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 79 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 80 | */ | ||
| 81 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 82 | |||
| 83 | /* | 78 | /* |
| 84 | * Feature disable options | 79 | * Feature disable options |
| 85 | * These options are also useful to firmware size reduction. | 80 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kakunpc/suihankey/alpha/config.h b/keyboards/kakunpc/suihankey/alpha/config.h index b640a02b58..6ad937f75e 100644 --- a/keyboards/kakunpc/suihankey/alpha/config.h +++ b/keyboards/kakunpc/suihankey/alpha/config.h | |||
| @@ -69,11 +69,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 69 | /* Locking resynchronize hack */ | 69 | /* Locking resynchronize hack */ |
| 70 | #define LOCKING_RESYNC_ENABLE | 70 | #define LOCKING_RESYNC_ENABLE |
| 71 | 71 | ||
| 72 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 73 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 74 | */ | ||
| 75 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 76 | |||
| 77 | /* | 72 | /* |
| 78 | * Feature disable options | 73 | * Feature disable options |
| 79 | * These options are also useful to firmware size reduction. | 74 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kakunpc/suihankey/rev1/config.h b/keyboards/kakunpc/suihankey/rev1/config.h index 863e7d032d..9408e7f4f5 100644 --- a/keyboards/kakunpc/suihankey/rev1/config.h +++ b/keyboards/kakunpc/suihankey/rev1/config.h | |||
| @@ -69,11 +69,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 69 | /* Locking resynchronize hack */ | 69 | /* Locking resynchronize hack */ |
| 70 | #define LOCKING_RESYNC_ENABLE | 70 | #define LOCKING_RESYNC_ENABLE |
| 71 | 71 | ||
| 72 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 73 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 74 | */ | ||
| 75 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 76 | |||
| 77 | /* | 72 | /* |
| 78 | * Feature disable options | 73 | * Feature disable options |
| 79 | * These options are also useful to firmware size reduction. | 74 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kakunpc/suihankey/split/alpha/config.h b/keyboards/kakunpc/suihankey/split/alpha/config.h index 3597d487fc..22404b5dd3 100644 --- a/keyboards/kakunpc/suihankey/split/alpha/config.h +++ b/keyboards/kakunpc/suihankey/split/alpha/config.h | |||
| @@ -60,11 +60,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 60 | /* Locking resynchronize hack */ | 60 | /* Locking resynchronize hack */ |
| 61 | #define LOCKING_RESYNC_ENABLE | 61 | #define LOCKING_RESYNC_ENABLE |
| 62 | 62 | ||
| 63 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 64 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 65 | */ | ||
| 66 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 67 | |||
| 68 | /* | 63 | /* |
| 69 | * Feature disable options | 64 | * Feature disable options |
| 70 | * These options are also useful to firmware size reduction. | 65 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kakunpc/suihankey/split/rev1/config.h b/keyboards/kakunpc/suihankey/split/rev1/config.h index 9db16039ca..38b67f75a1 100644 --- a/keyboards/kakunpc/suihankey/split/rev1/config.h +++ b/keyboards/kakunpc/suihankey/split/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 userful 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/kakunpc/thedogkeyboard/config.h b/keyboards/kakunpc/thedogkeyboard/config.h index 8b4e072088..98900db6bb 100644 --- a/keyboards/kakunpc/thedogkeyboard/config.h +++ b/keyboards/kakunpc/thedogkeyboard/config.h | |||
| @@ -61,11 +61,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 61 | /* Locking resynchronize hack */ | 61 | /* Locking resynchronize hack */ |
| 62 | #define LOCKING_RESYNC_ENABLE | 62 | #define LOCKING_RESYNC_ENABLE |
| 63 | 63 | ||
| 64 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 65 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 66 | */ | ||
| 67 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 68 | |||
| 69 | /* | 64 | /* |
| 70 | * Feature disable options | 65 | * Feature disable options |
| 71 | * These options are also useful to firmware size reduction. | 66 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kb58/config.h b/keyboards/kb58/config.h index 1b68c332b7..f629f2bc93 100644 --- a/keyboards/kb58/config.h +++ b/keyboards/kb58/config.h | |||
| @@ -72,11 +72,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 72 | /* Locking resynchronize hack */ | 72 | /* Locking resynchronize hack */ |
| 73 | #define LOCKING_RESYNC_ENABLE | 73 | #define LOCKING_RESYNC_ENABLE |
| 74 | 74 | ||
| 75 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 76 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 77 | */ | ||
| 78 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 79 | |||
| 80 | /* | 75 | /* |
| 81 | * Feature disable options | 76 | * Feature disable options |
| 82 | * These options are also useful to firmware size reduction. | 77 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kbdclack/kaishi65/config.h b/keyboards/kbdclack/kaishi65/config.h index 7c812c3b33..ba17cf9b4b 100644 --- a/keyboards/kbdclack/kaishi65/config.h +++ b/keyboards/kbdclack/kaishi65/config.h | |||
| @@ -64,11 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | /* Locking resynchronize hack */ | 64 | /* Locking resynchronize hack */ |
| 65 | #define LOCKING_RESYNC_ENABLE | 65 | #define LOCKING_RESYNC_ENABLE |
| 66 | 66 | ||
| 67 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 68 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 69 | */ | ||
| 70 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 71 | |||
| 72 | /* | 67 | /* |
| 73 | * Feature disable options | 68 | * Feature disable options |
| 74 | * These options are also useful to firmware size reduction. | 69 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kbdfans/kbd19x/config.h b/keyboards/kbdfans/kbd19x/config.h index 1750efd604..e659c74943 100644 --- a/keyboards/kbdfans/kbd19x/config.h +++ b/keyboards/kbdfans/kbd19x/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 userful 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/kbdfans/kbd4x/config.h b/keyboards/kbdfans/kbd4x/config.h index 571b5bd6a9..36d1c553a6 100644 --- a/keyboards/kbdfans/kbd4x/config.h +++ b/keyboards/kbdfans/kbd4x/config.h | |||
| @@ -66,11 +66,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 66 | /* Locking resynchronize hack */ | 66 | /* Locking resynchronize hack */ |
| 67 | #define LOCKING_RESYNC_ENABLE | 67 | #define LOCKING_RESYNC_ENABLE |
| 68 | 68 | ||
| 69 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 70 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 71 | */ | ||
| 72 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 73 | |||
| 74 | /* | 69 | /* |
| 75 | * Feature disable options | 70 | * Feature disable options |
| 76 | * These options are also useful to firmware size reduction. | 71 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kbdfans/kbd66/config.h b/keyboards/kbdfans/kbd66/config.h index dc6ab5f5de..8394af1c62 100644 --- a/keyboards/kbdfans/kbd66/config.h +++ b/keyboards/kbdfans/kbd66/config.h | |||
| @@ -49,11 +49,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 49 | /* Locking resynchronize hack */ | 49 | /* Locking resynchronize hack */ |
| 50 | #define LOCKING_RESYNC_ENABLE | 50 | #define LOCKING_RESYNC_ENABLE |
| 51 | 51 | ||
| 52 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 53 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 54 | */ | ||
| 55 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 56 | |||
| 57 | /* | 52 | /* |
| 58 | * Feature disable options | 53 | * Feature disable options |
| 59 | * These options are also useful to firmware size reduction. | 54 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kbdfans/kbd67/hotswap/config.h b/keyboards/kbdfans/kbd67/hotswap/config.h index 45d66896b7..b48e17ae48 100644 --- a/keyboards/kbdfans/kbd67/hotswap/config.h +++ b/keyboards/kbdfans/kbd67/hotswap/config.h | |||
| @@ -75,11 +75,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 75 | /* Locking resynchronize hack */ | 75 | /* Locking resynchronize hack */ |
| 76 | #define LOCKING_RESYNC_ENABLE | 76 | #define LOCKING_RESYNC_ENABLE |
| 77 | 77 | ||
| 78 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 79 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 80 | */ | ||
| 81 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 82 | |||
| 83 | /* | 78 | /* |
| 84 | * Feature disable options | 79 | * Feature disable options |
| 85 | * These options are also useful to firmware size reduction. | 80 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kbdfans/kbd67/rev1/config.h b/keyboards/kbdfans/kbd67/rev1/config.h index 4b26d518d4..bcc67e8d76 100644 --- a/keyboards/kbdfans/kbd67/rev1/config.h +++ b/keyboards/kbdfans/kbd67/rev1/config.h | |||
| @@ -72,11 +72,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 72 | /* Locking resynchronize hack */ | 72 | /* Locking resynchronize hack */ |
| 73 | #define LOCKING_RESYNC_ENABLE | 73 | #define LOCKING_RESYNC_ENABLE |
| 74 | 74 | ||
| 75 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 76 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 77 | */ | ||
| 78 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 79 | |||
| 80 | /* | 75 | /* |
| 81 | * Feature disable options | 76 | * Feature disable options |
| 82 | * These options are also useful to firmware size reduction. | 77 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kbdfans/kbd6x/config.h b/keyboards/kbdfans/kbd6x/config.h index ceaa4d4204..9dcf4a457d 100644 --- a/keyboards/kbdfans/kbd6x/config.h +++ b/keyboards/kbdfans/kbd6x/config.h | |||
| @@ -69,11 +69,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 69 | /* Locking resynchronize hack */ | 69 | /* Locking resynchronize hack */ |
| 70 | #define LOCKING_RESYNC_ENABLE | 70 | #define LOCKING_RESYNC_ENABLE |
| 71 | 71 | ||
| 72 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 73 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 74 | */ | ||
| 75 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 76 | |||
| 77 | /* | 72 | /* |
| 78 | * Feature disable options | 73 | * Feature disable options |
| 79 | * These options are also useful to firmware size reduction. | 74 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kbdfans/kbd8x_mk2/config.h b/keyboards/kbdfans/kbd8x_mk2/config.h index e4fb70113a..69429ba36d 100644 --- a/keyboards/kbdfans/kbd8x_mk2/config.h +++ b/keyboards/kbdfans/kbd8x_mk2/config.h | |||
| @@ -78,11 +78,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 78 | /* Locking resynchronize hack */ | 78 | /* Locking resynchronize hack */ |
| 79 | #define LOCKING_RESYNC_ENABLE | 79 | #define LOCKING_RESYNC_ENABLE |
| 80 | 80 | ||
| 81 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 82 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 83 | */ | ||
| 84 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 85 | |||
| 86 | /* | 81 | /* |
| 87 | * Feature disable options | 82 | * Feature disable options |
| 88 | * These options are also useful to firmware size reduction. | 83 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kbdfans/kbdpad/mk2/config.h b/keyboards/kbdfans/kbdpad/mk2/config.h index a64e546237..0ed1ed2b06 100644 --- a/keyboards/kbdfans/kbdpad/mk2/config.h +++ b/keyboards/kbdfans/kbdpad/mk2/config.h | |||
| @@ -77,11 +77,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 77 | /* Locking resynchronize hack */ | 77 | /* Locking resynchronize hack */ |
| 78 | #define LOCKING_RESYNC_ENABLE | 78 | #define LOCKING_RESYNC_ENABLE |
| 79 | 79 | ||
| 80 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 81 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 82 | */ | ||
| 83 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 84 | |||
| 85 | /* | 80 | /* |
| 86 | * Feature disable options | 81 | * Feature disable options |
| 87 | * These options are also useful to firmware size reduction. | 82 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kc60/config.h b/keyboards/kc60/config.h index ab224741c8..00c14ab9e0 100644 --- a/keyboards/kc60/config.h +++ b/keyboards/kc60/config.h | |||
| @@ -73,11 +73,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 73 | /* Locking resynchronize hack */ | 73 | /* Locking resynchronize hack */ |
| 74 | #define LOCKING_RESYNC_ENABLE | 74 | #define LOCKING_RESYNC_ENABLE |
| 75 | 75 | ||
| 76 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 77 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 78 | */ | ||
| 79 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 80 | |||
| 81 | /* | 76 | /* |
| 82 | * Feature disable options | 77 | * Feature disable options |
| 83 | * These options are also useful to firmware size reduction. | 78 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kc60se/config.h b/keyboards/kc60se/config.h index 2f571fc94e..e297ec5959 100644 --- a/keyboards/kc60se/config.h +++ b/keyboards/kc60se/config.h | |||
| @@ -32,11 +32,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 32 | #define BACKLIGHT_PIN F5 | 32 | #define BACKLIGHT_PIN F5 |
| 33 | #define BACKLIGHT_LEVELS 6 | 33 | #define BACKLIGHT_LEVELS 6 |
| 34 | 34 | ||
| 35 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 36 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 37 | */ | ||
| 38 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 39 | |||
| 40 | /* | 35 | /* |
| 41 | * Feature disable options | 36 | * Feature disable options |
| 42 | * These options are also useful to firmware size reduction. | 37 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/keebio/bamfk1/config.h b/keyboards/keebio/bamfk1/config.h index 0c0a8c3cba..59639488c4 100644 --- a/keyboards/keebio/bamfk1/config.h +++ b/keyboards/keebio/bamfk1/config.h | |||
| @@ -52,11 +52,6 @@ | |||
| 52 | /* Locking resynchronize hack */ | 52 | /* Locking resynchronize hack */ |
| 53 | #define LOCKING_RESYNC_ENABLE | 53 | #define LOCKING_RESYNC_ENABLE |
| 54 | 54 | ||
| 55 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 56 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 57 | */ | ||
| 58 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 59 | |||
| 60 | /* | 55 | /* |
| 61 | * Feature disable options | 56 | * Feature disable options |
| 62 | * These options are also useful to firmware size reduction. | 57 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/keebio/bamfk4/config.h b/keyboards/keebio/bamfk4/config.h index 02adc929dd..76eb068496 100644 --- a/keyboards/keebio/bamfk4/config.h +++ b/keyboards/keebio/bamfk4/config.h | |||
| @@ -91,11 +91,6 @@ | |||
| 91 | /* Locking resynchronize hack */ | 91 | /* Locking resynchronize hack */ |
| 92 | #define LOCKING_RESYNC_ENABLE | 92 | #define LOCKING_RESYNC_ENABLE |
| 93 | 93 | ||
| 94 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 95 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 96 | */ | ||
| 97 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 98 | |||
| 99 | /* | 94 | /* |
| 100 | * Feature disable options | 95 | * Feature disable options |
| 101 | * These options are also useful to firmware size reduction. | 96 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/keebio/bigswitchseat/config.h b/keyboards/keebio/bigswitchseat/config.h index d51b0d0f68..6354e1b2ed 100644 --- a/keyboards/keebio/bigswitchseat/config.h +++ b/keyboards/keebio/bigswitchseat/config.h | |||
| @@ -21,11 +21,6 @@ | |||
| 21 | /* Locking resynchronize hack */ | 21 | /* Locking resynchronize hack */ |
| 22 | #define LOCKING_RESYNC_ENABLE | 22 | #define LOCKING_RESYNC_ENABLE |
| 23 | 23 | ||
| 24 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 25 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 26 | */ | ||
| 27 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 28 | |||
| 29 | /* | 24 | /* |
| 30 | * Feature disable options | 25 | * Feature disable options |
| 31 | * These options are also useful to firmware size reduction. | 26 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/keebio/choconum/config.h b/keyboards/keebio/choconum/config.h index 04d5f97317..445120e2a7 100644 --- a/keyboards/keebio/choconum/config.h +++ b/keyboards/keebio/choconum/config.h | |||
| @@ -37,11 +37,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 37 | /* Locking resynchronize hack */ | 37 | /* Locking resynchronize hack */ |
| 38 | #define LOCKING_RESYNC_ENABLE | 38 | #define LOCKING_RESYNC_ENABLE |
| 39 | 39 | ||
| 40 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 41 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 42 | */ | ||
| 43 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 44 | |||
| 45 | /* | 40 | /* |
| 46 | * Feature disable options | 41 | * Feature disable options |
| 47 | * These options are also useful to firmware size reduction. | 42 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/keebio/ergodicity/config.h b/keyboards/keebio/ergodicity/config.h index e5a8b16f8a..0e3f0c597e 100644 --- a/keyboards/keebio/ergodicity/config.h +++ b/keyboards/keebio/ergodicity/config.h | |||
| @@ -72,11 +72,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 72 | /* Locking resynchronize hack */ | 72 | /* Locking resynchronize hack */ |
| 73 | #define LOCKING_RESYNC_ENABLE | 73 | #define LOCKING_RESYNC_ENABLE |
| 74 | 74 | ||
| 75 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 76 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 77 | */ | ||
| 78 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 79 | |||
| 80 | /* | 75 | /* |
| 81 | * Feature disable options | 76 | * Feature disable options |
| 82 | * These options are also useful to firmware size reduction. | 77 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/keebwerk/mega/ansi/config.h b/keyboards/keebwerk/mega/ansi/config.h index 7bffb57e52..6609dbeab3 100755 --- a/keyboards/keebwerk/mega/ansi/config.h +++ b/keyboards/keebwerk/mega/ansi/config.h | |||
| @@ -29,11 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 29 | /* COL2ROW, ROW2COL*/ | 29 | /* COL2ROW, ROW2COL*/ |
| 30 | #define DIODE_DIRECTION COL2ROW | 30 | #define DIODE_DIRECTION COL2ROW |
| 31 | 31 | ||
| 32 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 33 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 34 | */ | ||
| 35 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 36 | |||
| 37 | /* Bootmagic Lite key configuration */ | 32 | /* Bootmagic Lite key configuration */ |
| 38 | #define BOOTMAGIC_LITE_ROW 0 | 33 | #define BOOTMAGIC_LITE_ROW 0 |
| 39 | #define BOOTMAGIC_LITE_COLUMN 0 | 34 | #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/keebwerk/nano_slider/config.h b/keyboards/keebwerk/nano_slider/config.h index 05d8e16657..8a4fd89127 100644 --- a/keyboards/keebwerk/nano_slider/config.h +++ b/keyboards/keebwerk/nano_slider/config.h | |||
| @@ -69,11 +69,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 69 | /* Locking resynchronize hack */ | 69 | /* Locking resynchronize hack */ |
| 70 | #define LOCKING_RESYNC_ENABLE | 70 | #define LOCKING_RESYNC_ENABLE |
| 71 | 71 | ||
| 72 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 73 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 74 | */ | ||
| 75 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 76 | |||
| 77 | /* | 72 | /* |
| 78 | * Feature disable options | 73 | * Feature disable options |
| 79 | * These options are also useful to firmware size reduction. | 74 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/keebzdotnet/wazowski/config.h b/keyboards/keebzdotnet/wazowski/config.h index bf9bb28fad..1f866774aa 100644 --- a/keyboards/keebzdotnet/wazowski/config.h +++ b/keyboards/keebzdotnet/wazowski/config.h | |||
| @@ -64,11 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | /* Locking resynchronize hack */ | 64 | /* Locking resynchronize hack */ |
| 65 | #define LOCKING_RESYNC_ENABLE | 65 | #define LOCKING_RESYNC_ENABLE |
| 66 | 66 | ||
| 67 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 68 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 69 | */ | ||
| 70 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 71 | |||
| 72 | /* | 67 | /* |
| 73 | * Feature disable options | 68 | * Feature disable options |
| 74 | * These options are also useful to firmware size reduction. | 69 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/keycapsss/o4l_5x12/config.h b/keyboards/keycapsss/o4l_5x12/config.h index 8cbccc79f9..148e5d089d 100644 --- a/keyboards/keycapsss/o4l_5x12/config.h +++ b/keyboards/keycapsss/o4l_5x12/config.h | |||
| @@ -52,11 +52,6 @@ | |||
| 52 | /* Locking resynchronize hack */ | 52 | /* Locking resynchronize hack */ |
| 53 | #define LOCKING_RESYNC_ENABLE | 53 | #define LOCKING_RESYNC_ENABLE |
| 54 | 54 | ||
| 55 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 56 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 57 | */ | ||
| 58 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 59 | |||
| 60 | /* | 55 | /* |
| 61 | * Feature disable options | 56 | * Feature disable options |
| 62 | * These options are also useful to firmware size reduction. | 57 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/keyhive/ergosaurus/config.h b/keyboards/keyhive/ergosaurus/config.h index a6b0b13758..f352910e1d 100644 --- a/keyboards/keyhive/ergosaurus/config.h +++ b/keyboards/keyhive/ergosaurus/config.h | |||
| @@ -75,11 +75,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 75 | /* Locking resynchronize hack */ | 75 | /* Locking resynchronize hack */ |
| 76 | #define LOCKING_RESYNC_ENABLE | 76 | #define LOCKING_RESYNC_ENABLE |
| 77 | 77 | ||
| 78 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 79 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 80 | */ | ||
| 81 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 82 | |||
| 83 | /* | 78 | /* |
| 84 | * Feature disable options | 79 | * Feature disable options |
| 85 | * These options are also useful to firmware size reduction. | 80 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/keyhive/lattice60/config.h b/keyboards/keyhive/lattice60/config.h index c63f55f463..e7a690e7df 100644 --- a/keyboards/keyhive/lattice60/config.h +++ b/keyboards/keyhive/lattice60/config.h | |||
| @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | /* | 46 | /* |
| 52 | * Feature disable options | 47 | * Feature disable options |
| 53 | * These options are also useful to firmware size reduction. | 48 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/keyhive/maypad/config.h b/keyboards/keyhive/maypad/config.h index 72ab682b86..af79e4594b 100644 --- a/keyboards/keyhive/maypad/config.h +++ b/keyboards/keyhive/maypad/config.h | |||
| @@ -61,11 +61,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 61 | /* Locking resynchronize hack */ | 61 | /* Locking resynchronize hack */ |
| 62 | #define LOCKING_RESYNC_ENABLE | 62 | #define LOCKING_RESYNC_ENABLE |
| 63 | 63 | ||
| 64 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 65 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 66 | */ | ||
| 67 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 68 | |||
| 69 | /* | 64 | /* |
| 70 | * Feature disable options | 65 | * Feature disable options |
| 71 | * These options are also useful to firmware size reduction. | 66 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/keyprez/bison/config.h b/keyboards/keyprez/bison/config.h index e6d3bc7eff..e934c24133 100644 --- a/keyboards/keyprez/bison/config.h +++ b/keyboards/keyprez/bison/config.h | |||
| @@ -76,11 +76,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 76 | /* Locking resynchronize hack */ | 76 | /* Locking resynchronize hack */ |
| 77 | #define LOCKING_RESYNC_ENABLE | 77 | #define LOCKING_RESYNC_ENABLE |
| 78 | 78 | ||
| 79 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 80 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 81 | */ | ||
| 82 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 83 | |||
| 84 | /* | 79 | /* |
| 85 | * Feature disable options | 80 | * Feature disable options |
| 86 | * These options are also useful to firmware size reduction. | 81 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/keyprez/rhino/config.h b/keyboards/keyprez/rhino/config.h index e3a343a0c7..0f379e6c3a 100644 --- a/keyboards/keyprez/rhino/config.h +++ b/keyboards/keyprez/rhino/config.h | |||
| @@ -50,11 +50,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 50 | /* Locking resynchronize hack */ | 50 | /* Locking resynchronize hack */ |
| 51 | #define LOCKING_RESYNC_ENABLE | 51 | #define LOCKING_RESYNC_ENABLE |
| 52 | 52 | ||
| 53 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 54 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 55 | */ | ||
| 56 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 57 | |||
| 58 | /* | 53 | /* |
| 59 | * Feature disable options | 54 | * Feature disable options |
| 60 | * These options are also useful to firmware size reduction. | 55 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/keyprez/unicorn/config.h b/keyboards/keyprez/unicorn/config.h index dc4fc9b6d6..aff406e925 100644 --- a/keyboards/keyprez/unicorn/config.h +++ b/keyboards/keyprez/unicorn/config.h | |||
| @@ -59,11 +59,6 @@ | |||
| 59 | /* Locking resynchronize hack */ | 59 | /* Locking resynchronize hack */ |
| 60 | #define LOCKING_RESYNC_ENABLE | 60 | #define LOCKING_RESYNC_ENABLE |
| 61 | 61 | ||
| 62 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 63 | * This is useful 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/kindakeyboards/conone65/config.h b/keyboards/kindakeyboards/conone65/config.h index 51f95a0ffd..66e0fbadae 100644 --- a/keyboards/kindakeyboards/conone65/config.h +++ b/keyboards/kindakeyboards/conone65/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/kira75/config.h b/keyboards/kira75/config.h index 38c100cd25..9cecc902ff 100644 --- a/keyboards/kira75/config.h +++ b/keyboards/kira75/config.h | |||
| @@ -63,11 +63,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 63 | /* Locking resynchronize hack */ | 63 | /* Locking resynchronize hack */ |
| 64 | #define LOCKING_RESYNC_ENABLE | 64 | #define LOCKING_RESYNC_ENABLE |
| 65 | 65 | ||
| 66 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 67 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 68 | */ | ||
| 69 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 70 | |||
| 71 | /* | 66 | /* |
| 72 | * Feature disable options | 67 | * Feature disable options |
| 73 | * These options are also useful to firmware size reduction. | 68 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kiwikeebs/macro/config.h b/keyboards/kiwikeebs/macro/config.h index f83bc8028c..cbaeb38ac1 100644 --- a/keyboards/kiwikeebs/macro/config.h +++ b/keyboards/kiwikeebs/macro/config.h | |||
| @@ -46,11 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 46 | /* Locking resynchronize hack */ | 46 | /* Locking resynchronize hack */ |
| 47 | #define LOCKING_RESYNC_ENABLE | 47 | #define LOCKING_RESYNC_ENABLE |
| 48 | 48 | ||
| 49 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 50 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 51 | */ | ||
| 52 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 53 | |||
| 54 | /* | 49 | /* |
| 55 | * Feature disable options | 50 | * Feature disable options |
| 56 | * These options are also useful to firmware size reduction. | 51 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kiwikeebs/macro_v2/config.h b/keyboards/kiwikeebs/macro_v2/config.h index 609d45c9eb..c0f894eb73 100644 --- a/keyboards/kiwikeebs/macro_v2/config.h +++ b/keyboards/kiwikeebs/macro_v2/config.h | |||
| @@ -46,11 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 46 | /* Locking resynchronize hack */ | 46 | /* Locking resynchronize hack */ |
| 47 | #define LOCKING_RESYNC_ENABLE | 47 | #define LOCKING_RESYNC_ENABLE |
| 48 | 48 | ||
| 49 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 50 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 51 | */ | ||
| 52 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 53 | |||
| 54 | /* | 49 | /* |
| 55 | * Feature disable options | 50 | * Feature disable options |
| 56 | * These options are also useful to firmware size reduction. | 51 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kiwikey/borderland/config.h b/keyboards/kiwikey/borderland/config.h index 6511928416..4be8703b25 100644 --- a/keyboards/kiwikey/borderland/config.h +++ b/keyboards/kiwikey/borderland/config.h | |||
| @@ -60,11 +60,6 @@ | |||
| 60 | /* Locking resynchronize hack */ | 60 | /* Locking resynchronize hack */ |
| 61 | #define LOCKING_RESYNC_ENABLE | 61 | #define LOCKING_RESYNC_ENABLE |
| 62 | 62 | ||
| 63 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 64 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 65 | */ | ||
| 66 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 67 | |||
| 68 | /* | 63 | /* |
| 69 | * Feature disable options | 64 | * Feature disable options |
| 70 | * These options are also useful to firmware size reduction. | 65 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kiwikey/kawii9/config.h b/keyboards/kiwikey/kawii9/config.h index 2225cb8d8e..e77beffd6f 100644 --- a/keyboards/kiwikey/kawii9/config.h +++ b/keyboards/kiwikey/kawii9/config.h | |||
| @@ -69,11 +69,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 69 | /* Locking resynchronize hack */ | 69 | /* Locking resynchronize hack */ |
| 70 | #define LOCKING_RESYNC_ENABLE | 70 | #define LOCKING_RESYNC_ENABLE |
| 71 | 71 | ||
| 72 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 73 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 74 | */ | ||
| 75 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 76 | |||
| 77 | /* | 72 | /* |
| 78 | * Feature disable options | 73 | * Feature disable options |
| 79 | * These options are also useful to firmware size reduction. | 74 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kiwikey/wanderland/config.h b/keyboards/kiwikey/wanderland/config.h index 605bfd1877..e5a8886945 100644 --- a/keyboards/kiwikey/wanderland/config.h +++ b/keyboards/kiwikey/wanderland/config.h | |||
| @@ -78,11 +78,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 78 | /* Locking resynchronize hack */ | 78 | /* Locking resynchronize hack */ |
| 79 | #define LOCKING_RESYNC_ENABLE | 79 | #define LOCKING_RESYNC_ENABLE |
| 80 | 80 | ||
| 81 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 82 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 83 | */ | ||
| 84 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 85 | |||
| 86 | /* | 81 | /* |
| 87 | * Feature disable options | 82 | * Feature disable options |
| 88 | * These options are also useful to firmware size reduction. | 83 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kkatano/bakeneko60/config.h b/keyboards/kkatano/bakeneko60/config.h index 0ee208f803..6d1c9636d6 100644 --- a/keyboards/kkatano/bakeneko60/config.h +++ b/keyboards/kkatano/bakeneko60/config.h | |||
| @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | /* | 46 | /* |
| 52 | * Feature disable options | 47 | * Feature disable options |
| 53 | * These options are also useful to firmware size reduction. | 48 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kkatano/bakeneko65/rev2/config.h b/keyboards/kkatano/bakeneko65/rev2/config.h index f8368bf3af..5b43bd1c58 100644 --- a/keyboards/kkatano/bakeneko65/rev2/config.h +++ b/keyboards/kkatano/bakeneko65/rev2/config.h | |||
| @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | /* | 46 | /* |
| 52 | * Feature disable options | 47 | * Feature disable options |
| 53 | * These options are also useful to firmware size reduction. | 48 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kkatano/bakeneko65/rev3/config.h b/keyboards/kkatano/bakeneko65/rev3/config.h index f8368bf3af..5b43bd1c58 100644 --- a/keyboards/kkatano/bakeneko65/rev3/config.h +++ b/keyboards/kkatano/bakeneko65/rev3/config.h | |||
| @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | /* | 46 | /* |
| 52 | * Feature disable options | 47 | * Feature disable options |
| 53 | * These options are also useful to firmware size reduction. | 48 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kkatano/bakeneko80/config.h b/keyboards/kkatano/bakeneko80/config.h index 78feaee5df..fa55ec62a3 100644 --- a/keyboards/kkatano/bakeneko80/config.h +++ b/keyboards/kkatano/bakeneko80/config.h | |||
| @@ -64,11 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | /* Locking resynchronize hack */ | 64 | /* Locking resynchronize hack */ |
| 65 | #define LOCKING_RESYNC_ENABLE | 65 | #define LOCKING_RESYNC_ENABLE |
| 66 | 66 | ||
| 67 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 68 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 69 | */ | ||
| 70 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 71 | |||
| 72 | /* | 67 | /* |
| 73 | * Feature disable options | 68 | * Feature disable options |
| 74 | * These options are also useful to firmware size reduction. | 69 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kkatano/wallaby/config.h b/keyboards/kkatano/wallaby/config.h index 212afe4d39..9638562c84 100644 --- a/keyboards/kkatano/wallaby/config.h +++ b/keyboards/kkatano/wallaby/config.h | |||
| @@ -64,11 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | /* Locking resynchronize hack */ | 64 | /* Locking resynchronize hack */ |
| 65 | #define LOCKING_RESYNC_ENABLE | 65 | #define LOCKING_RESYNC_ENABLE |
| 66 | 66 | ||
| 67 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 68 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 69 | */ | ||
| 70 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 71 | |||
| 72 | /* | 67 | /* |
| 73 | * Feature disable options | 68 | * Feature disable options |
| 74 | * These options are also useful to firmware size reduction. | 69 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kkatano/yurei/config.h b/keyboards/kkatano/yurei/config.h index 69faa6f215..fa42359b38 100644 --- a/keyboards/kkatano/yurei/config.h +++ b/keyboards/kkatano/yurei/config.h | |||
| @@ -64,11 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | /* Locking resynchronize hack */ | 64 | /* Locking resynchronize hack */ |
| 65 | #define LOCKING_RESYNC_ENABLE | 65 | #define LOCKING_RESYNC_ENABLE |
| 66 | 66 | ||
| 67 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 68 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 69 | */ | ||
| 70 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 71 | |||
| 72 | /* | 67 | /* |
| 73 | * Feature disable options | 68 | * Feature disable options |
| 74 | * These options are also useful to firmware size reduction. | 69 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/knops/mini/config.h b/keyboards/knops/mini/config.h index cb3df517e9..60676302ab 100644 --- a/keyboards/knops/mini/config.h +++ b/keyboards/knops/mini/config.h | |||
| @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | /* | 46 | /* |
| 52 | * Feature disable options | 47 | * Feature disable options |
| 53 | * These options are also useful to firmware size reduction. | 48 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kprepublic/bm65hsrgb/rev1/config.h b/keyboards/kprepublic/bm65hsrgb/rev1/config.h index 136ed112a5..b29689b273 100644 --- a/keyboards/kprepublic/bm65hsrgb/rev1/config.h +++ b/keyboards/kprepublic/bm65hsrgb/rev1/config.h | |||
| @@ -56,11 +56,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 56 | /* Locking resynchronize hack */ | 56 | /* Locking resynchronize hack */ |
| 57 | #define LOCKING_RESYNC_ENABLE | 57 | #define LOCKING_RESYNC_ENABLE |
| 58 | 58 | ||
| 59 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 60 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 61 | */ | ||
| 62 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 63 | |||
| 64 | /* | 59 | /* |
| 65 | * Feature disable options | 60 | * Feature disable options |
| 66 | * These options are also useful to firmware size reduction. | 61 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kprepublic/bm68hsrgb/rev1/config.h b/keyboards/kprepublic/bm68hsrgb/rev1/config.h index 4284d73f82..b6f5ad5e75 100644 --- a/keyboards/kprepublic/bm68hsrgb/rev1/config.h +++ b/keyboards/kprepublic/bm68hsrgb/rev1/config.h | |||
| @@ -108,11 +108,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 108 | /* Locking resynchronize hack */ | 108 | /* Locking resynchronize hack */ |
| 109 | #define LOCKING_RESYNC_ENABLE | 109 | #define LOCKING_RESYNC_ENABLE |
| 110 | 110 | ||
| 111 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 112 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 113 | */ | ||
| 114 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 115 | |||
| 116 | /* | 111 | /* |
| 117 | * Feature disable options | 112 | * Feature disable options |
| 118 | * These options are also useful to firmware size reduction. | 113 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kprepublic/bm980hsrgb/config.h b/keyboards/kprepublic/bm980hsrgb/config.h index 319b095c27..f8d79fbcef 100644 --- a/keyboards/kprepublic/bm980hsrgb/config.h +++ b/keyboards/kprepublic/bm980hsrgb/config.h | |||
| @@ -63,11 +63,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 63 | /* Locking resynchronize hack */ | 63 | /* Locking resynchronize hack */ |
| 64 | #define LOCKING_RESYNC_ENABLE | 64 | #define LOCKING_RESYNC_ENABLE |
| 65 | 65 | ||
| 66 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 67 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 68 | */ | ||
| 69 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 70 | |||
| 71 | /* | 66 | /* |
| 72 | * Feature disable options | 67 | * Feature disable options |
| 73 | * These options are also useful to firmware size reduction. | 68 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/kprepublic/cospad/config.h b/keyboards/kprepublic/cospad/config.h index 40339dfe0e..b80837e1d6 100644 --- a/keyboards/kprepublic/cospad/config.h +++ b/keyboards/kprepublic/cospad/config.h | |||
| @@ -81,11 +81,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 81 | /* Locking resynchronize hack */ | 81 | /* Locking resynchronize hack */ |
| 82 | #define LOCKING_RESYNC_ENABLE | 82 | #define LOCKING_RESYNC_ENABLE |
| 83 | 83 | ||
| 84 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 85 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 86 | */ | ||
| 87 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 88 | |||
| 89 | /* | 84 | /* |
| 90 | * Feature disable options | 85 | * Feature disable options |
| 91 | * These options are also useful to firmware size reduction. | 86 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ktec/daisy/config.h b/keyboards/ktec/daisy/config.h index a29079d18c..d0d368a581 100644 --- a/keyboards/ktec/daisy/config.h +++ b/keyboards/ktec/daisy/config.h | |||
| @@ -80,11 +80,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 80 | /* Locking resynchronize hack */ | 80 | /* Locking resynchronize hack */ |
| 81 | #define LOCKING_RESYNC_ENABLE | 81 | #define LOCKING_RESYNC_ENABLE |
| 82 | 82 | ||
| 83 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 84 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 85 | */ | ||
| 86 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 87 | |||
| 88 | /* | 83 | /* |
| 89 | * Feature disable options | 84 | * Feature disable options |
| 90 | * These options are also useful to firmware size reduction. | 85 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ky01/config.h b/keyboards/ky01/config.h index a5fb41f392..9a7580a28b 100644 --- a/keyboards/ky01/config.h +++ b/keyboards/ky01/config.h | |||
| @@ -64,11 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | /* Locking resynchronize hack */ | 64 | /* Locking resynchronize hack */ |
| 65 | #define LOCKING_RESYNC_ENABLE | 65 | #define LOCKING_RESYNC_ENABLE |
| 66 | 66 | ||
| 67 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 68 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 69 | */ | ||
| 70 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 71 | |||
| 72 | /* | 67 | /* |
| 73 | * Feature disable options | 68 | * Feature disable options |
| 74 | * These options are also useful to firmware size reduction. | 69 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/labyrinth75/config.h b/keyboards/labyrinth75/config.h index 738dbedc9c..87917f95fc 100644 --- a/keyboards/labyrinth75/config.h +++ b/keyboards/labyrinth75/config.h | |||
| @@ -74,11 +74,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 74 | /* Locking resynchronize hack */ | 74 | /* Locking resynchronize hack */ |
| 75 | #define LOCKING_RESYNC_ENABLE | 75 | #define LOCKING_RESYNC_ENABLE |
| 76 | 76 | ||
| 77 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 78 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 79 | */ | ||
| 80 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 81 | |||
| 82 | /* | 77 | /* |
| 83 | * Feature disable options | 78 | * Feature disable options |
| 84 | * These options are also useful to firmware size reduction. | 79 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/lfkeyboards/lfk78/config.h b/keyboards/lfkeyboards/lfk78/config.h index 9eee4da8b8..0323881c61 100644 --- a/keyboards/lfkeyboards/lfk78/config.h +++ b/keyboards/lfkeyboards/lfk78/config.h | |||
| @@ -57,11 +57,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 57 | /* Locking resynchronize hack */ | 57 | /* Locking resynchronize hack */ |
| 58 | #define LOCKING_RESYNC_ENABLE | 58 | #define LOCKING_RESYNC_ENABLE |
| 59 | 59 | ||
| 60 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 61 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 62 | */ | ||
| 63 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 64 | |||
| 65 | /* | 60 | /* |
| 66 | * Feature disable options | 61 | * Feature disable options |
| 67 | * These options are also useful to firmware size reduction. | 62 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/lfkeyboards/lfkpad/config.h b/keyboards/lfkeyboards/lfkpad/config.h index a2fe521810..9c8f5034f8 100644 --- a/keyboards/lfkeyboards/lfkpad/config.h +++ b/keyboards/lfkeyboards/lfkpad/config.h | |||
| @@ -69,11 +69,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 69 | /* Locking resynchronize hack */ | 69 | /* Locking resynchronize hack */ |
| 70 | #define LOCKING_RESYNC_ENABLE | 70 | #define LOCKING_RESYNC_ENABLE |
| 71 | 71 | ||
| 72 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 73 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 74 | */ | ||
| 75 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 76 | |||
| 77 | /* | 72 | /* |
| 78 | * Feature disable options | 73 | * Feature disable options |
| 79 | * These options are also useful to firmware size reduction. | 74 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/lfkeyboards/smk65/revb/config.h b/keyboards/lfkeyboards/smk65/revb/config.h index 82acf99977..3b39e47f98 100644 --- a/keyboards/lfkeyboards/smk65/revb/config.h +++ b/keyboards/lfkeyboards/smk65/revb/config.h | |||
| @@ -59,11 +59,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 59 | /* Locking resynchronize hack */ | 59 | /* Locking resynchronize hack */ |
| 60 | #define LOCKING_RESYNC_ENABLE | 60 | #define LOCKING_RESYNC_ENABLE |
| 61 | 61 | ||
| 62 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 63 | * This is useful 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/lfkeyboards/smk65/revf/config.h b/keyboards/lfkeyboards/smk65/revf/config.h index a079e8d264..c66720fe8a 100644 --- a/keyboards/lfkeyboards/smk65/revf/config.h +++ b/keyboards/lfkeyboards/smk65/revf/config.h | |||
| @@ -56,11 +56,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 56 | /* Locking resynchronize hack */ | 56 | /* Locking resynchronize hack */ |
| 57 | #define LOCKING_RESYNC_ENABLE | 57 | #define LOCKING_RESYNC_ENABLE |
| 58 | 58 | ||
| 59 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 60 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 61 | */ | ||
| 62 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 63 | |||
| 64 | /* | 59 | /* |
| 65 | * Feature disable options | 60 | * Feature disable options |
| 66 | * These options are also useful to firmware size reduction. | 61 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/lizard_trick/tenkey_plusplus/config.h b/keyboards/lizard_trick/tenkey_plusplus/config.h index b825e42ae6..48ac41836b 100644 --- a/keyboards/lizard_trick/tenkey_plusplus/config.h +++ b/keyboards/lizard_trick/tenkey_plusplus/config.h | |||
| @@ -77,11 +77,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 77 | /* Locking resynchronize hack */ | 77 | /* Locking resynchronize hack */ |
| 78 | #define LOCKING_RESYNC_ENABLE | 78 | #define LOCKING_RESYNC_ENABLE |
| 79 | 79 | ||
| 80 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 81 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 82 | */ | ||
| 83 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 84 | |||
| 85 | /* | 80 | /* |
| 86 | * Feature disable options | 81 | * Feature disable options |
| 87 | * These options are also useful to firmware size reduction. | 82 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/lm_keyboard/lm60n/config.h b/keyboards/lm_keyboard/lm60n/config.h index 5d9b245144..9347875f07 100644 --- a/keyboards/lm_keyboard/lm60n/config.h +++ b/keyboards/lm_keyboard/lm60n/config.h | |||
| @@ -80,11 +80,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 80 | /* Locking resynchronize hack */ | 80 | /* Locking resynchronize hack */ |
| 81 | #define LOCKING_RESYNC_ENABLE | 81 | #define LOCKING_RESYNC_ENABLE |
| 82 | 82 | ||
| 83 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 84 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 85 | */ | ||
| 86 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 87 | |||
| 88 | /* | 83 | /* |
| 89 | * Feature disable options | 84 | * Feature disable options |
| 90 | * These options are also useful to firmware size reduction. | 85 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/loki65/config.h b/keyboards/loki65/config.h index 12b3490c2f..03cd8b4a03 100644 --- a/keyboards/loki65/config.h +++ b/keyboards/loki65/config.h | |||
| @@ -60,11 +60,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 60 | #define RGBLIGHT_EFFECT_ALTERNATING | 60 | #define RGBLIGHT_EFFECT_ALTERNATING |
| 61 | #define RGBLIGHT_EFFECT_TWINKLE | 61 | #define RGBLIGHT_EFFECT_TWINKLE |
| 62 | 62 | ||
| 63 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 64 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 65 | */ | ||
| 66 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 67 | |||
| 68 | /* Bootmagic Lite key configuration */ | 63 | /* Bootmagic Lite key configuration */ |
| 69 | #define BOOTMAGIC_LITE_ROW 0 | 64 | #define BOOTMAGIC_LITE_ROW 0 |
| 70 | #define BOOTMAGIC_LITE_COLUMN 0 | 65 | #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/machine_industries/m4_a/config.h b/keyboards/machine_industries/m4_a/config.h index b7975d3c5b..01eee5bbaa 100644 --- a/keyboards/machine_industries/m4_a/config.h +++ b/keyboards/machine_industries/m4_a/config.h | |||
| @@ -56,11 +56,6 @@ | |||
| 56 | /* Locking resynchronize hack */ | 56 | /* Locking resynchronize hack */ |
| 57 | #define LOCKING_RESYNC_ENABLE | 57 | #define LOCKING_RESYNC_ENABLE |
| 58 | 58 | ||
| 59 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 60 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 61 | */ | ||
| 62 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 63 | |||
| 64 | /* | 59 | /* |
| 65 | * Feature disable options | 60 | * Feature disable options |
| 66 | * These options are also useful to firmware size reduction. | 61 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/manta60/config.h b/keyboards/manta60/config.h index 77ce49404c..6f4dd0f966 100644 --- a/keyboards/manta60/config.h +++ b/keyboards/manta60/config.h | |||
| @@ -88,11 +88,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 88 | /* Locking resynchronize hack */ | 88 | /* Locking resynchronize hack */ |
| 89 | #define LOCKING_RESYNC_ENABLE | 89 | #define LOCKING_RESYNC_ENABLE |
| 90 | 90 | ||
| 91 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 92 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 93 | */ | ||
| 94 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 95 | |||
| 96 | /* | 91 | /* |
| 97 | * Feature disable options | 92 | * Feature disable options |
| 98 | * These options are also useful to firmware size reduction. | 93 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/marksard/leftover30/config.h b/keyboards/marksard/leftover30/config.h index e4ca6eb577..7862f89941 100644 --- a/keyboards/marksard/leftover30/config.h +++ b/keyboards/marksard/leftover30/config.h | |||
| @@ -74,11 +74,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 74 | /* Locking resynchronize hack */ | 74 | /* Locking resynchronize hack */ |
| 75 | #define LOCKING_RESYNC_ENABLE | 75 | #define LOCKING_RESYNC_ENABLE |
| 76 | 76 | ||
| 77 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 78 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 79 | */ | ||
| 80 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 81 | |||
| 82 | /* | 77 | /* |
| 83 | * Feature disable options | 78 | * Feature disable options |
| 84 | * These options are also useful to firmware size reduction. | 79 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/marksard/treadstone48/rev1/config.h b/keyboards/marksard/treadstone48/rev1/config.h index c1b36ea5d0..b97b045517 100644 --- a/keyboards/marksard/treadstone48/rev1/config.h +++ b/keyboards/marksard/treadstone48/rev1/config.h | |||
| @@ -79,11 +79,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 79 | /* Locking resynchronize hack */ | 79 | /* Locking resynchronize hack */ |
| 80 | #define LOCKING_RESYNC_ENABLE | 80 | #define LOCKING_RESYNC_ENABLE |
| 81 | 81 | ||
| 82 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 83 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 84 | */ | ||
| 85 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 86 | |||
| 87 | /* | 82 | /* |
| 88 | * Feature disable options | 83 | * Feature disable options |
| 89 | * These options are also useful to firmware size reduction. | 84 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/marksard/treadstone48/rev2/config.h b/keyboards/marksard/treadstone48/rev2/config.h index d0caed3103..a975be7b08 100644 --- a/keyboards/marksard/treadstone48/rev2/config.h +++ b/keyboards/marksard/treadstone48/rev2/config.h | |||
| @@ -73,11 +73,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 73 | /* Locking resynchronize hack */ | 73 | /* Locking resynchronize hack */ |
| 74 | #define LOCKING_RESYNC_ENABLE | 74 | #define LOCKING_RESYNC_ENABLE |
| 75 | 75 | ||
| 76 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 77 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 78 | */ | ||
| 79 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 80 | |||
| 81 | /* | 76 | /* |
| 82 | * Feature disable options | 77 | * Feature disable options |
| 83 | * These options are also useful to firmware size reduction. | 78 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/mc_76k/config.h b/keyboards/mc_76k/config.h index f369da7a11..4a88dac6b8 100644 --- a/keyboards/mc_76k/config.h +++ b/keyboards/mc_76k/config.h | |||
| @@ -42,8 +42,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 42 | #define LOCKING_SUPPORT_ENABLE | 42 | #define LOCKING_SUPPORT_ENABLE |
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | |||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/mechkeys/mk60/config.h b/keyboards/mechkeys/mk60/config.h index f757d8a11a..73f5cdf559 100644 --- a/keyboards/mechkeys/mk60/config.h +++ b/keyboards/mechkeys/mk60/config.h | |||
| @@ -75,11 +75,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 75 | /* Locking resynchronize hack */ | 75 | /* Locking resynchronize hack */ |
| 76 | #define LOCKING_RESYNC_ENABLE | 76 | #define LOCKING_RESYNC_ENABLE |
| 77 | 77 | ||
| 78 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 79 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 80 | */ | ||
| 81 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 82 | |||
| 83 | /* | 78 | /* |
| 84 | * Feature disable options | 79 | * Feature disable options |
| 85 | * These options are also useful to firmware size reduction. | 80 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/mechlovin/hannah910/config.h b/keyboards/mechlovin/hannah910/config.h index 0aad1029f3..720f072725 100644 --- a/keyboards/mechlovin/hannah910/config.h +++ b/keyboards/mechlovin/hannah910/config.h | |||
| @@ -61,11 +61,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 61 | /* Locking resynchronize hack */ | 61 | /* Locking resynchronize hack */ |
| 62 | #define LOCKING_RESYNC_ENABLE | 62 | #define LOCKING_RESYNC_ENABLE |
| 63 | 63 | ||
| 64 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 65 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 66 | */ | ||
| 67 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 68 | |||
| 69 | /* | 64 | /* |
| 70 | * Feature disable options | 65 | * Feature disable options |
| 71 | * These options are also useful to firmware size reduction. | 66 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/mechlovin/jay60/config.h b/keyboards/mechlovin/jay60/config.h index 938a59a9ec..8f3dab29ed 100644 --- a/keyboards/mechlovin/jay60/config.h +++ b/keyboards/mechlovin/jay60/config.h | |||
| @@ -65,11 +65,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 65 | /* Locking resynchronize hack */ | 65 | /* Locking resynchronize hack */ |
| 66 | #define LOCKING_RESYNC_ENABLE | 66 | #define LOCKING_RESYNC_ENABLE |
| 67 | 67 | ||
| 68 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 69 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 70 | */ | ||
| 71 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 72 | |||
| 73 | /* | 68 | /* |
| 74 | * Feature disable options | 69 | * Feature disable options |
| 75 | * These options are also useful to firmware size reduction. | 70 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/mechlovin/kay60/config.h b/keyboards/mechlovin/kay60/config.h index f58bb1abf7..f3c8b867a6 100644 --- a/keyboards/mechlovin/kay60/config.h +++ b/keyboards/mechlovin/kay60/config.h | |||
| @@ -70,11 +70,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 70 | //# define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 | 70 | //# define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 |
| 71 | #endif | 71 | #endif |
| 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/mechlovin/kay65/config.h b/keyboards/mechlovin/kay65/config.h index 8db1c00054..cdbe45d847 100644 --- a/keyboards/mechlovin/kay65/config.h +++ b/keyboards/mechlovin/kay65/config.h | |||
| @@ -75,11 +75,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 75 | //# define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 | 75 | //# define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 |
| 76 | #endif | 76 | #endif |
| 77 | 77 | ||
| 78 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 79 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 80 | */ | ||
| 81 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 82 | |||
| 83 | /* | 78 | /* |
| 84 | * Feature disable options | 79 | * Feature disable options |
| 85 | * These options are also useful to firmware size reduction. | 80 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/mechlovin/zed65/config.h b/keyboards/mechlovin/zed65/config.h index a72ba51086..2c7d3f86d8 100644 --- a/keyboards/mechlovin/zed65/config.h +++ b/keyboards/mechlovin/zed65/config.h | |||
| @@ -41,11 +41,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 41 | //#define LED_COMPOSE_PIN B3 | 41 | //#define LED_COMPOSE_PIN B3 |
| 42 | //#define LED_KANA_PIN B4 | 42 | //#define LED_KANA_PIN B4 |
| 43 | 43 | ||
| 44 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 45 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 46 | */ | ||
| 47 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 48 | |||
| 49 | /* | 44 | /* |
| 50 | * Feature disable options | 45 | * Feature disable options |
| 51 | * These options are also useful to firmware size reduction. | 46 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/mechwild/bbs/config.h b/keyboards/mechwild/bbs/config.h index 4ac406d74d..afe9ca5538 100644 --- a/keyboards/mechwild/bbs/config.h +++ b/keyboards/mechwild/bbs/config.h | |||
| @@ -36,11 +36,6 @@ | |||
| 36 | /* Locking resynchronize hack */ | 36 | /* Locking resynchronize hack */ |
| 37 | #define LOCKING_RESYNC_ENABLE | 37 | #define LOCKING_RESYNC_ENABLE |
| 38 | 38 | ||
| 39 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 40 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 41 | */ | ||
| 42 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 43 | |||
| 44 | #define FORCE_NKRO | 39 | #define FORCE_NKRO |
| 45 | 40 | ||
| 46 | /* | 41 | /* |
diff --git a/keyboards/mechwild/mokulua/mirrored/config.h b/keyboards/mechwild/mokulua/mirrored/config.h index 3cc7de83ab..dd1f75d531 100644 --- a/keyboards/mechwild/mokulua/mirrored/config.h +++ b/keyboards/mechwild/mokulua/mirrored/config.h | |||
| @@ -70,12 +70,6 @@ | |||
| 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 | |||
| 79 | /* Bootmagic Lite key configuration */ | 73 | /* Bootmagic Lite key configuration */ |
| 80 | #define BOOTMAGIC_LITE_ROW 0 | 74 | #define BOOTMAGIC_LITE_ROW 0 |
| 81 | #define BOOTMAGIC_LITE_COLUMN 0 | 75 | #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/mechwild/mokulua/standard/config.h b/keyboards/mechwild/mokulua/standard/config.h index 4ebd81b24c..1076f8fee0 100644 --- a/keyboards/mechwild/mokulua/standard/config.h +++ b/keyboards/mechwild/mokulua/standard/config.h | |||
| @@ -70,11 +70,6 @@ | |||
| 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/mechwild/obe/config.h b/keyboards/mechwild/obe/config.h index 590859b691..c3fa5f81f1 100644 --- a/keyboards/mechwild/obe/config.h +++ b/keyboards/mechwild/obe/config.h | |||
| @@ -82,11 +82,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 82 | /* Locking resynchronize hack */ | 82 | /* Locking resynchronize hack */ |
| 83 | #define LOCKING_RESYNC_ENABLE | 83 | #define LOCKING_RESYNC_ENABLE |
| 84 | 84 | ||
| 85 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 86 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 87 | */ | ||
| 88 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 89 | |||
| 90 | /* | 85 | /* |
| 91 | * Feature disable options | 86 | * Feature disable options |
| 92 | * These options are also useful to firmware size reduction. | 87 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/mechwild/puckbuddy/config.h b/keyboards/mechwild/puckbuddy/config.h index 89e8f8ae77..3b20156483 100644 --- a/keyboards/mechwild/puckbuddy/config.h +++ b/keyboards/mechwild/puckbuddy/config.h | |||
| @@ -92,11 +92,6 @@ | |||
| 92 | /* Locking resynchronize hack */ | 92 | /* Locking resynchronize hack */ |
| 93 | #define LOCKING_RESYNC_ENABLE | 93 | #define LOCKING_RESYNC_ENABLE |
| 94 | 94 | ||
| 95 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 96 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 97 | */ | ||
| 98 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 99 | |||
| 100 | /* | 95 | /* |
| 101 | * Feature disable options | 96 | * Feature disable options |
| 102 | * These options are also useful to firmware size reduction. | 97 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/mechwild/waka60/config.h b/keyboards/mechwild/waka60/config.h index d498e9aa90..c1312c0f88 100644 --- a/keyboards/mechwild/waka60/config.h +++ b/keyboards/mechwild/waka60/config.h | |||
| @@ -78,11 +78,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 78 | /* Locking resynchronize hack */ | 78 | /* Locking resynchronize hack */ |
| 79 | #define LOCKING_RESYNC_ENABLE | 79 | #define LOCKING_RESYNC_ENABLE |
| 80 | 80 | ||
| 81 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 82 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 83 | */ | ||
| 84 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 85 | |||
| 86 | /* | 81 | /* |
| 87 | * Feature disable options | 82 | * Feature disable options |
| 88 | * These options are also useful to firmware size reduction. | 83 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/meme/config.h b/keyboards/meme/config.h index 7fcb6e0762..22d8cc30d9 100644 --- a/keyboards/meme/config.h +++ b/keyboards/meme/config.h | |||
| @@ -47,11 +47,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 47 | /* Locking resynchronize hack */ | 47 | /* Locking resynchronize hack */ |
| 48 | #define LOCKING_RESYNC_ENABLE | 48 | #define LOCKING_RESYNC_ENABLE |
| 49 | 49 | ||
| 50 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 51 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 52 | */ | ||
| 53 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 54 | |||
| 55 | /* | 50 | /* |
| 56 | * Feature disable options | 51 | * Feature disable options |
| 57 | * These options are also useful to firmware size reduction. | 52 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/meow65/config.h b/keyboards/meow65/config.h index b620641305..600d47759b 100644 --- a/keyboards/meow65/config.h +++ b/keyboards/meow65/config.h | |||
| @@ -66,11 +66,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 66 | /* Locking resynchronize hack */ | 66 | /* Locking resynchronize hack */ |
| 67 | #define LOCKING_RESYNC_ENABLE | 67 | #define LOCKING_RESYNC_ENABLE |
| 68 | 68 | ||
| 69 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 70 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 71 | */ | ||
| 72 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 73 | |||
| 74 | /* | 69 | /* |
| 75 | * Feature disable options | 70 | * Feature disable options |
| 76 | * These options are also useful to firmware size reduction. | 71 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/meson/config.h b/keyboards/meson/config.h index 0d4e9cc378..d32267204b 100644 --- a/keyboards/meson/config.h +++ b/keyboards/meson/config.h | |||
| @@ -64,11 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | /* Locking resynchronize hack */ | 64 | /* Locking resynchronize hack */ |
| 65 | #define LOCKING_RESYNC_ENABLE | 65 | #define LOCKING_RESYNC_ENABLE |
| 66 | 66 | ||
| 67 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 68 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 69 | */ | ||
| 70 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 71 | |||
| 72 | /* | 67 | /* |
| 73 | * Feature disable options | 68 | * Feature disable options |
| 74 | * These options are also useful to firmware size reduction. | 69 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/metamechs/timberwolf/config.h b/keyboards/metamechs/timberwolf/config.h index 29c215a51a..1cf8da6beb 100644 --- a/keyboards/metamechs/timberwolf/config.h +++ b/keyboards/metamechs/timberwolf/config.h | |||
| @@ -52,11 +52,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 52 | #define BACKLIGHT_PIN C6 | 52 | #define BACKLIGHT_PIN C6 |
| 53 | #define BACKLIGHT_LEVELS 16 | 53 | #define BACKLIGHT_LEVELS 16 |
| 54 | 54 | ||
| 55 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 56 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 57 | */ | ||
| 58 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 59 | |||
| 60 | /* | 55 | /* |
| 61 | * Feature disable options | 56 | * Feature disable options |
| 62 | * These options are also useful to firmware size reduction. | 57 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/mikeneko65/config.h b/keyboards/mikeneko65/config.h index 7094f4da34..bd5e551c34 100644 --- a/keyboards/mikeneko65/config.h +++ b/keyboards/mikeneko65/config.h | |||
| @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | /* | 46 | /* |
| 52 | * Feature disable options | 47 | * Feature disable options |
| 53 | * These options are also useful to firmware size reduction. | 48 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/mini_elixivy/config.h b/keyboards/mini_elixivy/config.h index 44cd1f6983..839396da9b 100644 --- a/keyboards/mini_elixivy/config.h +++ b/keyboards/mini_elixivy/config.h | |||
| @@ -45,11 +45,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 45 | /* Locking resynchronize hack */ | 45 | /* Locking resynchronize hack */ |
| 46 | #define LOCKING_RESYNC_ENABLE | 46 | #define LOCKING_RESYNC_ENABLE |
| 47 | 47 | ||
| 48 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 49 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 50 | */ | ||
| 51 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 52 | |||
| 53 | /* | 48 | /* |
| 54 | * Feature disable options | 49 | * Feature disable options |
| 55 | * These options are also useful to firmware size reduction. | 50 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/mini_ten_key_plus/config.h b/keyboards/mini_ten_key_plus/config.h index 839b430976..df422188b6 100644 --- a/keyboards/mini_ten_key_plus/config.h +++ b/keyboards/mini_ten_key_plus/config.h | |||
| @@ -45,11 +45,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 45 | /* Locking resynchronize hack */ | 45 | /* Locking resynchronize hack */ |
| 46 | #define LOCKING_RESYNC_ENABLE | 46 | #define LOCKING_RESYNC_ENABLE |
| 47 | 47 | ||
| 48 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 49 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 50 | */ | ||
| 51 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 52 | |||
| 53 | /* | 48 | /* |
| 54 | * Feature disable options | 49 | * Feature disable options |
| 55 | * These options are also useful to firmware size reduction. | 50 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/miniaxe/config.h b/keyboards/miniaxe/config.h index 88c12294ef..2dc9ca46a6 100644 --- a/keyboards/miniaxe/config.h +++ b/keyboards/miniaxe/config.h | |||
| @@ -69,11 +69,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 69 | /* Locking resynchronize hack */ | 69 | /* Locking resynchronize hack */ |
| 70 | #define LOCKING_RESYNC_ENABLE | 70 | #define LOCKING_RESYNC_ENABLE |
| 71 | 71 | ||
| 72 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 73 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 74 | */ | ||
| 75 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 76 | |||
| 77 | /* | 72 | /* |
| 78 | * Feature disable options | 73 | * Feature disable options |
| 79 | * These options are also useful to firmware size reduction. | 74 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/mint60/config.h b/keyboards/mint60/config.h index 3a172345cd..16613b2a4d 100644 --- a/keyboards/mint60/config.h +++ b/keyboards/mint60/config.h | |||
| @@ -48,11 +48,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 48 | /* Locking resynchronize hack */ | 48 | /* Locking resynchronize hack */ |
| 49 | #define LOCKING_RESYNC_ENABLE | 49 | #define LOCKING_RESYNC_ENABLE |
| 50 | 50 | ||
| 51 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 52 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 53 | */ | ||
| 54 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 55 | |||
| 56 | /* ws2812 RGB LED */ | 51 | /* ws2812 RGB LED */ |
| 57 | #define RGB_DI_PIN D3 | 52 | #define RGB_DI_PIN D3 |
| 58 | 53 | ||
diff --git a/keyboards/mnk1800s/config.h b/keyboards/mnk1800s/config.h index 49279a6618..46a9f55143 100755 --- a/keyboards/mnk1800s/config.h +++ b/keyboards/mnk1800s/config.h | |||
| @@ -31,11 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 31 | /* Ensure we jump to bootloader if the QK_BOOT keycode was pressed */ | 31 | /* Ensure we jump to bootloader if the QK_BOOT keycode was pressed */ |
| 32 | #define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE | 32 | #define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE |
| 33 | 33 | ||
| 34 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 35 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 36 | */ | ||
| 37 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 38 | |||
| 39 | /* Bootmagic Lite key configuration */ | 34 | /* Bootmagic Lite key configuration */ |
| 40 | #define BOOTMAGIC_LITE_ROW 0 | 35 | #define BOOTMAGIC_LITE_ROW 0 |
| 41 | #define BOOTMAGIC_LITE_COLUMN 0 | 36 | #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/mnk50/config.h b/keyboards/mnk50/config.h index 4df3763fb6..97a3da7b55 100755 --- a/keyboards/mnk50/config.h +++ b/keyboards/mnk50/config.h | |||
| @@ -31,11 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 31 | /* Ensure we jump to bootloader if the QK_BOOT keycode was pressed */ | 31 | /* Ensure we jump to bootloader if the QK_BOOT keycode was pressed */ |
| 32 | #define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE | 32 | #define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE |
| 33 | 33 | ||
| 34 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 35 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 36 | */ | ||
| 37 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 38 | |||
| 39 | /* Bootmagic Lite key configuration */ | 34 | /* Bootmagic Lite key configuration */ |
| 40 | #define BOOTMAGIC_LITE_ROW 0 | 35 | #define BOOTMAGIC_LITE_ROW 0 |
| 41 | #define BOOTMAGIC_LITE_COLUMN 0 | 36 | #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/mnk75/config.h b/keyboards/mnk75/config.h index 00ec6eef1e..264630cc96 100755 --- a/keyboards/mnk75/config.h +++ b/keyboards/mnk75/config.h | |||
| @@ -31,11 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 31 | /* Ensure we jump to bootloader if the QK_BOOT keycode was pressed */ | 31 | /* Ensure we jump to bootloader if the QK_BOOT keycode was pressed */ |
| 32 | #define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE | 32 | #define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE |
| 33 | 33 | ||
| 34 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 35 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 36 | */ | ||
| 37 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 38 | |||
| 39 | /* Bootmagic Lite key configuration */ | 34 | /* Bootmagic Lite key configuration */ |
| 40 | #define BOOTMAGIC_LITE_ROW 0 | 35 | #define BOOTMAGIC_LITE_ROW 0 |
| 41 | #define BOOTMAGIC_LITE_COLUMN 0 | 36 | #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/mntre/config.h b/keyboards/mntre/config.h index f29b1b650e..8730ee77c7 100644 --- a/keyboards/mntre/config.h +++ b/keyboards/mntre/config.h | |||
| @@ -33,11 +33,6 @@ | |||
| 33 | /* Locking resynchronize hack */ | 33 | /* Locking resynchronize hack */ |
| 34 | #define LOCKING_RESYNC_ENABLE | 34 | #define LOCKING_RESYNC_ENABLE |
| 35 | 35 | ||
| 36 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 37 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 38 | */ | ||
| 39 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 40 | |||
| 41 | /* | 36 | /* |
| 42 | * Feature disable options | 37 | * Feature disable options |
| 43 | * These options are also useful to firmware size reduction. | 38 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/mode/m80v1/config.h b/keyboards/mode/m80v1/config.h index ad33c8f65a..f7101f36ca 100644 --- a/keyboards/mode/m80v1/config.h +++ b/keyboards/mode/m80v1/config.h | |||
| @@ -41,11 +41,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 41 | /* Locking resynchronize hack */ | 41 | /* Locking resynchronize hack */ |
| 42 | #define LOCKING_RESYNC_ENABLE | 42 | #define LOCKING_RESYNC_ENABLE |
| 43 | 43 | ||
| 44 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 45 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 46 | */ | ||
| 47 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 48 | |||
| 49 | /* | 44 | /* |
| 50 | * Feature disable options | 45 | * Feature disable options |
| 51 | * These options are also useful to firmware size reduction. | 46 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/molecule/config.h b/keyboards/molecule/config.h index 36928695ad..b34ae2ec2b 100755 --- a/keyboards/molecule/config.h +++ b/keyboards/molecule/config.h | |||
| @@ -75,11 +75,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 75 | /* Locking resynchronize hack */ | 75 | /* Locking resynchronize hack */ |
| 76 | #define LOCKING_RESYNC_ENABLE | 76 | #define LOCKING_RESYNC_ENABLE |
| 77 | 77 | ||
| 78 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 79 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 80 | */ | ||
| 81 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 82 | |||
| 83 | /* | 78 | /* |
| 84 | * Feature disable options | 79 | * Feature disable options |
| 85 | * These options are also useful to firmware size reduction. | 80 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/mountainblocks/mb17/config.h b/keyboards/mountainblocks/mb17/config.h index 7ea06d645a..e3fd71b1b2 100644 --- a/keyboards/mountainblocks/mb17/config.h +++ b/keyboards/mountainblocks/mb17/config.h | |||
| @@ -47,8 +47,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 47 | #define LOCKING_SUPPORT_ENABLE | 47 | #define LOCKING_SUPPORT_ENABLE |
| 48 | /* Locking resynchronize hack */ | 48 | /* Locking resynchronize hack */ |
| 49 | #define LOCKING_RESYNC_ENABLE | 49 | #define LOCKING_RESYNC_ENABLE |
| 50 | |||
| 51 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 52 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 53 | */ | ||
| 54 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/mt/mt40/config.h b/keyboards/mt/mt40/config.h index a05a2fa94b..811854bdc0 100644 --- a/keyboards/mt/mt40/config.h +++ b/keyboards/mt/mt40/config.h | |||
| @@ -65,11 +65,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 65 | /* Locking resynchronize hack */ | 65 | /* Locking resynchronize hack */ |
| 66 | /* #define LOCKING_RESYNC_ENABLE */ | 66 | /* #define LOCKING_RESYNC_ENABLE */ |
| 67 | 67 | ||
| 68 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 69 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 70 | */ | ||
| 71 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 72 | |||
| 73 | /* | 68 | /* |
| 74 | * Feature disable options | 69 | * Feature disable options |
| 75 | * These options are also useful to firmware size reduction. | 70 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/mxss/config.h b/keyboards/mxss/config.h index 5cdce52a29..589043aef2 100644 --- a/keyboards/mxss/config.h +++ b/keyboards/mxss/config.h | |||
| @@ -57,8 +57,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 57 | 57 | ||
| 58 | // FLED config takes up 1 byte, stored color count takes 1, stored colors take up to 8 | 58 | // FLED config takes up 1 byte, stored color count takes 1, stored colors take up to 8 |
| 59 | #define VIA_EEPROM_CUSTOM_CONFIG_SIZE 10 | 59 | #define VIA_EEPROM_CUSTOM_CONFIG_SIZE 10 |
| 60 | |||
| 61 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 62 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 63 | */ | ||
| 64 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/nacly/ua62/config.h b/keyboards/nacly/ua62/config.h index fe98c7117e..4c0fa52b45 100644 --- a/keyboards/nacly/ua62/config.h +++ b/keyboards/nacly/ua62/config.h | |||
| @@ -65,10 +65,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 65 | #define LOCKING_RESYNC_ENABLE | 65 | #define LOCKING_RESYNC_ENABLE |
| 66 | 66 | ||
| 67 | #define TAPPING_TERM 200 | 67 | #define TAPPING_TERM 200 |
| 68 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 69 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 70 | */ | ||
| 71 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 72 | 68 | ||
| 73 | /* | 69 | /* |
| 74 | * Feature disable options | 70 | * Feature disable options |
diff --git a/keyboards/nasu/config.h b/keyboards/nasu/config.h index 10e4aab63d..e9051bba30 100644 --- a/keyboards/nasu/config.h +++ b/keyboards/nasu/config.h | |||
| @@ -36,11 +36,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 36 | #define LED_NUM_LOCK_PIN B0 | 36 | #define LED_NUM_LOCK_PIN B0 |
| 37 | #define LED_SCROLL_LOCK_PIN A7 | 37 | #define LED_SCROLL_LOCK_PIN A7 |
| 38 | 38 | ||
| 39 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 40 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 41 | */ | ||
| 42 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 43 | |||
| 44 | /* Bootmagic Lite key configuration */ | 39 | /* Bootmagic Lite key configuration */ |
| 45 | #define BOOTMAGIC_LITE_ROW 1 | 40 | #define BOOTMAGIC_LITE_ROW 1 |
| 46 | #define BOOTMAGIC_LITE_COLUMN 0 | 41 | #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/nightingale_studios/hailey/config.h b/keyboards/nightingale_studios/hailey/config.h index cfd28174d8..1da31e614d 100644 --- a/keyboards/nightingale_studios/hailey/config.h +++ b/keyboards/nightingale_studios/hailey/config.h | |||
| @@ -46,11 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 46 | /* Locking resynchronize hack */ | 46 | /* Locking resynchronize hack */ |
| 47 | #define LOCKING_RESYNC_ENABLE | 47 | #define LOCKING_RESYNC_ENABLE |
| 48 | 48 | ||
| 49 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 50 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 51 | */ | ||
| 52 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 53 | |||
| 54 | /* | 49 | /* |
| 55 | * Feature disable options | 50 | * Feature disable options |
| 56 | * These options are also useful to firmware size reduction. | 51 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/nightly_boards/n87/config.h b/keyboards/nightly_boards/n87/config.h index e51ba24aeb..bfd089a423 100644 --- a/keyboards/nightly_boards/n87/config.h +++ b/keyboards/nightly_boards/n87/config.h | |||
| @@ -80,11 +80,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 80 | /* Locking resynchronize hack */ | 80 | /* Locking resynchronize hack */ |
| 81 | #define LOCKING_RESYNC_ENABLE | 81 | #define LOCKING_RESYNC_ENABLE |
| 82 | 82 | ||
| 83 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 84 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 85 | */ | ||
| 86 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 87 | |||
| 88 | /* | 83 | /* |
| 89 | * Feature disable options | 84 | * Feature disable options |
| 90 | * These options are also useful to firmware size reduction. | 85 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/nightmare/config.h b/keyboards/nightmare/config.h index 35d79a9d7f..f74305fa4d 100644 --- a/keyboards/nightmare/config.h +++ b/keyboards/nightmare/config.h | |||
| @@ -64,11 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | /* Locking resynchronize hack */ | 64 | /* Locking resynchronize hack */ |
| 65 | #define LOCKING_RESYNC_ENABLE | 65 | #define LOCKING_RESYNC_ENABLE |
| 66 | 66 | ||
| 67 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 68 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 69 | */ | ||
| 70 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 71 | |||
| 72 | /* | 67 | /* |
| 73 | * Feature disable options | 68 | * Feature disable options |
| 74 | * These options are also useful to firmware size reduction. | 69 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/novelkeys/nk1/config.h b/keyboards/novelkeys/nk1/config.h index 85273c824b..88b9c7abb8 100644 --- a/keyboards/novelkeys/nk1/config.h +++ b/keyboards/novelkeys/nk1/config.h | |||
| @@ -27,11 +27,6 @@ | |||
| 27 | { D4 } \ | 27 | { D4 } \ |
| 28 | } | 28 | } |
| 29 | 29 | ||
| 30 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 31 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 32 | */ | ||
| 33 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 34 | |||
| 35 | #define RGB_DI_PIN F0 | 30 | #define RGB_DI_PIN F0 |
| 36 | #ifdef RGB_DI_PIN | 31 | #ifdef RGB_DI_PIN |
| 37 | #define RGBLED_NUM 9 | 32 | #define RGBLED_NUM 9 |
diff --git a/keyboards/novelkeys/nk20/config.h b/keyboards/novelkeys/nk20/config.h index 8be97ea548..3e21ff2373 100644 --- a/keyboards/novelkeys/nk20/config.h +++ b/keyboards/novelkeys/nk20/config.h | |||
| @@ -28,11 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 28 | /* COL2ROW, ROW2COL*/ | 28 | /* COL2ROW, ROW2COL*/ |
| 29 | #define DIODE_DIRECTION COL2ROW | 29 | #define DIODE_DIRECTION COL2ROW |
| 30 | 30 | ||
| 31 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 32 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 33 | */ | ||
| 34 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 35 | |||
| 36 | /* Bootmagic Lite key configuration */ | 31 | /* Bootmagic Lite key configuration */ |
| 37 | #define BOOTMAGIC_LITE_ROW 0 | 32 | #define BOOTMAGIC_LITE_ROW 0 |
| 38 | #define BOOTMAGIC_LITE_COLUMN 0 | 33 | #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/novelkeys/nk65/config.h b/keyboards/novelkeys/nk65/config.h index 4eeaf96e15..f2711dffd6 100755 --- a/keyboards/novelkeys/nk65/config.h +++ b/keyboards/novelkeys/nk65/config.h | |||
| @@ -29,11 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 29 | /* COL2ROW, ROW2COL*/ | 29 | /* COL2ROW, ROW2COL*/ |
| 30 | #define DIODE_DIRECTION COL2ROW | 30 | #define DIODE_DIRECTION COL2ROW |
| 31 | 31 | ||
| 32 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 33 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 34 | */ | ||
| 35 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 36 | |||
| 37 | /* Bootmagic Lite key configuration */ | 32 | /* Bootmagic Lite key configuration */ |
| 38 | #define BOOTMAGIC_LITE_ROW 0 | 33 | #define BOOTMAGIC_LITE_ROW 0 |
| 39 | #define BOOTMAGIC_LITE_COLUMN 0 | 34 | #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/novelkeys/nk65b/config.h b/keyboards/novelkeys/nk65b/config.h index b8267e1012..cb582ee7b3 100755 --- a/keyboards/novelkeys/nk65b/config.h +++ b/keyboards/novelkeys/nk65b/config.h | |||
| @@ -32,11 +32,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 32 | #define LED_CAPS_LOCK_PIN A14 | 32 | #define LED_CAPS_LOCK_PIN A14 |
| 33 | #define LED_PIN_ON_STATE 0 | 33 | #define LED_PIN_ON_STATE 0 |
| 34 | 34 | ||
| 35 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 36 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 37 | */ | ||
| 38 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 39 | |||
| 40 | /* Bootmagic Lite key configuration */ | 35 | /* Bootmagic Lite key configuration */ |
| 41 | #define BOOTMAGIC_LITE_ROW 0 | 36 | #define BOOTMAGIC_LITE_ROW 0 |
| 42 | #define BOOTMAGIC_LITE_COLUMN 0 | 37 | #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/novelkeys/nk87/config.h b/keyboards/novelkeys/nk87/config.h index 1a60b40639..d7c9866dd2 100755 --- a/keyboards/novelkeys/nk87/config.h +++ b/keyboards/novelkeys/nk87/config.h | |||
| @@ -29,11 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 29 | /* COL2ROW, ROW2COL*/ | 29 | /* COL2ROW, ROW2COL*/ |
| 30 | #define DIODE_DIRECTION COL2ROW | 30 | #define DIODE_DIRECTION COL2ROW |
| 31 | 31 | ||
| 32 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 33 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 34 | */ | ||
| 35 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 36 | |||
| 37 | /* Bootmagic Lite key configuration */ | 32 | /* Bootmagic Lite key configuration */ |
| 38 | #define BOOTMAGIC_LITE_ROW 0 | 33 | #define BOOTMAGIC_LITE_ROW 0 |
| 39 | #define BOOTMAGIC_LITE_COLUMN 0 | 34 | #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/novelkeys/nk87b/config.h b/keyboards/novelkeys/nk87b/config.h index 1b1ae4d765..72c4192681 100644 --- a/keyboards/novelkeys/nk87b/config.h +++ b/keyboards/novelkeys/nk87b/config.h | |||
| @@ -32,11 +32,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 32 | #define LED_CAPS_LOCK_PIN A2 | 32 | #define LED_CAPS_LOCK_PIN A2 |
| 33 | #define LED_PIN_ON_STATE 0 | 33 | #define LED_PIN_ON_STATE 0 |
| 34 | 34 | ||
| 35 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 36 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 37 | */ | ||
| 38 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 39 | |||
| 40 | /* Bootmagic Lite key configuration */ | 35 | /* Bootmagic Lite key configuration */ |
| 41 | #define BOOTMAGIC_LITE_ROW 0 | 36 | #define BOOTMAGIC_LITE_ROW 0 |
| 42 | #define BOOTMAGIC_LITE_COLUMN 0 | 37 | #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/novelkeys/novelpad/config.h b/keyboards/novelkeys/novelpad/config.h index 3b1edc683f..f896293f79 100755 --- a/keyboards/novelkeys/novelpad/config.h +++ b/keyboards/novelkeys/novelpad/config.h | |||
| @@ -77,11 +77,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 77 | /* Locking resynchronize hack */ | 77 | /* Locking resynchronize hack */ |
| 78 | #define LOCKING_RESYNC_ENABLE | 78 | #define LOCKING_RESYNC_ENABLE |
| 79 | 79 | ||
| 80 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 81 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 82 | */ | ||
| 83 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 84 | |||
| 85 | /* | 80 | /* |
| 86 | * Feature disable options | 81 | * Feature disable options |
| 87 | * These options are also useful to firmware size reduction. | 82 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/noxary/220/config.h b/keyboards/noxary/220/config.h index 1f3af1f5b7..c2d55b6605 100644 --- a/keyboards/noxary/220/config.h +++ b/keyboards/noxary/220/config.h | |||
| @@ -52,11 +52,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 52 | /* Locking resynchronize hack */ | 52 | /* Locking resynchronize hack */ |
| 53 | #define LOCKING_RESYNC_ENABLE | 53 | #define LOCKING_RESYNC_ENABLE |
| 54 | 54 | ||
| 55 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 56 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 57 | */ | ||
| 58 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 59 | |||
| 60 | /* | 55 | /* |
| 61 | * Feature disable options | 56 | * Feature disable options |
| 62 | * These options are also useful to firmware size reduction. | 57 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/noxary/260/config.h b/keyboards/noxary/260/config.h index b3b3a30337..6691a13765 100644 --- a/keyboards/noxary/260/config.h +++ b/keyboards/noxary/260/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 userful 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/noxary/268_2/config.h b/keyboards/noxary/268_2/config.h index 6f994369a3..62d739f4b6 100644 --- a/keyboards/noxary/268_2/config.h +++ b/keyboards/noxary/268_2/config.h | |||
| @@ -51,11 +51,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 51 | /* Locking resynchronize hack */ | 51 | /* Locking resynchronize hack */ |
| 52 | #define LOCKING_RESYNC_ENABLE | 52 | #define LOCKING_RESYNC_ENABLE |
| 53 | 53 | ||
| 54 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 55 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 56 | */ | ||
| 57 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 58 | |||
| 59 | /* | 54 | /* |
| 60 | * Feature disable options | 55 | * Feature disable options |
| 61 | * These options are also useful to firmware size reduction. | 56 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/noxary/280/config.h b/keyboards/noxary/280/config.h index c38a415ed1..ad8303c680 100644 --- a/keyboards/noxary/280/config.h +++ b/keyboards/noxary/280/config.h | |||
| @@ -52,11 +52,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 52 | /* Locking resynchronize hack */ | 52 | /* Locking resynchronize hack */ |
| 53 | #define LOCKING_RESYNC_ENABLE | 53 | #define LOCKING_RESYNC_ENABLE |
| 54 | 54 | ||
| 55 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 56 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 57 | */ | ||
| 58 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 59 | |||
| 60 | /* | 55 | /* |
| 61 | * Feature disable options | 56 | * Feature disable options |
| 62 | * These options are also useful to firmware size reduction. | 57 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/noxary/vulcan/config.h b/keyboards/noxary/vulcan/config.h index 175a9ae4cc..c193276918 100644 --- a/keyboards/noxary/vulcan/config.h +++ b/keyboards/noxary/vulcan/config.h | |||
| @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | /* | 46 | /* |
| 52 | * Feature disable options | 47 | * Feature disable options |
| 53 | * These options are also useful to firmware size reduction. | 48 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/noxary/x268/config.h b/keyboards/noxary/x268/config.h index cbf8f073fa..520eb446f3 100644 --- a/keyboards/noxary/x268/config.h +++ b/keyboards/noxary/x268/config.h | |||
| @@ -68,11 +68,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 68 | /* Locking resynchronize hack */ | 68 | /* Locking resynchronize hack */ |
| 69 | #define LOCKING_RESYNC_ENABLE | 69 | #define LOCKING_RESYNC_ENABLE |
| 70 | 70 | ||
| 71 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 72 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 73 | */ | ||
| 74 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 75 | |||
| 76 | /* | 71 | /* |
| 77 | * Feature disable options | 72 | * Feature disable options |
| 78 | * These options are also useful to firmware size reduction. | 73 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/papercranekeyboards/gerald65/config.h b/keyboards/papercranekeyboards/gerald65/config.h index 23c40a45ae..68cd971646 100644 --- a/keyboards/papercranekeyboards/gerald65/config.h +++ b/keyboards/papercranekeyboards/gerald65/config.h | |||
| @@ -65,11 +65,6 @@ | |||
| 65 | /* Locking resynchronize hack */ | 65 | /* Locking resynchronize hack */ |
| 66 | #define LOCKING_RESYNC_ENABLE | 66 | #define LOCKING_RESYNC_ENABLE |
| 67 | 67 | ||
| 68 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 69 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 70 | */ | ||
| 71 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 72 | |||
| 73 | /* | 68 | /* |
| 74 | * Feature disable options | 69 | * Feature disable options |
| 75 | * These options are also useful to firmware size reduction. | 70 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/parallel/parallel_65/hotswap/config.h b/keyboards/parallel/parallel_65/hotswap/config.h index 7fd09c13b6..c335b239d1 100644 --- a/keyboards/parallel/parallel_65/hotswap/config.h +++ b/keyboards/parallel/parallel_65/hotswap/config.h | |||
| @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | /* | 46 | /* |
| 52 | * Feature disable options | 47 | * Feature disable options |
| 53 | * These options are also useful to firmware size reduction. | 48 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/parallel/parallel_65/soldered/config.h b/keyboards/parallel/parallel_65/soldered/config.h index 7fd09c13b6..c335b239d1 100644 --- a/keyboards/parallel/parallel_65/soldered/config.h +++ b/keyboards/parallel/parallel_65/soldered/config.h | |||
| @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | /* | 46 | /* |
| 52 | * Feature disable options | 47 | * Feature disable options |
| 53 | * These options are also useful to firmware size reduction. | 48 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/pdxkbc/config.h b/keyboards/pdxkbc/config.h index 0301d6a318..b2ae30a334 100644 --- a/keyboards/pdxkbc/config.h +++ b/keyboards/pdxkbc/config.h | |||
| @@ -73,11 +73,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 73 | /* Locking resynchronize hack */ | 73 | /* Locking resynchronize hack */ |
| 74 | #define LOCKING_RESYNC_ENABLE | 74 | #define LOCKING_RESYNC_ENABLE |
| 75 | 75 | ||
| 76 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 77 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 78 | */ | ||
| 79 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 80 | |||
| 81 | /* | 76 | /* |
| 82 | * Feature disable options | 77 | * Feature disable options |
| 83 | * These options are also useful to firmware size reduction. | 78 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/peranekofactory/tone/rev1/config.h b/keyboards/peranekofactory/tone/rev1/config.h index 59c30dd8a3..f8200d1835 100644 --- a/keyboards/peranekofactory/tone/rev1/config.h +++ b/keyboards/peranekofactory/tone/rev1/config.h | |||
| @@ -86,11 +86,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 86 | /* Locking resynchronize hack */ | 86 | /* Locking resynchronize hack */ |
| 87 | #define LOCKING_RESYNC_ENABLE | 87 | #define LOCKING_RESYNC_ENABLE |
| 88 | 88 | ||
| 89 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 90 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 91 | */ | ||
| 92 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 93 | |||
| 94 | /* | 89 | /* |
| 95 | * Feature disable options | 90 | * Feature disable options |
| 96 | * These options are also useful to firmware size reduction. | 91 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/peranekofactory/tone/rev2/config.h b/keyboards/peranekofactory/tone/rev2/config.h index bb7e5c2524..fb9a80c7ee 100644 --- a/keyboards/peranekofactory/tone/rev2/config.h +++ b/keyboards/peranekofactory/tone/rev2/config.h | |||
| @@ -77,11 +77,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 77 | /* Locking resynchronize hack */ | 77 | /* Locking resynchronize hack */ |
| 78 | #define LOCKING_RESYNC_ENABLE | 78 | #define LOCKING_RESYNC_ENABLE |
| 79 | 79 | ||
| 80 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 81 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 82 | */ | ||
| 83 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 84 | |||
| 85 | /* | 80 | /* |
| 86 | * Feature disable options | 81 | * Feature disable options |
| 87 | * These options are also useful to firmware size reduction. | 82 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/phantom/config.h b/keyboards/phantom/config.h index 4befa29ef8..1bc2bfce1c 100644 --- a/keyboards/phantom/config.h +++ b/keyboards/phantom/config.h | |||
| @@ -72,11 +72,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 72 | /* Locking resynchronize hack */ | 72 | /* Locking resynchronize hack */ |
| 73 | #define LOCKING_RESYNC_ENABLE | 73 | #define LOCKING_RESYNC_ENABLE |
| 74 | 74 | ||
| 75 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 76 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 77 | */ | ||
| 78 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 79 | |||
| 80 | /* | 75 | /* |
| 81 | * Feature disable options | 76 | * Feature disable options |
| 82 | * These options are also useful to firmware size reduction. | 77 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/pinky/3/config.h b/keyboards/pinky/3/config.h index 8b4f7e8759..cfaa73864d 100644 --- a/keyboards/pinky/3/config.h +++ b/keyboards/pinky/3/config.h | |||
| @@ -45,11 +45,6 @@ | |||
| 45 | */ | 45 | */ |
| 46 | #define SOFT_SERIAL_PIN D2 // or D1, D2, D3, E6 | 46 | #define SOFT_SERIAL_PIN D2 // or D1, D2, D3, E6 |
| 47 | 47 | ||
| 48 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 49 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 50 | */ | ||
| 51 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 52 | |||
| 53 | /* | 48 | /* |
| 54 | * Feature disable options | 49 | * Feature disable options |
| 55 | * These options are also useful to firmware size reduction. | 50 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/pinky/4/config.h b/keyboards/pinky/4/config.h index 87d80227aa..1ff6456ca8 100644 --- a/keyboards/pinky/4/config.h +++ b/keyboards/pinky/4/config.h | |||
| @@ -45,11 +45,6 @@ | |||
| 45 | */ | 45 | */ |
| 46 | #define SOFT_SERIAL_PIN D2 // or D1, D2, D3, E6 | 46 | #define SOFT_SERIAL_PIN D2 // or D1, D2, D3, E6 |
| 47 | 47 | ||
| 48 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 49 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 50 | */ | ||
| 51 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 52 | |||
| 53 | /* | 48 | /* |
| 54 | * Feature disable options | 49 | * Feature disable options |
| 55 | * These options are also useful to firmware size reduction. | 50 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/plume/plume65/config.h b/keyboards/plume/plume65/config.h index e77ad081cf..ce155f829f 100644 --- a/keyboards/plume/plume65/config.h +++ b/keyboards/plume/plume65/config.h | |||
| @@ -68,11 +68,6 @@ | |||
| 68 | /* Locking resynchronize hack */ | 68 | /* Locking resynchronize hack */ |
| 69 | #define LOCKING_RESYNC_ENABLE | 69 | #define LOCKING_RESYNC_ENABLE |
| 70 | 70 | ||
| 71 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 72 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 73 | */ | ||
| 74 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 75 | |||
| 76 | /* | 71 | /* |
| 77 | * Feature disable options | 72 | * Feature disable options |
| 78 | * These options are also useful to firmware size reduction. | 73 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/plut0nium/0x3e/config.h b/keyboards/plut0nium/0x3e/config.h index e3357e9d28..9e3421fe1c 100644 --- a/keyboards/plut0nium/0x3e/config.h +++ b/keyboards/plut0nium/0x3e/config.h | |||
| @@ -66,11 +66,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 66 | // #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 | 66 | // #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 |
| 67 | #endif | 67 | #endif |
| 68 | 68 | ||
| 69 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 70 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 71 | */ | ||
| 72 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 73 | |||
| 74 | /* | 69 | /* |
| 75 | * Feature disable options | 70 | * Feature disable options |
| 76 | * These options are also useful to firmware size reduction. | 71 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/plywrks/lune/config.h b/keyboards/plywrks/lune/config.h index e87de4c63e..09262fc717 100644 --- a/keyboards/plywrks/lune/config.h +++ b/keyboards/plywrks/lune/config.h | |||
| @@ -68,8 +68,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 68 | #define LOCKING_SUPPORT_ENABLE | 68 | #define LOCKING_SUPPORT_ENABLE |
| 69 | /* Locking resynchronize hack */ | 69 | /* Locking resynchronize hack */ |
| 70 | #define LOCKING_RESYNC_ENABLE | 70 | #define LOCKING_RESYNC_ENABLE |
| 71 | |||
| 72 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 73 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 74 | */ | ||
| 75 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/pohjolaworks/louhi/config.h b/keyboards/pohjolaworks/louhi/config.h index 7c3b758601..297fe5f6c4 100644 --- a/keyboards/pohjolaworks/louhi/config.h +++ b/keyboards/pohjolaworks/louhi/config.h | |||
| @@ -68,11 +68,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 68 | /* Locking resynchronize hack */ | 68 | /* Locking resynchronize hack */ |
| 69 | #define LOCKING_RESYNC_ENABLE | 69 | #define LOCKING_RESYNC_ENABLE |
| 70 | 70 | ||
| 71 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 72 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 73 | */ | ||
| 74 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 75 | |||
| 76 | /* | 71 | /* |
| 77 | * Feature disable options | 72 | * Feature disable options |
| 78 | * These options are also useful to firmware size reduction. | 73 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/portal_66/hotswap/config.h b/keyboards/portal_66/hotswap/config.h index 7fd09c13b6..c335b239d1 100644 --- a/keyboards/portal_66/hotswap/config.h +++ b/keyboards/portal_66/hotswap/config.h | |||
| @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | /* | 46 | /* |
| 52 | * Feature disable options | 47 | * Feature disable options |
| 53 | * These options are also useful to firmware size reduction. | 48 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/portal_66/soldered/config.h b/keyboards/portal_66/soldered/config.h index 7fd09c13b6..c335b239d1 100644 --- a/keyboards/portal_66/soldered/config.h +++ b/keyboards/portal_66/soldered/config.h | |||
| @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | /* | 46 | /* |
| 52 | * Feature disable options | 47 | * Feature disable options |
| 53 | * These options are also useful to firmware size reduction. | 48 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/pos78/config.h b/keyboards/pos78/config.h index 5c0642856e..2683ec5ae2 100644 --- a/keyboards/pos78/config.h +++ b/keyboards/pos78/config.h | |||
| @@ -52,11 +52,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 52 | #define LED_NUM_LOCK_PIN D2 | 52 | #define LED_NUM_LOCK_PIN D2 |
| 53 | #define LED_PIN_ON_STATE 1 | 53 | #define LED_PIN_ON_STATE 1 |
| 54 | 54 | ||
| 55 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 56 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 57 | */ | ||
| 58 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 59 | |||
| 60 | /* | 55 | /* |
| 61 | * Feature disable options | 56 | * Feature disable options |
| 62 | * These options are also useful to firmware size reduction. | 57 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/projectcain/relic/config.h b/keyboards/projectcain/relic/config.h index f7bd4499b3..dc00fd6b8e 100644 --- a/keyboards/projectcain/relic/config.h +++ b/keyboards/projectcain/relic/config.h | |||
| @@ -61,11 +61,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 61 | /* Locking resynchronize hack */ | 61 | /* Locking resynchronize hack */ |
| 62 | #define LOCKING_RESYNC_ENABLE | 62 | #define LOCKING_RESYNC_ENABLE |
| 63 | 63 | ||
| 64 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 65 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 66 | */ | ||
| 67 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 68 | |||
| 69 | /* | 64 | /* |
| 70 | * Feature disable options | 65 | * Feature disable options |
| 71 | * These options are also useful to firmware size reduction. | 66 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/projectcain/vault35/config.h b/keyboards/projectcain/vault35/config.h index cbf6d98970..0772242f25 100644 --- a/keyboards/projectcain/vault35/config.h +++ b/keyboards/projectcain/vault35/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/projectcain/vault45/config.h b/keyboards/projectcain/vault45/config.h index 3fa4e71093..380b840d25 100644 --- a/keyboards/projectcain/vault45/config.h +++ b/keyboards/projectcain/vault45/config.h | |||
| @@ -74,11 +74,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 74 | /* Locking resynchronize hack */ | 74 | /* Locking resynchronize hack */ |
| 75 | #define LOCKING_RESYNC_ENABLE | 75 | #define LOCKING_RESYNC_ENABLE |
| 76 | 76 | ||
| 77 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 78 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 79 | */ | ||
| 80 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 81 | |||
| 82 | /* | 77 | /* |
| 83 | * Feature disable options | 78 | * Feature disable options |
| 84 | * These options are also useful to firmware size reduction. | 79 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/prototypist/allison/config.h b/keyboards/prototypist/allison/config.h index e06a7b4aba..291f901b53 100644 --- a/keyboards/prototypist/allison/config.h +++ b/keyboards/prototypist/allison/config.h | |||
| @@ -68,11 +68,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 68 | /* Locking resynchronize hack */ | 68 | /* Locking resynchronize hack */ |
| 69 | #define LOCKING_RESYNC_ENABLE | 69 | #define LOCKING_RESYNC_ENABLE |
| 70 | 70 | ||
| 71 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 72 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 73 | */ | ||
| 74 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 75 | |||
| 76 | /* | 71 | /* |
| 77 | * Feature disable options | 72 | * Feature disable options |
| 78 | * These options are also useful to firmware size reduction. | 73 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/prototypist/allison_numpad/config.h b/keyboards/prototypist/allison_numpad/config.h index 2a13c9a970..49a281b99d 100644 --- a/keyboards/prototypist/allison_numpad/config.h +++ b/keyboards/prototypist/allison_numpad/config.h | |||
| @@ -68,11 +68,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 68 | /* Locking resynchronize hack */ | 68 | /* Locking resynchronize hack */ |
| 69 | #define LOCKING_RESYNC_ENABLE | 69 | #define LOCKING_RESYNC_ENABLE |
| 70 | 70 | ||
| 71 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 72 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 73 | */ | ||
| 74 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 75 | |||
| 76 | /* | 71 | /* |
| 77 | * Feature disable options | 72 | * Feature disable options |
| 78 | * These options are also useful to firmware size reduction. | 73 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/prototypist/j01/config.h b/keyboards/prototypist/j01/config.h index cdffd38737..193447debc 100644 --- a/keyboards/prototypist/j01/config.h +++ b/keyboards/prototypist/j01/config.h | |||
| @@ -44,8 +44,3 @@ | |||
| 44 | #define LOCKING_SUPPORT_ENABLE | 44 | #define LOCKING_SUPPORT_ENABLE |
| 45 | /* Locking resynchronize hack */ | 45 | /* Locking resynchronize hack */ |
| 46 | #define LOCKING_RESYNC_ENABLE | 46 | #define LOCKING_RESYNC_ENABLE |
| 47 | |||
| 48 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 49 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 50 | */ | ||
| 51 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/protozoa/cassini/config.h b/keyboards/protozoa/cassini/config.h index a3005347a1..19e177f692 100644 --- a/keyboards/protozoa/cassini/config.h +++ b/keyboards/protozoa/cassini/config.h | |||
| @@ -35,11 +35,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 35 | #define LED_CAPS_LOCK_PIN B6 | 35 | #define LED_CAPS_LOCK_PIN B6 |
| 36 | #define LED_PIN_ON_STATE 0 | 36 | #define LED_PIN_ON_STATE 0 |
| 37 | 37 | ||
| 38 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 39 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 40 | */ | ||
| 41 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 42 | |||
| 43 | /* Bootmagic Lite key configuration */ | 38 | /* Bootmagic Lite key configuration */ |
| 44 | #define BOOTMAGIC_LITE_ROW 0 | 39 | #define BOOTMAGIC_LITE_ROW 0 |
| 45 | #define BOOTMAGIC_LITE_COLUMN 0 | 40 | #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/protozoa/p01/config.h b/keyboards/protozoa/p01/config.h index 63e9fffadd..c2b36a5f43 100644 --- a/keyboards/protozoa/p01/config.h +++ b/keyboards/protozoa/p01/config.h | |||
| @@ -57,11 +57,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 57 | #define RGBLIGHT_EFFECT_ALTERNATING | 57 | #define RGBLIGHT_EFFECT_ALTERNATING |
| 58 | #define RGBLIGHT_EFFECT_TWINKLE | 58 | #define RGBLIGHT_EFFECT_TWINKLE |
| 59 | 59 | ||
| 60 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 61 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 62 | */ | ||
| 63 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 64 | |||
| 65 | /* Bootmagic Lite key configuration */ | 60 | /* Bootmagic Lite key configuration */ |
| 66 | #define BOOTMAGIC_LITE_ROW 0 | 61 | #define BOOTMAGIC_LITE_ROW 0 |
| 67 | #define BOOTMAGIC_LITE_COLUMN 0 | 62 | #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/pteron36/config.h b/keyboards/pteron36/config.h index c8b5c1ba99..b6df54fda8 100644 --- a/keyboards/pteron36/config.h +++ b/keyboards/pteron36/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/punk75/config.h b/keyboards/punk75/config.h index c6c39543a7..3dd4b309b9 100644 --- a/keyboards/punk75/config.h +++ b/keyboards/punk75/config.h | |||
| @@ -49,8 +49,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 49 | #define LOCKING_SUPPORT_ENABLE | 49 | #define LOCKING_SUPPORT_ENABLE |
| 50 | /* Locking resynchronize hack */ | 50 | /* Locking resynchronize hack */ |
| 51 | #define LOCKING_RESYNC_ENABLE | 51 | #define LOCKING_RESYNC_ENABLE |
| 52 | |||
| 53 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 54 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 55 | */ | ||
| 56 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/qpockets/wanten/config.h b/keyboards/qpockets/wanten/config.h index f60c23d6b7..c7051f1876 100644 --- a/keyboards/qpockets/wanten/config.h +++ b/keyboards/qpockets/wanten/config.h | |||
| @@ -74,11 +74,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 74 | //#define LED_COMPOSE_PIN B3 | 74 | //#define LED_COMPOSE_PIN B3 |
| 75 | //#define LED_KANA_PIN B4 | 75 | //#define LED_KANA_PIN B4 |
| 76 | 76 | ||
| 77 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 78 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 79 | */ | ||
| 80 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 81 | |||
| 82 | /* | 77 | /* |
| 83 | * Feature disable options | 78 | * Feature disable options |
| 84 | * These options are also useful to firmware size reduction. | 79 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/quad_h/lb75/config.h b/keyboards/quad_h/lb75/config.h index 296e77684c..c6ff77eb59 100644 --- a/keyboards/quad_h/lb75/config.h +++ b/keyboards/quad_h/lb75/config.h | |||
| @@ -73,11 +73,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 73 | /* Locking resynchronize hack */ | 73 | /* Locking resynchronize hack */ |
| 74 | #define LOCKING_RESYNC_ENABLE | 74 | #define LOCKING_RESYNC_ENABLE |
| 75 | 75 | ||
| 76 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 77 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 78 | */ | ||
| 79 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 80 | |||
| 81 | /* | 76 | /* |
| 82 | * Feature disable options | 77 | * Feature disable options |
| 83 | * These options are also useful to firmware size reduction. | 78 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/quantrik/kyuu/config.h b/keyboards/quantrik/kyuu/config.h index 9991743324..549db72889 100644 --- a/keyboards/quantrik/kyuu/config.h +++ b/keyboards/quantrik/kyuu/config.h | |||
| @@ -58,11 +58,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 58 | /* Locking resynchronize hack */ | 58 | /* Locking resynchronize hack */ |
| 59 | #define LOCKING_RESYNC_ENABLE | 59 | #define LOCKING_RESYNC_ENABLE |
| 60 | 60 | ||
| 61 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 62 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 63 | */ | ||
| 64 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 65 | |||
| 66 | /* | 61 | /* |
| 67 | * Feature disable options | 62 | * Feature disable options |
| 68 | * These options are also useful to firmware size reduction. | 63 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/qwertyydox/config.h b/keyboards/qwertyydox/config.h index be0609fb17..4e476a54d9 100644 --- a/keyboards/qwertyydox/config.h +++ b/keyboards/qwertyydox/config.h | |||
| @@ -76,11 +76,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 76 | /* Locking resynchronize hack */ | 76 | /* Locking resynchronize hack */ |
| 77 | #define LOCKING_RESYNC_ENABLE | 77 | #define LOCKING_RESYNC_ENABLE |
| 78 | 78 | ||
| 79 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 80 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 81 | */ | ||
| 82 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 83 | |||
| 84 | #define MOUSEKEY_DELAY 150 | 79 | #define MOUSEKEY_DELAY 150 |
| 85 | #define MOUSEKEY_INTERVAL 20 | 80 | #define MOUSEKEY_INTERVAL 20 |
| 86 | #define MOUSEKEY_MAX_SPEED 10 | 81 | #define MOUSEKEY_MAX_SPEED 10 |
diff --git a/keyboards/rabbit/rabbit68/config.h b/keyboards/rabbit/rabbit68/config.h index 8c8d5ed31b..47a09cca25 100644 --- a/keyboards/rabbit/rabbit68/config.h +++ b/keyboards/rabbit/rabbit68/config.h | |||
| @@ -59,11 +59,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 59 | /* Locking resynchronize hack */ | 59 | /* Locking resynchronize hack */ |
| 60 | #define LOCKING_RESYNC_ENABLE | 60 | #define LOCKING_RESYNC_ENABLE |
| 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/ramonimbao/aelith/config.h b/keyboards/ramonimbao/aelith/config.h index 7c18d4fd55..99bc99049f 100644 --- a/keyboards/ramonimbao/aelith/config.h +++ b/keyboards/ramonimbao/aelith/config.h | |||
| @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | /* | 46 | /* |
| 52 | * Feature disable options | 47 | * Feature disable options |
| 53 | * These options are also useful to firmware size reduction. | 48 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ramonimbao/chevron/config.h b/keyboards/ramonimbao/chevron/config.h index 9cc1c6d416..d35dcaed88 100644 --- a/keyboards/ramonimbao/chevron/config.h +++ b/keyboards/ramonimbao/chevron/config.h | |||
| @@ -59,12 +59,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 59 | /* Locking resynchronize hack */ | 59 | /* Locking resynchronize hack */ |
| 60 | #define LOCKING_RESYNC_ENABLE | 60 | #define LOCKING_RESYNC_ENABLE |
| 61 | 61 | ||
| 62 | |||
| 63 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 64 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 65 | */ | ||
| 66 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 67 | |||
| 68 | /* | 62 | /* |
| 69 | * Feature disable options | 63 | * Feature disable options |
| 70 | * These options are also useful to firmware size reduction. | 64 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ramonimbao/herringbone/pro/config.h b/keyboards/ramonimbao/herringbone/pro/config.h index 7b80ffdef6..e8d5ada458 100644 --- a/keyboards/ramonimbao/herringbone/pro/config.h +++ b/keyboards/ramonimbao/herringbone/pro/config.h | |||
| @@ -51,11 +51,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 51 | #define PERMISSIVE_HOLD | 51 | #define PERMISSIVE_HOLD |
| 52 | #define IGNORE_MOD_TAP_INTERRUPT | 52 | #define IGNORE_MOD_TAP_INTERRUPT |
| 53 | 53 | ||
| 54 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 55 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 56 | */ | ||
| 57 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 58 | |||
| 59 | /* | 54 | /* |
| 60 | * Feature disable options | 55 | * Feature disable options |
| 61 | * These options are also useful to firmware size reduction. | 56 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ramonimbao/herringbone/v1/config.h b/keyboards/ramonimbao/herringbone/v1/config.h index 31f7c3c874..bc8668e4ce 100644 --- a/keyboards/ramonimbao/herringbone/v1/config.h +++ b/keyboards/ramonimbao/herringbone/v1/config.h | |||
| @@ -63,11 +63,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 63 | #define PERMISSIVE_HOLD | 63 | #define PERMISSIVE_HOLD |
| 64 | #define IGNORE_MOD_TAP_INTERRUPT | 64 | #define IGNORE_MOD_TAP_INTERRUPT |
| 65 | 65 | ||
| 66 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 67 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 68 | */ | ||
| 69 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 70 | |||
| 71 | /* | 66 | /* |
| 72 | * Feature disable options | 67 | * Feature disable options |
| 73 | * These options are also useful to firmware size reduction. | 68 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ramonimbao/squishyfrl/config.h b/keyboards/ramonimbao/squishyfrl/config.h index db4a6372f5..e8dce24c27 100644 --- a/keyboards/ramonimbao/squishyfrl/config.h +++ b/keyboards/ramonimbao/squishyfrl/config.h | |||
| @@ -80,11 +80,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 80 | /* Locking resynchronize hack */ | 80 | /* Locking resynchronize hack */ |
| 81 | #define LOCKING_RESYNC_ENABLE | 81 | #define LOCKING_RESYNC_ENABLE |
| 82 | 82 | ||
| 83 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 84 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 85 | */ | ||
| 86 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 87 | |||
| 88 | /* | 83 | /* |
| 89 | * Feature disable options | 84 | * Feature disable options |
| 90 | * These options are also useful to firmware size reduction. | 85 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ramonimbao/squishytkl/config.h b/keyboards/ramonimbao/squishytkl/config.h index 5178ef2cdc..38ba7dfac6 100644 --- a/keyboards/ramonimbao/squishytkl/config.h +++ b/keyboards/ramonimbao/squishytkl/config.h | |||
| @@ -81,11 +81,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 81 | /* Locking resynchronize hack */ | 81 | /* Locking resynchronize hack */ |
| 82 | #define LOCKING_RESYNC_ENABLE | 82 | #define LOCKING_RESYNC_ENABLE |
| 83 | 83 | ||
| 84 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 85 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 86 | */ | ||
| 87 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 88 | |||
| 89 | /* | 84 | /* |
| 90 | * Feature disable options | 85 | * Feature disable options |
| 91 | * These options are also useful to firmware size reduction. | 86 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ramonimbao/tkl_ff/config.h b/keyboards/ramonimbao/tkl_ff/config.h index 4d8f90023c..2f3363b29b 100644 --- a/keyboards/ramonimbao/tkl_ff/config.h +++ b/keyboards/ramonimbao/tkl_ff/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/ramonimbao/wete/v2/config.h b/keyboards/ramonimbao/wete/v2/config.h index 79c42bb073..980163b27c 100644 --- a/keyboards/ramonimbao/wete/v2/config.h +++ b/keyboards/ramonimbao/wete/v2/config.h | |||
| @@ -86,11 +86,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 86 | /* Locking resynchronize hack */ | 86 | /* Locking resynchronize hack */ |
| 87 | #define LOCKING_RESYNC_ENABLE | 87 | #define LOCKING_RESYNC_ENABLE |
| 88 | 88 | ||
| 89 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 90 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 91 | */ | ||
| 92 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 93 | |||
| 94 | /* | 89 | /* |
| 95 | * Feature disable options | 90 | * Feature disable options |
| 96 | * These options are also useful to firmware size reduction. | 91 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/rate/pistachio_pro/config.h b/keyboards/rate/pistachio_pro/config.h index a62d8f040c..087e65fc9e 100644 --- a/keyboards/rate/pistachio_pro/config.h +++ b/keyboards/rate/pistachio_pro/config.h | |||
| @@ -33,11 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 33 | /* Locking resynchronize hack */ | 33 | /* Locking resynchronize hack */ |
| 34 | #define LOCKING_RESYNC_ENABLE | 34 | #define LOCKING_RESYNC_ENABLE |
| 35 | 35 | ||
| 36 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 37 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 38 | */ | ||
| 39 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 40 | |||
| 41 | /* | 36 | /* |
| 42 | * Feature disable options | 37 | * Feature disable options |
| 43 | * These options are also useful to firmware size reduction. | 38 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/redscarf_iiplus/verb/config.h b/keyboards/redscarf_iiplus/verb/config.h index 7f613eb40a..5e7d2438ea 100755 --- a/keyboards/redscarf_iiplus/verb/config.h +++ b/keyboards/redscarf_iiplus/verb/config.h | |||
| @@ -67,11 +67,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 67 | /* Locking resynchronize hack */ | 67 | /* Locking resynchronize hack */ |
| 68 | #define LOCKING_RESYNC_ENABLE | 68 | #define LOCKING_RESYNC_ENABLE |
| 69 | 69 | ||
| 70 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 71 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 72 | */ | ||
| 73 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 74 | |||
| 75 | /* | 70 | /* |
| 76 | * Feature disable options | 71 | * Feature disable options |
| 77 | * These options are also useful to firmware size reduction. | 72 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/redscarf_iiplus/verc/config.h b/keyboards/redscarf_iiplus/verc/config.h index 7f613eb40a..5e7d2438ea 100755 --- a/keyboards/redscarf_iiplus/verc/config.h +++ b/keyboards/redscarf_iiplus/verc/config.h | |||
| @@ -67,11 +67,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 67 | /* Locking resynchronize hack */ | 67 | /* Locking resynchronize hack */ |
| 68 | #define LOCKING_RESYNC_ENABLE | 68 | #define LOCKING_RESYNC_ENABLE |
| 69 | 69 | ||
| 70 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 71 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 72 | */ | ||
| 73 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 74 | |||
| 75 | /* | 70 | /* |
| 76 | * Feature disable options | 71 | * Feature disable options |
| 77 | * These options are also useful to firmware size reduction. | 72 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/redscarf_iiplus/verd/config.h b/keyboards/redscarf_iiplus/verd/config.h index 58551f9c35..b93d2211cf 100644 --- a/keyboards/redscarf_iiplus/verd/config.h +++ b/keyboards/redscarf_iiplus/verd/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 userful 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/retro_75/config.h b/keyboards/retro_75/config.h index af9884dff2..7999b8efe3 100644 --- a/keyboards/retro_75/config.h +++ b/keyboards/retro_75/config.h | |||
| @@ -74,11 +74,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 74 | /* Locking resynchronize hack */ | 74 | /* Locking resynchronize hack */ |
| 75 | #define LOCKING_RESYNC_ENABLE | 75 | #define LOCKING_RESYNC_ENABLE |
| 76 | 76 | ||
| 77 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 78 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 79 | */ | ||
| 80 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 81 | |||
| 82 | /* | 77 | /* |
| 83 | * Feature disable options | 78 | * Feature disable options |
| 84 | * These options are also useful to firmware size reduction. | 79 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/reviung/reviung33/config.h b/keyboards/reviung/reviung33/config.h index d6df95c9cd..232588fbbc 100644 --- a/keyboards/reviung/reviung33/config.h +++ b/keyboards/reviung/reviung33/config.h | |||
| @@ -69,11 +69,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 69 | /* Locking resynchronize hack */ | 69 | /* Locking resynchronize hack */ |
| 70 | #define LOCKING_RESYNC_ENABLE | 70 | #define LOCKING_RESYNC_ENABLE |
| 71 | 71 | ||
| 72 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 73 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 74 | */ | ||
| 75 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 76 | |||
| 77 | /* | 72 | /* |
| 78 | * Feature disable options | 73 | * Feature disable options |
| 79 | * These options are also useful to firmware size reduction. | 74 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/reviung/reviung34/config.h b/keyboards/reviung/reviung34/config.h index f7b702a747..26fb93dc12 100755 --- a/keyboards/reviung/reviung34/config.h +++ b/keyboards/reviung/reviung34/config.h | |||
| @@ -64,11 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | /* Locking resynchronize hack */ | 64 | /* Locking resynchronize hack */ |
| 65 | #define LOCKING_RESYNC_ENABLE | 65 | #define LOCKING_RESYNC_ENABLE |
| 66 | 66 | ||
| 67 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 68 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 69 | */ | ||
| 70 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 71 | |||
| 72 | /* | 67 | /* |
| 73 | * Feature disable options | 68 | * Feature disable options |
| 74 | * These options are also useful to firmware size reduction. | 69 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/reviung/reviung39/config.h b/keyboards/reviung/reviung39/config.h index 4ad1eebc43..f1e2ec33ba 100644 --- a/keyboards/reviung/reviung39/config.h +++ b/keyboards/reviung/reviung39/config.h | |||
| @@ -64,11 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | /* Locking resynchronize hack */ | 64 | /* Locking resynchronize hack */ |
| 65 | #define LOCKING_RESYNC_ENABLE | 65 | #define LOCKING_RESYNC_ENABLE |
| 66 | 66 | ||
| 67 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 68 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 69 | */ | ||
| 70 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 71 | |||
| 72 | /* | 67 | /* |
| 73 | * Feature disable options | 68 | * Feature disable options |
| 74 | * These options are also useful to firmware size reduction. | 69 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/reviung/reviung41/config.h b/keyboards/reviung/reviung41/config.h index b6251b5d7b..721e1dd3ad 100644 --- a/keyboards/reviung/reviung41/config.h +++ b/keyboards/reviung/reviung41/config.h | |||
| @@ -76,11 +76,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 76 | /* Locking resynchronize hack */ | 76 | /* Locking resynchronize hack */ |
| 77 | #define LOCKING_RESYNC_ENABLE | 77 | #define LOCKING_RESYNC_ENABLE |
| 78 | 78 | ||
| 79 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 80 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 81 | */ | ||
| 82 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 83 | |||
| 84 | /* | 79 | /* |
| 85 | * Feature disable options | 80 | * Feature disable options |
| 86 | * These options are also useful to firmware size reduction. | 81 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/reviung/reviung5/config.h b/keyboards/reviung/reviung5/config.h index 3952459348..cdfe6ff42d 100644 --- a/keyboards/reviung/reviung5/config.h +++ b/keyboards/reviung/reviung5/config.h | |||
| @@ -77,11 +77,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 77 | /* Locking resynchronize hack */ | 77 | /* Locking resynchronize hack */ |
| 78 | #define LOCKING_RESYNC_ENABLE | 78 | #define LOCKING_RESYNC_ENABLE |
| 79 | 79 | ||
| 80 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 81 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 82 | */ | ||
| 83 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 84 | |||
| 85 | /* | 80 | /* |
| 86 | * Feature disable options | 81 | * Feature disable options |
| 87 | * These options are also useful to firmware size reduction. | 82 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/reviung/reviung53/config.h b/keyboards/reviung/reviung53/config.h index d822351ad2..6a306f3930 100644 --- a/keyboards/reviung/reviung53/config.h +++ b/keyboards/reviung/reviung53/config.h | |||
| @@ -66,11 +66,6 @@ | |||
| 66 | /* Locking resynchronize hack */ | 66 | /* Locking resynchronize hack */ |
| 67 | #define LOCKING_RESYNC_ENABLE | 67 | #define LOCKING_RESYNC_ENABLE |
| 68 | 68 | ||
| 69 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 70 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 71 | */ | ||
| 72 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 73 | |||
| 74 | /* | 69 | /* |
| 75 | * Feature disable options | 70 | * Feature disable options |
| 76 | * These options are also useful to firmware size reduction. | 71 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/rmkeebs/rm_numpad/config.h b/keyboards/rmkeebs/rm_numpad/config.h index 4c9da62b51..aefb04a919 100644 --- a/keyboards/rmkeebs/rm_numpad/config.h +++ b/keyboards/rmkeebs/rm_numpad/config.h | |||
| @@ -72,11 +72,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 72 | //# define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 | 72 | //# define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 |
| 73 | //#endif | 73 | //#endif |
| 74 | 74 | ||
| 75 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 76 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 77 | */ | ||
| 78 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 79 | |||
| 80 | /* | 75 | /* |
| 81 | * Feature disable options | 76 | * Feature disable options |
| 82 | * These options are also useful to firmware size reduction. | 77 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/rominronin/katana60/rev1/config.h b/keyboards/rominronin/katana60/rev1/config.h index 07a27ff97f..c81777c644 100644 --- a/keyboards/rominronin/katana60/rev1/config.h +++ b/keyboards/rominronin/katana60/rev1/config.h | |||
| @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | #define TAPPING_TERM 200 | 46 | #define TAPPING_TERM 200 |
| 52 | 47 | ||
| 53 | /* | 48 | /* |
diff --git a/keyboards/rominronin/katana60/rev2/config.h b/keyboards/rominronin/katana60/rev2/config.h index 6891eb5a04..729b917d0c 100644 --- a/keyboards/rominronin/katana60/rev2/config.h +++ b/keyboards/rominronin/katana60/rev2/config.h | |||
| @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | #define TAPPING_TERM 200 | 46 | #define TAPPING_TERM 200 |
| 52 | 47 | ||
| 53 | /* | 48 | /* |
diff --git a/keyboards/roseslite/config.h b/keyboards/roseslite/config.h index 05c39a04c8..b9a6289585 100644 --- a/keyboards/roseslite/config.h +++ b/keyboards/roseslite/config.h | |||
| @@ -53,11 +53,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 53 | /* Locking resynchronize hack */ | 53 | /* Locking resynchronize hack */ |
| 54 | #define LOCKING_RESYNC_ENABLE | 54 | #define LOCKING_RESYNC_ENABLE |
| 55 | 55 | ||
| 56 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 57 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 58 | */ | ||
| 59 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 60 | |||
| 61 | /* | 56 | /* |
| 62 | * Feature disable options | 57 | * Feature disable options |
| 63 | * These options are also useful to firmware size reduction. | 58 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/runes/skjoldr/config.h b/keyboards/runes/skjoldr/config.h index 3e8a665511..2617d965e7 100644 --- a/keyboards/runes/skjoldr/config.h +++ b/keyboards/runes/skjoldr/config.h | |||
| @@ -38,11 +38,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 38 | /* COL2ROW, ROW2COL */ | 38 | /* COL2ROW, ROW2COL */ |
| 39 | #define DIODE_DIRECTION COL2ROW | 39 | #define DIODE_DIRECTION COL2ROW |
| 40 | 40 | ||
| 41 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 42 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 43 | */ | ||
| 44 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 45 | |||
| 46 | #define FORCE_NKRO | 41 | #define FORCE_NKRO |
| 47 | 42 | ||
| 48 | /* | 43 | /* |
diff --git a/keyboards/runes/vaengr/config.h b/keyboards/runes/vaengr/config.h index aa0e7c8110..e06e3be4d3 100644 --- a/keyboards/runes/vaengr/config.h +++ b/keyboards/runes/vaengr/config.h | |||
| @@ -76,11 +76,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 76 | //# define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 | 76 | //# define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 |
| 77 | #endif | 77 | #endif |
| 78 | 78 | ||
| 79 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 80 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 81 | */ | ||
| 82 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 83 | |||
| 84 | #define FORCE_NKRO | 79 | #define FORCE_NKRO |
| 85 | 80 | ||
| 86 | /* | 81 | /* |
diff --git a/keyboards/rura66/rev1/config.h b/keyboards/rura66/rev1/config.h index ad4de52c8e..7ee504df34 100644 --- a/keyboards/rura66/rev1/config.h +++ b/keyboards/rura66/rev1/config.h | |||
| @@ -82,11 +82,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 82 | /* Locking resynchronize hack */ | 82 | /* Locking resynchronize hack */ |
| 83 | #define LOCKING_RESYNC_ENABLE | 83 | #define LOCKING_RESYNC_ENABLE |
| 84 | 84 | ||
| 85 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 86 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 87 | */ | ||
| 88 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 89 | |||
| 90 | /* | 85 | /* |
| 91 | * Feature disable options | 86 | * Feature disable options |
| 92 | * These options are also useful to firmware size reduction. | 87 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ryanbaekr/rb1/config.h b/keyboards/ryanbaekr/rb1/config.h index 4088a7eefd..d6e311bb03 100644 --- a/keyboards/ryanbaekr/rb1/config.h +++ b/keyboards/ryanbaekr/rb1/config.h | |||
| @@ -31,8 +31,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 31 | #define LOCKING_SUPPORT_ENABLE | 31 | #define LOCKING_SUPPORT_ENABLE |
| 32 | /* Locking resynchronize hack */ | 32 | /* Locking resynchronize hack */ |
| 33 | #define LOCKING_RESYNC_ENABLE | 33 | #define LOCKING_RESYNC_ENABLE |
| 34 | |||
| 35 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 36 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 37 | */ | ||
| 38 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/ryanbaekr/rb18/config.h b/keyboards/ryanbaekr/rb18/config.h index d5b87088ef..421dd3f129 100644 --- a/keyboards/ryanbaekr/rb18/config.h +++ b/keyboards/ryanbaekr/rb18/config.h | |||
| @@ -64,8 +64,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | #define LOCKING_SUPPORT_ENABLE | 64 | #define LOCKING_SUPPORT_ENABLE |
| 65 | /* Locking resynchronize hack */ | 65 | /* Locking resynchronize hack */ |
| 66 | #define LOCKING_RESYNC_ENABLE | 66 | #define LOCKING_RESYNC_ENABLE |
| 67 | |||
| 68 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 69 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 70 | */ | ||
| 71 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/ryanbaekr/rb69/config.h b/keyboards/ryanbaekr/rb69/config.h index 92399e2281..e839924116 100644 --- a/keyboards/ryanbaekr/rb69/config.h +++ b/keyboards/ryanbaekr/rb69/config.h | |||
| @@ -64,8 +64,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | #define LOCKING_SUPPORT_ENABLE | 64 | #define LOCKING_SUPPORT_ENABLE |
| 65 | /* Locking resynchronize hack */ | 65 | /* Locking resynchronize hack */ |
| 66 | #define LOCKING_RESYNC_ENABLE | 66 | #define LOCKING_RESYNC_ENABLE |
| 67 | |||
| 68 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 69 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 70 | */ | ||
| 71 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/ryanbaekr/rb86/config.h b/keyboards/ryanbaekr/rb86/config.h index f3434915ea..da841be86a 100644 --- a/keyboards/ryanbaekr/rb86/config.h +++ b/keyboards/ryanbaekr/rb86/config.h | |||
| @@ -43,8 +43,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | #define LOCKING_SUPPORT_ENABLE | 43 | #define LOCKING_SUPPORT_ENABLE |
| 44 | /* Locking resynchronize hack */ | 44 | /* Locking resynchronize hack */ |
| 45 | #define LOCKING_RESYNC_ENABLE | 45 | #define LOCKING_RESYNC_ENABLE |
| 46 | |||
| 47 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 48 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 49 | */ | ||
| 50 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/ryanbaekr/rb87/config.h b/keyboards/ryanbaekr/rb87/config.h index c74515b259..2864c86e81 100644 --- a/keyboards/ryanbaekr/rb87/config.h +++ b/keyboards/ryanbaekr/rb87/config.h | |||
| @@ -64,8 +64,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | #define LOCKING_SUPPORT_ENABLE | 64 | #define LOCKING_SUPPORT_ENABLE |
| 65 | /* Locking resynchronize hack */ | 65 | /* Locking resynchronize hack */ |
| 66 | #define LOCKING_RESYNC_ENABLE | 66 | #define LOCKING_RESYNC_ENABLE |
| 67 | |||
| 68 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 69 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 70 | */ | ||
| 71 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/sandwich/keeb68/config.h b/keyboards/sandwich/keeb68/config.h index 917f264422..1b84533aa9 100644 --- a/keyboards/sandwich/keeb68/config.h +++ b/keyboards/sandwich/keeb68/config.h | |||
| @@ -74,11 +74,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 74 | /* Locking resynchronize hack */ | 74 | /* Locking resynchronize hack */ |
| 75 | #define LOCKING_RESYNC_ENABLE | 75 | #define LOCKING_RESYNC_ENABLE |
| 76 | 76 | ||
| 77 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 78 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 79 | */ | ||
| 80 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 81 | |||
| 82 | /* | 77 | /* |
| 83 | * Feature disable options | 78 | * Feature disable options |
| 84 | * These options are also useful to firmware size reduction. | 79 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/scatter42/config.h b/keyboards/scatter42/config.h index babe7cdb62..0abb8e257f 100644 --- a/keyboards/scatter42/config.h +++ b/keyboards/scatter42/config.h | |||
| @@ -64,11 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | /* Locking resynchronize hack */ | 64 | /* Locking resynchronize hack */ |
| 65 | #define LOCKING_RESYNC_ENABLE | 65 | #define LOCKING_RESYNC_ENABLE |
| 66 | 66 | ||
| 67 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 68 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 69 | */ | ||
| 70 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 71 | |||
| 72 | /* | 67 | /* |
| 73 | * Feature disable options | 68 | * Feature disable options |
| 74 | * These options are also useful to firmware size reduction. | 69 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/sck/m0116b/config.h b/keyboards/sck/m0116b/config.h index 637e9b9b45..682f0f6b56 100644 --- a/keyboards/sck/m0116b/config.h +++ b/keyboards/sck/m0116b/config.h | |||
| @@ -74,11 +74,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 74 | /* Locking resynchronize hack */ | 74 | /* Locking resynchronize hack */ |
| 75 | #define LOCKING_RESYNC_ENABLE | 75 | #define LOCKING_RESYNC_ENABLE |
| 76 | 76 | ||
| 77 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 78 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 79 | */ | ||
| 80 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 81 | |||
| 82 | /* | 77 | /* |
| 83 | * Feature disable options | 78 | * Feature disable options |
| 84 | * These options are also useful to firmware size reduction. | 79 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/sck/neiso/config.h b/keyboards/sck/neiso/config.h index 465553c563..0fffa920fc 100644 --- a/keyboards/sck/neiso/config.h +++ b/keyboards/sck/neiso/config.h | |||
| @@ -66,11 +66,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 66 | /* Locking resynchronize hack */ | 66 | /* Locking resynchronize hack */ |
| 67 | #define LOCKING_RESYNC_ENABLE | 67 | #define LOCKING_RESYNC_ENABLE |
| 68 | 68 | ||
| 69 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 70 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 71 | */ | ||
| 72 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 73 | |||
| 74 | /* | 69 | /* |
| 75 | * Feature disable options | 70 | * Feature disable options |
| 76 | * These options are also useful to firmware size reduction. | 71 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/sck/osa/config.h b/keyboards/sck/osa/config.h index a890ef5c97..f16b4a1367 100644 --- a/keyboards/sck/osa/config.h +++ b/keyboards/sck/osa/config.h | |||
| @@ -63,11 +63,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 63 | #define LED_CAPS_LOCK_PIN C6 | 63 | #define LED_CAPS_LOCK_PIN C6 |
| 64 | #define LED_SCROLL_LOCK_PIN B6 | 64 | #define LED_SCROLL_LOCK_PIN B6 |
| 65 | 65 | ||
| 66 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 67 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 68 | */ | ||
| 69 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 70 | |||
| 71 | /* | 66 | /* |
| 72 | * Feature disable options | 67 | * Feature disable options |
| 73 | * These options are also useful to firmware size reduction. | 68 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/sekigon/grs_70ec/config.h b/keyboards/sekigon/grs_70ec/config.h index 19154f4fd2..a200d6c705 100644 --- a/keyboards/sekigon/grs_70ec/config.h +++ b/keyboards/sekigon/grs_70ec/config.h | |||
| @@ -72,11 +72,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 72 | /* Locking resynchronize hack */ | 72 | /* Locking resynchronize hack */ |
| 73 | #define LOCKING_RESYNC_ENABLE | 73 | #define LOCKING_RESYNC_ENABLE |
| 74 | 74 | ||
| 75 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 76 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 77 | */ | ||
| 78 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 79 | |||
| 80 | /* | 75 | /* |
| 81 | * Feature disable options | 76 | * Feature disable options |
| 82 | * These options are also useful to firmware size reduction. | 77 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/senselessclay/ck65/config.h b/keyboards/senselessclay/ck65/config.h index 275a8dbe17..1aeeb6adf8 100644 --- a/keyboards/senselessclay/ck65/config.h +++ b/keyboards/senselessclay/ck65/config.h | |||
| @@ -45,11 +45,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 45 | /* Locking resynchronize hack */ | 45 | /* Locking resynchronize hack */ |
| 46 | #define LOCKING_RESYNC_ENABLE | 46 | #define LOCKING_RESYNC_ENABLE |
| 47 | 47 | ||
| 48 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 49 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 50 | */ | ||
| 51 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 52 | |||
| 53 | /* | 48 | /* |
| 54 | * Feature disable options | 49 | * Feature disable options |
| 55 | * These options are also useful to firmware size reduction. | 50 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/senselessclay/gos65/config.h b/keyboards/senselessclay/gos65/config.h index be0a63c436..4177f47e10 100644 --- a/keyboards/senselessclay/gos65/config.h +++ b/keyboards/senselessclay/gos65/config.h | |||
| @@ -50,11 +50,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 50 | /* Locking resynchronize hack */ | 50 | /* Locking resynchronize hack */ |
| 51 | #define LOCKING_RESYNC_ENABLE | 51 | #define LOCKING_RESYNC_ENABLE |
| 52 | 52 | ||
| 53 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 54 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 55 | */ | ||
| 56 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 57 | |||
| 58 | /* | 53 | /* |
| 59 | * Feature disable options | 54 | * Feature disable options |
| 60 | * These options are also useful to firmware size reduction. | 55 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/senselessclay/had60/config.h b/keyboards/senselessclay/had60/config.h index ae2bd85968..3a46eddd9b 100644 --- a/keyboards/senselessclay/had60/config.h +++ b/keyboards/senselessclay/had60/config.h | |||
| @@ -48,11 +48,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 48 | /* Locking resynchronize hack */ | 48 | /* Locking resynchronize hack */ |
| 49 | #define LOCKING_RESYNC_ENABLE | 49 | #define LOCKING_RESYNC_ENABLE |
| 50 | 50 | ||
| 51 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 52 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 53 | */ | ||
| 54 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 55 | |||
| 56 | /* | 51 | /* |
| 57 | * Feature disable options | 52 | * Feature disable options |
| 58 | * These options are also useful to firmware size reduction. | 53 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/shiro/config.h b/keyboards/shiro/config.h index bad8fee621..79d9bff07e 100644 --- a/keyboards/shiro/config.h +++ b/keyboards/shiro/config.h | |||
| @@ -64,11 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | /* Locking resynchronize hack */ | 64 | /* Locking resynchronize hack */ |
| 65 | #define LOCKING_RESYNC_ENABLE | 65 | #define LOCKING_RESYNC_ENABLE |
| 66 | 66 | ||
| 67 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 68 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 69 | */ | ||
| 70 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 71 | |||
| 72 | /* | 67 | /* |
| 73 | * Feature disable options | 68 | * Feature disable options |
| 74 | * These options are also useful to firmware size reduction. | 69 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/silverbullet44/config.h b/keyboards/silverbullet44/config.h index 86bb838059..79683716c9 100644 --- a/keyboards/silverbullet44/config.h +++ b/keyboards/silverbullet44/config.h | |||
| @@ -109,11 +109,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 109 | #define MOUSEKEY_TIME_TO_MAX 60 | 109 | #define MOUSEKEY_TIME_TO_MAX 60 |
| 110 | #endif | 110 | #endif |
| 111 | 111 | ||
| 112 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 113 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 114 | */ | ||
| 115 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 116 | |||
| 117 | /* | 112 | /* |
| 118 | * Feature disable options | 113 | * Feature disable options |
| 119 | * These options are also useful to firmware size reduction. | 114 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/skeletonkbd/skeletonnumpad/config.h b/keyboards/skeletonkbd/skeletonnumpad/config.h index de4ad8128e..34697cf917 100644 --- a/keyboards/skeletonkbd/skeletonnumpad/config.h +++ b/keyboards/skeletonkbd/skeletonnumpad/config.h | |||
| @@ -79,11 +79,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 79 | /* Locking resynchronize hack */ | 79 | /* Locking resynchronize hack */ |
| 80 | #define LOCKING_RESYNC_ENABLE | 80 | #define LOCKING_RESYNC_ENABLE |
| 81 | 81 | ||
| 82 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 83 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 84 | */ | ||
| 85 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 86 | |||
| 87 | /* | 82 | /* |
| 88 | * Feature disable options | 83 | * Feature disable options |
| 89 | * These options are also useful to firmware size reduction. | 84 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/slz40/config.h b/keyboards/slz40/config.h index 4e513551a8..0112ab9478 100644 --- a/keyboards/slz40/config.h +++ b/keyboards/slz40/config.h | |||
| @@ -64,11 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | /* Locking resynchronize hack */ | 64 | /* Locking resynchronize hack */ |
| 65 | #define LOCKING_RESYNC_ENABLE | 65 | #define LOCKING_RESYNC_ENABLE |
| 66 | 66 | ||
| 67 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 68 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 69 | */ | ||
| 70 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 71 | |||
| 72 | /* | 67 | /* |
| 73 | * Feature disable options | 68 | * Feature disable options |
| 74 | * These options are also useful to firmware size reduction. | 69 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/snampad/config.h b/keyboards/snampad/config.h index 426bf2249e..5502d262ce 100644 --- a/keyboards/snampad/config.h +++ b/keyboards/snampad/config.h | |||
| @@ -58,11 +58,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 58 | /* Locking resynchronize hack */ | 58 | /* Locking resynchronize hack */ |
| 59 | #define LOCKING_RESYNC_ENABLE | 59 | #define LOCKING_RESYNC_ENABLE |
| 60 | 60 | ||
| 61 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 62 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 63 | */ | ||
| 64 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 65 | |||
| 66 | /* | 61 | /* |
| 67 | * Feature disable options | 62 | * Feature disable options |
| 68 | * These options are also useful to firmware size reduction. | 63 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/soup10/config.h b/keyboards/soup10/config.h index bafdc05e01..83fb084e7c 100644 --- a/keyboards/soup10/config.h +++ b/keyboards/soup10/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/spaceholdings/nebula12/config.h b/keyboards/spaceholdings/nebula12/config.h index 811ff97c7d..89ff6e108c 100755 --- a/keyboards/spaceholdings/nebula12/config.h +++ b/keyboards/spaceholdings/nebula12/config.h | |||
| @@ -46,11 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 46 | #define I2C1_TIMINGR_SCLH 3U | 46 | #define I2C1_TIMINGR_SCLH 3U |
| 47 | #define I2C1_TIMINGR_SCLL 9U | 47 | #define I2C1_TIMINGR_SCLL 9U |
| 48 | 48 | ||
| 49 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 50 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 51 | */ | ||
| 52 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 53 | |||
| 54 | #define WS2812_SPI SPID2 // default: SPID1 | 49 | #define WS2812_SPI SPID2 // default: SPID1 |
| 55 | #define WS2812_SPI_MOSI_PAL_MODE 0 // Pin "alternate function", see the respective datasheet for the appropriate values for your MCU. default: 5 | 50 | #define WS2812_SPI_MOSI_PAL_MODE 0 // Pin "alternate function", see the respective datasheet for the appropriate values for your MCU. default: 5 |
| 56 | #define WS2812_SPI_SCK_PAL_MODE 0 | 51 | #define WS2812_SPI_SCK_PAL_MODE 0 |
diff --git a/keyboards/spaceholdings/nebula12b/config.h b/keyboards/spaceholdings/nebula12b/config.h index dfc3de2c73..a2621d1db7 100755 --- a/keyboards/spaceholdings/nebula12b/config.h +++ b/keyboards/spaceholdings/nebula12b/config.h | |||
| @@ -28,11 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 28 | /* COL2ROW, ROW2COL*/ | 28 | /* COL2ROW, ROW2COL*/ |
| 29 | #define DIODE_DIRECTION COL2ROW | 29 | #define DIODE_DIRECTION COL2ROW |
| 30 | 30 | ||
| 31 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 32 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 33 | */ | ||
| 34 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 35 | |||
| 36 | /* Bootmagic Lite key configuration */ | 31 | /* Bootmagic Lite key configuration */ |
| 37 | #define BOOTMAGIC_LITE_ROW 0 | 32 | #define BOOTMAGIC_LITE_ROW 0 |
| 38 | #define BOOTMAGIC_LITE_COLUMN 0 | 33 | #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/spaceholdings/nebula68/config.h b/keyboards/spaceholdings/nebula68/config.h index 6177ff104b..39801898a9 100755 --- a/keyboards/spaceholdings/nebula68/config.h +++ b/keyboards/spaceholdings/nebula68/config.h | |||
| @@ -29,11 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 29 | /* COL2ROW, ROW2COL*/ | 29 | /* COL2ROW, ROW2COL*/ |
| 30 | #define DIODE_DIRECTION COL2ROW | 30 | #define DIODE_DIRECTION COL2ROW |
| 31 | 31 | ||
| 32 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 33 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 34 | */ | ||
| 35 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 36 | |||
| 37 | #define WS2812_PWM_DRIVER PWMD3 // default: PWMD2 | 32 | #define WS2812_PWM_DRIVER PWMD3 // default: PWMD2 |
| 38 | #define WS2812_PWM_CHANNEL 2 // default: 2 | 33 | #define WS2812_PWM_CHANNEL 2 // default: 2 |
| 39 | #define WS2812_PWM_PAL_MODE 2 // Pin "alternate function", see the respective datasheet for the appropriate values for your MCU. default: 2 | 34 | #define WS2812_PWM_PAL_MODE 2 // Pin "alternate function", see the respective datasheet for the appropriate values for your MCU. default: 2 |
diff --git a/keyboards/spaceholdings/nebula68b/config.h b/keyboards/spaceholdings/nebula68b/config.h index 0d62eb4782..9e6bbd23e4 100755 --- a/keyboards/spaceholdings/nebula68b/config.h +++ b/keyboards/spaceholdings/nebula68b/config.h | |||
| @@ -28,11 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 28 | /* COL2ROW, ROW2COL*/ | 28 | /* COL2ROW, ROW2COL*/ |
| 29 | #define DIODE_DIRECTION COL2ROW | 29 | #define DIODE_DIRECTION COL2ROW |
| 30 | 30 | ||
| 31 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 32 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 33 | */ | ||
| 34 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 35 | |||
| 36 | /* Bootmagic Lite key configuration */ | 31 | /* Bootmagic Lite key configuration */ |
| 37 | #define BOOTMAGIC_LITE_ROW 0 | 32 | #define BOOTMAGIC_LITE_ROW 0 |
| 38 | #define BOOTMAGIC_LITE_COLUMN 0 | 33 | #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/spacetime/config.h b/keyboards/spacetime/config.h index ee4f6e3f65..b3f96a3044 100644 --- a/keyboards/spacetime/config.h +++ b/keyboards/spacetime/config.h | |||
| @@ -58,11 +58,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 58 | /* Locking resynchronize hack */ | 58 | /* Locking resynchronize hack */ |
| 59 | #define LOCKING_RESYNC_ENABLE | 59 | #define LOCKING_RESYNC_ENABLE |
| 60 | 60 | ||
| 61 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 62 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 63 | */ | ||
| 64 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 65 | |||
| 66 | /* | 61 | /* |
| 67 | * Feature disable options | 62 | * Feature disable options |
| 68 | * These options are also useful to firmware size reduction. | 63 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/specskeys/config.h b/keyboards/specskeys/config.h index 4a5230b5d0..2517bca123 100644 --- a/keyboards/specskeys/config.h +++ b/keyboards/specskeys/config.h | |||
| @@ -72,11 +72,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 72 | /* Locking resynchronize hack */ | 72 | /* Locking resynchronize hack */ |
| 73 | #define LOCKING_RESYNC_ENABLE | 73 | #define LOCKING_RESYNC_ENABLE |
| 74 | 74 | ||
| 75 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 76 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 77 | */ | ||
| 78 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 79 | |||
| 80 | /* | 75 | /* |
| 81 | * Feature disable options | 76 | * Feature disable options |
| 82 | * These options are also useful to firmware size reduction. | 77 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/stello65/beta/config.h b/keyboards/stello65/beta/config.h index 27e67050c0..3e86207825 100644 --- a/keyboards/stello65/beta/config.h +++ b/keyboards/stello65/beta/config.h | |||
| @@ -68,11 +68,6 @@ | |||
| 68 | /* Locking resynchronize hack */ | 68 | /* Locking resynchronize hack */ |
| 69 | #define LOCKING_RESYNC_ENABLE | 69 | #define LOCKING_RESYNC_ENABLE |
| 70 | 70 | ||
| 71 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 72 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 73 | */ | ||
| 74 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 75 | |||
| 76 | /* | 71 | /* |
| 77 | * Feature disable options | 72 | * Feature disable options |
| 78 | * These options are also useful to firmware size reduction. | 73 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/stello65/hs_rev1/config.h b/keyboards/stello65/hs_rev1/config.h index 560a3709af..c6c120783b 100644 --- a/keyboards/stello65/hs_rev1/config.h +++ b/keyboards/stello65/hs_rev1/config.h | |||
| @@ -67,11 +67,6 @@ | |||
| 67 | /* Locking resynchronize hack */ | 67 | /* Locking resynchronize hack */ |
| 68 | #define LOCKING_RESYNC_ENABLE | 68 | #define LOCKING_RESYNC_ENABLE |
| 69 | 69 | ||
| 70 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 71 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 72 | */ | ||
| 73 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 74 | |||
| 75 | /* | 70 | /* |
| 76 | * Feature disable options | 71 | * Feature disable options |
| 77 | * These options are also useful to firmware size reduction. | 72 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/stello65/sl_rev1/config.h b/keyboards/stello65/sl_rev1/config.h index 2aaac15da0..1349c40167 100644 --- a/keyboards/stello65/sl_rev1/config.h +++ b/keyboards/stello65/sl_rev1/config.h | |||
| @@ -67,11 +67,6 @@ | |||
| 67 | /* Locking resynchronize hack */ | 67 | /* Locking resynchronize hack */ |
| 68 | #define LOCKING_RESYNC_ENABLE | 68 | #define LOCKING_RESYNC_ENABLE |
| 69 | 69 | ||
| 70 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 71 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 72 | */ | ||
| 73 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 74 | |||
| 75 | /* | 70 | /* |
| 76 | * Feature disable options | 71 | * Feature disable options |
| 77 | * These options are also useful to firmware size reduction. | 72 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/switchplate/southpaw_65/config.h b/keyboards/switchplate/southpaw_65/config.h index ab518c4830..4d75a7e77d 100644 --- a/keyboards/switchplate/southpaw_65/config.h +++ b/keyboards/switchplate/southpaw_65/config.h | |||
| @@ -66,11 +66,6 @@ | |||
| 66 | /* Locking resynchronize hack */ | 66 | /* Locking resynchronize hack */ |
| 67 | #define LOCKING_RESYNC_ENABLE | 67 | #define LOCKING_RESYNC_ENABLE |
| 68 | 68 | ||
| 69 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 70 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 71 | */ | ||
| 72 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 73 | |||
| 74 | /* | 69 | /* |
| 75 | * Feature disable options | 70 | * Feature disable options |
| 76 | * These options are also useful to firmware size reduction. | 71 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/takashicompany/center_enter/config.h b/keyboards/takashicompany/center_enter/config.h index 2684c2db61..8dd0720bfb 100644 --- a/keyboards/takashicompany/center_enter/config.h +++ b/keyboards/takashicompany/center_enter/config.h | |||
| @@ -83,11 +83,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 83 | /* Locking resynchronize hack */ | 83 | /* Locking resynchronize hack */ |
| 84 | #define LOCKING_RESYNC_ENABLE | 84 | #define LOCKING_RESYNC_ENABLE |
| 85 | 85 | ||
| 86 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 87 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 88 | */ | ||
| 89 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 90 | |||
| 91 | /* | 86 | /* |
| 92 | * Feature disable options | 87 | * Feature disable options |
| 93 | * These options are also useful to firmware size reduction. | 88 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/takashicompany/compacx/config.h b/keyboards/takashicompany/compacx/config.h index e9c532727a..71f716ba12 100644 --- a/keyboards/takashicompany/compacx/config.h +++ b/keyboards/takashicompany/compacx/config.h | |||
| @@ -79,11 +79,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 79 | /* Locking resynchronize hack */ | 79 | /* Locking resynchronize hack */ |
| 80 | #define LOCKING_RESYNC_ENABLE | 80 | #define LOCKING_RESYNC_ENABLE |
| 81 | 81 | ||
| 82 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 83 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 84 | */ | ||
| 85 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 86 | |||
| 87 | /* | 82 | /* |
| 88 | * Feature disable options | 83 | * Feature disable options |
| 89 | * These options are also useful to firmware size reduction. | 84 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/takashicompany/dogtag/config.h b/keyboards/takashicompany/dogtag/config.h index 23e1a284e5..18cba469a7 100644 --- a/keyboards/takashicompany/dogtag/config.h +++ b/keyboards/takashicompany/dogtag/config.h | |||
| @@ -82,11 +82,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 82 | /* Locking resynchronize hack */ | 82 | /* Locking resynchronize hack */ |
| 83 | #define LOCKING_RESYNC_ENABLE | 83 | #define LOCKING_RESYNC_ENABLE |
| 84 | 84 | ||
| 85 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 86 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 87 | */ | ||
| 88 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 89 | |||
| 90 | /* | 85 | /* |
| 91 | * Feature disable options | 86 | * Feature disable options |
| 92 | * These options are also useful to firmware size reduction. | 87 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/takashicompany/endzone34/config.h b/keyboards/takashicompany/endzone34/config.h index d006b79b2a..fe1df4b7b0 100644 --- a/keyboards/takashicompany/endzone34/config.h +++ b/keyboards/takashicompany/endzone34/config.h | |||
| @@ -81,11 +81,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 81 | /* Locking resynchronize hack */ | 81 | /* Locking resynchronize hack */ |
| 82 | #define LOCKING_RESYNC_ENABLE | 82 | #define LOCKING_RESYNC_ENABLE |
| 83 | 83 | ||
| 84 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 85 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 86 | */ | ||
| 87 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 88 | |||
| 89 | /* | 84 | /* |
| 90 | * Feature disable options | 85 | * Feature disable options |
| 91 | * These options are also useful to firmware size reduction. | 86 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/takashicompany/heavy_left/config.h b/keyboards/takashicompany/heavy_left/config.h index 420a1e9982..54a416771e 100644 --- a/keyboards/takashicompany/heavy_left/config.h +++ b/keyboards/takashicompany/heavy_left/config.h | |||
| @@ -75,11 +75,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 75 | /* Locking resynchronize hack */ | 75 | /* Locking resynchronize hack */ |
| 76 | #define LOCKING_RESYNC_ENABLE | 76 | #define LOCKING_RESYNC_ENABLE |
| 77 | 77 | ||
| 78 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 79 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 80 | */ | ||
| 81 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 82 | |||
| 83 | /* | 78 | /* |
| 84 | * Feature disable options | 79 | * Feature disable options |
| 85 | * These options are also useful to firmware size reduction. | 80 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/takashicompany/minizone/config.h b/keyboards/takashicompany/minizone/config.h index 784970714f..fa5c6b8d4e 100644 --- a/keyboards/takashicompany/minizone/config.h +++ b/keyboards/takashicompany/minizone/config.h | |||
| @@ -65,11 +65,6 @@ | |||
| 65 | /* Locking resynchronize hack */ | 65 | /* Locking resynchronize hack */ |
| 66 | #define LOCKING_RESYNC_ENABLE | 66 | #define LOCKING_RESYNC_ENABLE |
| 67 | 67 | ||
| 68 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 69 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 70 | */ | ||
| 71 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 72 | |||
| 73 | /* | 68 | /* |
| 74 | * Feature disable options | 69 | * Feature disable options |
| 75 | * These options are also useful to firmware size reduction. | 70 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/takashicompany/qoolee/config.h b/keyboards/takashicompany/qoolee/config.h index 0a8d003a47..e7d93c0ae2 100644 --- a/keyboards/takashicompany/qoolee/config.h +++ b/keyboards/takashicompany/qoolee/config.h | |||
| @@ -83,11 +83,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 83 | /* Locking resynchronize hack */ | 83 | /* Locking resynchronize hack */ |
| 84 | #define LOCKING_RESYNC_ENABLE | 84 | #define LOCKING_RESYNC_ENABLE |
| 85 | 85 | ||
| 86 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 87 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 88 | */ | ||
| 89 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 90 | |||
| 91 | /* | 86 | /* |
| 92 | * Feature disable options | 87 | * Feature disable options |
| 93 | * These options are also useful to firmware size reduction. | 88 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/takashicompany/radialex/config.h b/keyboards/takashicompany/radialex/config.h index 3fe07be043..ddc480692d 100644 --- a/keyboards/takashicompany/radialex/config.h +++ b/keyboards/takashicompany/radialex/config.h | |||
| @@ -69,11 +69,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 69 | /* Locking resynchronize hack */ | 69 | /* Locking resynchronize hack */ |
| 70 | #define LOCKING_RESYNC_ENABLE | 70 | #define LOCKING_RESYNC_ENABLE |
| 71 | 71 | ||
| 72 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 73 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 74 | */ | ||
| 75 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 76 | |||
| 77 | /* | 72 | /* |
| 78 | * Feature disable options | 73 | * Feature disable options |
| 79 | * These options are also useful to firmware size reduction. | 74 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/takashiski/hecomi/alpha/config.h b/keyboards/takashiski/hecomi/alpha/config.h index aa86c9dc91..116d578c88 100644 --- a/keyboards/takashiski/hecomi/alpha/config.h +++ b/keyboards/takashiski/hecomi/alpha/config.h | |||
| @@ -69,11 +69,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 69 | /* Locking resynchronize hack */ | 69 | /* Locking resynchronize hack */ |
| 70 | #define LOCKING_RESYNC_ENABLE | 70 | #define LOCKING_RESYNC_ENABLE |
| 71 | 71 | ||
| 72 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 73 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 74 | */ | ||
| 75 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 76 | |||
| 77 | /* | 72 | /* |
| 78 | * Feature disable options | 73 | * Feature disable options |
| 79 | * These options are also useful to firmware size reduction. | 74 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/takashiski/namecard2x4/rev1/config.h b/keyboards/takashiski/namecard2x4/rev1/config.h index 9d65dd3acc..f0de2d0a24 100644 --- a/keyboards/takashiski/namecard2x4/rev1/config.h +++ b/keyboards/takashiski/namecard2x4/rev1/config.h | |||
| @@ -59,11 +59,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 59 | /* Locking resynchronize hack */ | 59 | /* Locking resynchronize hack */ |
| 60 | #define LOCKING_RESYNC_ENABLE | 60 | #define LOCKING_RESYNC_ENABLE |
| 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/takashiski/namecard2x4/rev2/config.h b/keyboards/takashiski/namecard2x4/rev2/config.h index 26c7477b41..c94fccc14b 100644 --- a/keyboards/takashiski/namecard2x4/rev2/config.h +++ b/keyboards/takashiski/namecard2x4/rev2/config.h | |||
| @@ -59,11 +59,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 59 | /* Locking resynchronize hack */ | 59 | /* Locking resynchronize hack */ |
| 60 | #define LOCKING_RESYNC_ENABLE | 60 | #define LOCKING_RESYNC_ENABLE |
| 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/takashiski/otaku_split/rev0/config.h b/keyboards/takashiski/otaku_split/rev0/config.h index a146371e97..d45cb09d2d 100644 --- a/keyboards/takashiski/otaku_split/rev0/config.h +++ b/keyboards/takashiski/otaku_split/rev0/config.h | |||
| @@ -64,11 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | /* Locking resynchronize hack */ | 64 | /* Locking resynchronize hack */ |
| 65 | #define LOCKING_RESYNC_ENABLE | 65 | #define LOCKING_RESYNC_ENABLE |
| 66 | 66 | ||
| 67 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 68 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 69 | */ | ||
| 70 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 71 | |||
| 72 | /* | 67 | /* |
| 73 | * Feature disable options | 68 | * Feature disable options |
| 74 | * These options are also useful to firmware size reduction. | 69 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/takashiski/otaku_split/rev1/config.h b/keyboards/takashiski/otaku_split/rev1/config.h index 2c139f905d..af89d0e3be 100644 --- a/keyboards/takashiski/otaku_split/rev1/config.h +++ b/keyboards/takashiski/otaku_split/rev1/config.h | |||
| @@ -68,11 +68,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 68 | /* Locking resynchronize hack */ | 68 | /* Locking resynchronize hack */ |
| 69 | #define LOCKING_RESYNC_ENABLE | 69 | #define LOCKING_RESYNC_ENABLE |
| 70 | 70 | ||
| 71 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 72 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 73 | */ | ||
| 74 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 75 | |||
| 76 | /* | 71 | /* |
| 77 | * Feature disable options | 72 | * Feature disable options |
| 78 | * These options are also useful to firmware size reduction. | 73 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/tg4x/config.h b/keyboards/tg4x/config.h index 327b08c353..b82aa08177 100644 --- a/keyboards/tg4x/config.h +++ b/keyboards/tg4x/config.h | |||
| @@ -75,11 +75,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 75 | /* Locking resynchronize hack */ | 75 | /* Locking resynchronize hack */ |
| 76 | #define LOCKING_RESYNC_ENABLE | 76 | #define LOCKING_RESYNC_ENABLE |
| 77 | 77 | ||
| 78 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 79 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 80 | */ | ||
| 81 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 82 | |||
| 83 | /* | 78 | /* |
| 84 | * Feature disable options | 79 | * Feature disable options |
| 85 | * These options are also useful to firmware size reduction. | 80 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/tkc/california/config.h b/keyboards/tkc/california/config.h index c3dc867def..2cfd55f58b 100644 --- a/keyboards/tkc/california/config.h +++ b/keyboards/tkc/california/config.h | |||
| @@ -57,11 +57,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 57 | /* Locking resynchronize hack */ | 57 | /* Locking resynchronize hack */ |
| 58 | #define LOCKING_RESYNC_ENABLE | 58 | #define LOCKING_RESYNC_ENABLE |
| 59 | 59 | ||
| 60 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 61 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 62 | */ | ||
| 63 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 64 | |||
| 65 | /* | 60 | /* |
| 66 | * Feature disable options | 61 | * Feature disable options |
| 67 | * These options are also useful to firmware size reduction. | 62 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/tkc/m0lly/config.h b/keyboards/tkc/m0lly/config.h index 38defa34b6..b7bca9055f 100644 --- a/keyboards/tkc/m0lly/config.h +++ b/keyboards/tkc/m0lly/config.h | |||
| @@ -83,11 +83,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 83 | #define QMK_LED D2 // NumLock on M0lly | 83 | #define QMK_LED D2 // NumLock on M0lly |
| 84 | //#define QMK_SPEAKER C6 | 84 | //#define QMK_SPEAKER C6 |
| 85 | 85 | ||
| 86 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 87 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 88 | */ | ||
| 89 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 90 | |||
| 91 | /* | 86 | /* |
| 92 | * Feature disable options | 87 | * Feature disable options |
| 93 | * These options are also useful to firmware size reduction. | 88 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/tkc/osav2/config.h b/keyboards/tkc/osav2/config.h index 03762dc769..55f92ceca6 100644 --- a/keyboards/tkc/osav2/config.h +++ b/keyboards/tkc/osav2/config.h | |||
| @@ -73,11 +73,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 73 | // #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 | 73 | // #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 |
| 74 | #endif | 74 | #endif |
| 75 | 75 | ||
| 76 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 77 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 78 | */ | ||
| 79 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 80 | |||
| 81 | /* | 76 | /* |
| 82 | * Feature disable options | 77 | * Feature disable options |
| 83 | * These options are also useful to firmware size reduction. | 78 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/tkc/tkl_ab87/config.h b/keyboards/tkc/tkl_ab87/config.h index 03ec3bbc72..ee3efe1308 100644 --- a/keyboards/tkc/tkl_ab87/config.h +++ b/keyboards/tkc/tkl_ab87/config.h | |||
| @@ -83,11 +83,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 83 | /* Locking resynchronize hack */ | 83 | /* Locking resynchronize hack */ |
| 84 | #define LOCKING_RESYNC_ENABLE | 84 | #define LOCKING_RESYNC_ENABLE |
| 85 | 85 | ||
| 86 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 87 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 88 | */ | ||
| 89 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 90 | |||
| 91 | /* | 86 | /* |
| 92 | * Feature disable options | 87 | * Feature disable options |
| 93 | * These options are also useful to firmware size reduction. | 88 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/tmo50/config.h b/keyboards/tmo50/config.h index 3355c49411..5ed8850ab5 100644 --- a/keyboards/tmo50/config.h +++ b/keyboards/tmo50/config.h | |||
| @@ -67,11 +67,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 67 | /* Locking resynchronize hack */ | 67 | /* Locking resynchronize hack */ |
| 68 | #define LOCKING_RESYNC_ENABLE | 68 | #define LOCKING_RESYNC_ENABLE |
| 69 | 69 | ||
| 70 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 71 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 72 | */ | ||
| 73 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 74 | |||
| 75 | /* | 70 | /* |
| 76 | * Feature disable options | 71 | * Feature disable options |
| 77 | * These options are also useful to firmware size reduction. | 72 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/treasure/type9/config.h b/keyboards/treasure/type9/config.h index bf3033d7b7..cb7611ef71 100644 --- a/keyboards/treasure/type9/config.h +++ b/keyboards/treasure/type9/config.h | |||
| @@ -54,11 +54,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 54 | /* Locking resynchronize hack */ | 54 | /* Locking resynchronize hack */ |
| 55 | #define LOCKING_RESYNC_ENABLE | 55 | #define LOCKING_RESYNC_ENABLE |
| 56 | 56 | ||
| 57 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 58 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 59 | */ | ||
| 60 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 61 | |||
| 62 | /* | 57 | /* |
| 63 | * Feature disable options | 58 | * Feature disable options |
| 64 | * These options are also useful to firmware size reduction. | 59 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/tszaboo/ortho4exent/config.h b/keyboards/tszaboo/ortho4exent/config.h index bab0267d42..03a9cbc7b0 100644 --- a/keyboards/tszaboo/ortho4exent/config.h +++ b/keyboards/tszaboo/ortho4exent/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 userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 76 | */ | ||
| 77 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 78 | |||
| 79 | /* disable print */ | 74 | /* disable print */ |
| 80 | //#define NO_PRINT | 75 | //#define NO_PRINT |
| 81 | 76 | ||
diff --git a/keyboards/unikeyboard/diverge3/config.h b/keyboards/unikeyboard/diverge3/config.h index 25be90cec2..85fd49c3d2 100644 --- a/keyboards/unikeyboard/diverge3/config.h +++ b/keyboards/unikeyboard/diverge3/config.h | |||
| @@ -55,7 +55,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 55 | #define LOCKING_RESYNC_ENABLE | 55 | #define LOCKING_RESYNC_ENABLE |
| 56 | 56 | ||
| 57 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | 57 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. |
| 58 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | 58 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). |
| 59 | */ | 59 | */ |
| 60 | #define GRAVE_ESC_CTRL_OVERRIDE | 60 | #define GRAVE_ESC_CTRL_OVERRIDE |
| 61 | 61 | ||
diff --git a/keyboards/unikeyboard/felix/config.h b/keyboards/unikeyboard/felix/config.h index 98ec240eb7..cbbdcbcfd9 100644 --- a/keyboards/unikeyboard/felix/config.h +++ b/keyboards/unikeyboard/felix/config.h | |||
| @@ -50,11 +50,6 @@ | |||
| 50 | /* Locking resynchronize hack */ | 50 | /* Locking resynchronize hack */ |
| 51 | #define LOCKING_RESYNC_ENABLE | 51 | #define LOCKING_RESYNC_ENABLE |
| 52 | 52 | ||
| 53 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 54 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 55 | */ | ||
| 56 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 57 | |||
| 58 | /* | 53 | /* |
| 59 | * Feature disable options | 54 | * Feature disable options |
| 60 | * These options are also useful to firmware size reduction. | 55 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/uranuma/config.h b/keyboards/uranuma/config.h index 7435e2ad43..d54a4444ee 100644 --- a/keyboards/uranuma/config.h +++ b/keyboards/uranuma/config.h | |||
| @@ -51,11 +51,6 @@ | |||
| 51 | /* Locking resynchronize hack */ | 51 | /* Locking resynchronize hack */ |
| 52 | #define LOCKING_RESYNC_ENABLE | 52 | #define LOCKING_RESYNC_ENABLE |
| 53 | 53 | ||
| 54 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 55 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 56 | */ | ||
| 57 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 58 | |||
| 59 | /* | 54 | /* |
| 60 | * Feature disable options | 55 | * Feature disable options |
| 61 | * These options are also useful to firmware size reduction. | 56 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/v60_type_r/config.h b/keyboards/v60_type_r/config.h index eb8b981516..7672ea482a 100644 --- a/keyboards/v60_type_r/config.h +++ b/keyboards/v60_type_r/config.h | |||
| @@ -65,11 +65,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 65 | /* Locking resynchronize hack */ | 65 | /* Locking resynchronize hack */ |
| 66 | #define LOCKING_RESYNC_ENABLE | 66 | #define LOCKING_RESYNC_ENABLE |
| 67 | 67 | ||
| 68 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 69 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 70 | */ | ||
| 71 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 72 | |||
| 73 | /* | 68 | /* |
| 74 | * Feature disable options | 69 | * Feature disable options |
| 75 | * These options are also useful to firmware size reduction. | 70 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/viktus/smolka/config.h b/keyboards/viktus/smolka/config.h index 2a555133c8..ecbc354ed6 100644 --- a/keyboards/viktus/smolka/config.h +++ b/keyboards/viktus/smolka/config.h | |||
| @@ -48,11 +48,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 48 | 48 | ||
| 49 | #define ENCODER_RESOLUTIONS { 4, 2 } | 49 | #define ENCODER_RESOLUTIONS { 4, 2 } |
| 50 | 50 | ||
| 51 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 52 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 53 | */ | ||
| 54 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 55 | |||
| 56 | /* | 51 | /* |
| 57 | * Feature disable options | 52 | * Feature disable options |
| 58 | * These options are also useful to firmware size reduction. | 53 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/viktus/sp111/config.h b/keyboards/viktus/sp111/config.h index a55b7efcaa..de69834902 100644 --- a/keyboards/viktus/sp111/config.h +++ b/keyboards/viktus/sp111/config.h | |||
| @@ -25,11 +25,6 @@ | |||
| 25 | /* Locking resynchronize hack */ | 25 | /* Locking resynchronize hack */ |
| 26 | #define LOCKING_RESYNC_ENABLE | 26 | #define LOCKING_RESYNC_ENABLE |
| 27 | 27 | ||
| 28 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 29 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 30 | */ | ||
| 31 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 32 | |||
| 33 | /* | 28 | /* |
| 34 | * Feature disable options | 29 | * Feature disable options |
| 35 | * These options are also useful to firmware size reduction. | 30 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/viktus/styrka/config.h b/keyboards/viktus/styrka/config.h index 9d3ab5ef18..f82cac87e3 100644 --- a/keyboards/viktus/styrka/config.h +++ b/keyboards/viktus/styrka/config.h | |||
| @@ -49,11 +49,6 @@ B0, which is unconnected on the PCB | |||
| 49 | /* Locking resynchronize hack */ | 49 | /* Locking resynchronize hack */ |
| 50 | #define LOCKING_RESYNC_ENABLE | 50 | #define LOCKING_RESYNC_ENABLE |
| 51 | 51 | ||
| 52 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 53 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 54 | */ | ||
| 55 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 56 | |||
| 57 | /* | 52 | /* |
| 58 | * Feature disable options | 53 | * Feature disable options |
| 59 | * These options are also useful to firmware size reduction. | 54 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/w1_at/config.h b/keyboards/w1_at/config.h index b1969f6a89..2817d9ddca 100644 --- a/keyboards/w1_at/config.h +++ b/keyboards/w1_at/config.h | |||
| @@ -38,11 +38,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 38 | #define LED_KANA_PIN A13 | 38 | #define LED_KANA_PIN A13 |
| 39 | #define LED_PIN_ON_STATE 0 | 39 | #define LED_PIN_ON_STATE 0 |
| 40 | 40 | ||
| 41 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 42 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 43 | */ | ||
| 44 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 45 | |||
| 46 | /* Bootmagic Lite key configuration */ | 41 | /* Bootmagic Lite key configuration */ |
| 47 | #define BOOTMAGIC_LITE_ROW 0 | 42 | #define BOOTMAGIC_LITE_ROW 0 |
| 48 | #define BOOTMAGIC_LITE_COLUMN 2 | 43 | #define BOOTMAGIC_LITE_COLUMN 2 |
diff --git a/keyboards/wavtype/foundation/config.h b/keyboards/wavtype/foundation/config.h index d3681beab6..1f9964a8a1 100644 --- a/keyboards/wavtype/foundation/config.h +++ b/keyboards/wavtype/foundation/config.h | |||
| @@ -66,11 +66,6 @@ | |||
| 66 | /* Locking resynchronize hack */ | 66 | /* Locking resynchronize hack */ |
| 67 | #define LOCKING_RESYNC_ENABLE | 67 | #define LOCKING_RESYNC_ENABLE |
| 68 | 68 | ||
| 69 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 70 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 71 | */ | ||
| 72 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 73 | |||
| 74 | /* | 69 | /* |
| 75 | * Feature disable options | 70 | * Feature disable options |
| 76 | * These options are also useful to firmware size reduction. | 71 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/wavtype/p01_ultra/config.h b/keyboards/wavtype/p01_ultra/config.h index 5ffc49a5df..6f04e24ad4 100644 --- a/keyboards/wavtype/p01_ultra/config.h +++ b/keyboards/wavtype/p01_ultra/config.h | |||
| @@ -80,11 +80,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 80 | /* Locking resynchronize hack */ | 80 | /* Locking resynchronize hack */ |
| 81 | #define LOCKING_RESYNC_ENABLE | 81 | #define LOCKING_RESYNC_ENABLE |
| 82 | 82 | ||
| 83 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 84 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 85 | */ | ||
| 86 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 87 | |||
| 88 | #define DYNAMIC_KEYMAP_LAYER_COUNT 2 | 83 | #define DYNAMIC_KEYMAP_LAYER_COUNT 2 |
| 89 | 84 | ||
| 90 | /* | 85 | /* |
diff --git a/keyboards/wekey/polaris/config.h b/keyboards/wekey/polaris/config.h index e88a1ab75b..f4db9e1892 100644 --- a/keyboards/wekey/polaris/config.h +++ b/keyboards/wekey/polaris/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/wekey/we27/config.h b/keyboards/wekey/we27/config.h index 850f2daeda..0f291d4abf 100644 --- a/keyboards/wekey/we27/config.h +++ b/keyboards/wekey/we27/config.h | |||
| @@ -149,11 +149,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 149 | /* Locking resynchronize hack */ | 149 | /* Locking resynchronize hack */ |
| 150 | #define LOCKING_RESYNC_ENABLE | 150 | #define LOCKING_RESYNC_ENABLE |
| 151 | 151 | ||
| 152 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 153 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 154 | */ | ||
| 155 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 156 | |||
| 157 | /* | 152 | /* |
| 158 | * Feature disable options | 153 | * Feature disable options |
| 159 | * These options are also useful to firmware size reduction. | 154 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/westfoxtrot/aanzee/config.h b/keyboards/westfoxtrot/aanzee/config.h index 33eb44b561..1b053da455 100644 --- a/keyboards/westfoxtrot/aanzee/config.h +++ b/keyboards/westfoxtrot/aanzee/config.h | |||
| @@ -64,6 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 64 | #define LOCKING_RESYNC_ENABLE | 64 | #define LOCKING_RESYNC_ENABLE |
| 65 | 65 | ||
| 66 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | 66 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. |
| 67 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | 67 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). |
| 68 | */ | 68 | */ |
| 69 | #define GRAVE_ESC_CTRL_OVERRIDE | 69 | #define GRAVE_ESC_CTRL_OVERRIDE |
diff --git a/keyboards/westfoxtrot/cyclops/config.h b/keyboards/westfoxtrot/cyclops/config.h index 3951a87409..b71072b2ba 100644 --- a/keyboards/westfoxtrot/cyclops/config.h +++ b/keyboards/westfoxtrot/cyclops/config.h | |||
| @@ -43,11 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
| 44 | #define LOCKING_RESYNC_ENABLE | 44 | #define LOCKING_RESYNC_ENABLE |
| 45 | 45 | ||
| 46 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 47 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 48 | */ | ||
| 49 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 50 | |||
| 51 | /* | 46 | /* |
| 52 | * Feature disable options | 47 | * Feature disable options |
| 53 | * These options are also useful to firmware size reduction. | 48 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/westfoxtrot/cypher/rev1/config.h b/keyboards/westfoxtrot/cypher/rev1/config.h index 8da69034b1..78cb00ae7e 100644 --- a/keyboards/westfoxtrot/cypher/rev1/config.h +++ b/keyboards/westfoxtrot/cypher/rev1/config.h | |||
| @@ -48,6 +48,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 48 | #define LOCKING_RESYNC_ENABLE | 48 | #define LOCKING_RESYNC_ENABLE |
| 49 | 49 | ||
| 50 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | 50 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. |
| 51 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | 51 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). |
| 52 | */ | 52 | */ |
| 53 | #define GRAVE_ESC_CTRL_OVERRIDE | 53 | #define GRAVE_ESC_CTRL_OVERRIDE |
diff --git a/keyboards/westfoxtrot/cypher/rev5/config.h b/keyboards/westfoxtrot/cypher/rev5/config.h index c6506a67d1..3d7918b64f 100644 --- a/keyboards/westfoxtrot/cypher/rev5/config.h +++ b/keyboards/westfoxtrot/cypher/rev5/config.h | |||
| @@ -47,7 +47,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 47 | #define LOCKING_RESYNC_ENABLE | 47 | #define LOCKING_RESYNC_ENABLE |
| 48 | 48 | ||
| 49 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | 49 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. |
| 50 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | 50 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). |
| 51 | */ | 51 | */ |
| 52 | #define GRAVE_ESC_CTRL_OVERRIDE | 52 | #define GRAVE_ESC_CTRL_OVERRIDE |
| 53 | 53 | ||
diff --git a/keyboards/wilba_tech/rama_works_m10_b/config.h b/keyboards/wilba_tech/rama_works_m10_b/config.h index 13c6803e0a..91ccf8a0a8 100644 --- a/keyboards/wilba_tech/rama_works_m10_b/config.h +++ b/keyboards/wilba_tech/rama_works_m10_b/config.h | |||
| @@ -46,11 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 46 | /* Locking resynchronize hack */ | 46 | /* Locking resynchronize hack */ |
| 47 | #define LOCKING_RESYNC_ENABLE | 47 | #define LOCKING_RESYNC_ENABLE |
| 48 | 48 | ||
| 49 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 50 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 51 | */ | ||
| 52 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 53 | |||
| 54 | /* | 49 | /* |
| 55 | * Feature disable options | 50 | * Feature disable options |
| 56 | * These options are also useful to firmware size reduction. | 51 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/wilba_tech/rama_works_m6_a/config.h b/keyboards/wilba_tech/rama_works_m6_a/config.h index fa4bf9611d..db6a753ba5 100644 --- a/keyboards/wilba_tech/rama_works_m6_a/config.h +++ b/keyboards/wilba_tech/rama_works_m6_a/config.h | |||
| @@ -41,11 +41,6 @@ | |||
| 41 | /* Locking resynchronize hack */ | 41 | /* Locking resynchronize hack */ |
| 42 | #define LOCKING_RESYNC_ENABLE | 42 | #define LOCKING_RESYNC_ENABLE |
| 43 | 43 | ||
| 44 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 45 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 46 | */ | ||
| 47 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 48 | |||
| 49 | #define RGB_BACKLIGHT_ENABLED 0 | 44 | #define RGB_BACKLIGHT_ENABLED 0 |
| 50 | 45 | ||
| 51 | // NOTE: M6-A doesn't use RGB backlight, but we keep this | 46 | // NOTE: M6-A doesn't use RGB backlight, but we keep this |
diff --git a/keyboards/wilba_tech/rama_works_m6_b/config.h b/keyboards/wilba_tech/rama_works_m6_b/config.h index 387faf389b..8f334ca22f 100644 --- a/keyboards/wilba_tech/rama_works_m6_b/config.h +++ b/keyboards/wilba_tech/rama_works_m6_b/config.h | |||
| @@ -41,11 +41,6 @@ | |||
| 41 | /* Locking resynchronize hack */ | 41 | /* Locking resynchronize hack */ |
| 42 | #define LOCKING_RESYNC_ENABLE | 42 | #define LOCKING_RESYNC_ENABLE |
| 43 | 43 | ||
| 44 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 45 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 46 | */ | ||
| 47 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 48 | |||
| 49 | #define RGB_BACKLIGHT_ENABLED 1 | 44 | #define RGB_BACKLIGHT_ENABLED 1 |
| 50 | 45 | ||
| 51 | // This conditionally compiles the backlight code for M6-B specifics | 46 | // This conditionally compiles the backlight code for M6-B specifics |
diff --git a/keyboards/wilba_tech/rama_works_u80_a/config.h b/keyboards/wilba_tech/rama_works_u80_a/config.h index e087f8825d..d1dc13de04 100644 --- a/keyboards/wilba_tech/rama_works_u80_a/config.h +++ b/keyboards/wilba_tech/rama_works_u80_a/config.h | |||
| @@ -42,11 +42,6 @@ | |||
| 42 | /* Locking resynchronize hack */ | 42 | /* Locking resynchronize hack */ |
| 43 | #define LOCKING_RESYNC_ENABLE | 43 | #define LOCKING_RESYNC_ENABLE |
| 44 | 44 | ||
| 45 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 46 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 47 | */ | ||
| 48 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 49 | |||
| 50 | /* | 45 | /* |
| 51 | * Feature disable options | 46 | * Feature disable options |
| 52 | * These options are also useful to firmware size reduction. | 47 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/wilba_tech/wt60_a/config.h b/keyboards/wilba_tech/wt60_a/config.h index 2e753dfe2c..e3dd5bc020 100644 --- a/keyboards/wilba_tech/wt60_a/config.h +++ b/keyboards/wilba_tech/wt60_a/config.h | |||
| @@ -42,11 +42,6 @@ | |||
| 42 | /* Locking resynchronize hack */ | 42 | /* Locking resynchronize hack */ |
| 43 | #define LOCKING_RESYNC_ENABLE | 43 | #define LOCKING_RESYNC_ENABLE |
| 44 | 44 | ||
| 45 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 46 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 47 | */ | ||
| 48 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 49 | |||
| 50 | /* | 45 | /* |
| 51 | * Feature disable options | 46 | * Feature disable options |
| 52 | * These options are also useful to firmware size reduction. | 47 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/wilba_tech/wt60_d/config.h b/keyboards/wilba_tech/wt60_d/config.h index 7fc41c5974..e57de939b4 100644 --- a/keyboards/wilba_tech/wt60_d/config.h +++ b/keyboards/wilba_tech/wt60_d/config.h | |||
| @@ -42,11 +42,6 @@ | |||
| 42 | /* Locking resynchronize hack */ | 42 | /* Locking resynchronize hack */ |
| 43 | #define LOCKING_RESYNC_ENABLE | 43 | #define LOCKING_RESYNC_ENABLE |
| 44 | 44 | ||
| 45 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 46 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 47 | */ | ||
| 48 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 49 | |||
| 50 | /* | 45 | /* |
| 51 | * Feature disable options | 46 | * Feature disable options |
| 52 | * These options are also useful to firmware size reduction. | 47 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/wilba_tech/wt60_xt/config.h b/keyboards/wilba_tech/wt60_xt/config.h index b4288c1ea9..c4032aee27 100644 --- a/keyboards/wilba_tech/wt60_xt/config.h +++ b/keyboards/wilba_tech/wt60_xt/config.h | |||
| @@ -45,11 +45,6 @@ | |||
| 45 | /* Locking resynchronize hack */ | 45 | /* Locking resynchronize hack */ |
| 46 | #define LOCKING_RESYNC_ENABLE | 46 | #define LOCKING_RESYNC_ENABLE |
| 47 | 47 | ||
| 48 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 49 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 50 | */ | ||
| 51 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 52 | |||
| 53 | /* | 48 | /* |
| 54 | * Feature disable options | 49 | * Feature disable options |
| 55 | * These options are also useful to firmware size reduction. | 50 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/wilba_tech/wt65_a/config.h b/keyboards/wilba_tech/wt65_a/config.h index c1208f9e2d..d49d37a189 100644 --- a/keyboards/wilba_tech/wt65_a/config.h +++ b/keyboards/wilba_tech/wt65_a/config.h | |||
| @@ -42,11 +42,6 @@ | |||
| 42 | /* Locking resynchronize hack */ | 42 | /* Locking resynchronize hack */ |
| 43 | #define LOCKING_RESYNC_ENABLE | 43 | #define LOCKING_RESYNC_ENABLE |
| 44 | 44 | ||
| 45 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 46 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 47 | */ | ||
| 48 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 49 | |||
| 50 | /* | 45 | /* |
| 51 | * Feature disable options | 46 | * Feature disable options |
| 52 | * These options are also useful to firmware size reduction. | 47 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/wilba_tech/wt65_b/config.h b/keyboards/wilba_tech/wt65_b/config.h index f959e2ab32..c918090699 100644 --- a/keyboards/wilba_tech/wt65_b/config.h +++ b/keyboards/wilba_tech/wt65_b/config.h | |||
| @@ -42,11 +42,6 @@ | |||
| 42 | /* Locking resynchronize hack */ | 42 | /* Locking resynchronize hack */ |
| 43 | #define LOCKING_RESYNC_ENABLE | 43 | #define LOCKING_RESYNC_ENABLE |
| 44 | 44 | ||
| 45 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 46 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 47 | */ | ||
| 48 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 49 | |||
| 50 | /* | 45 | /* |
| 51 | * Feature disable options | 46 | * Feature disable options |
| 52 | * These options are also useful to firmware size reduction. | 47 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/wilba_tech/wt69_a/config.h b/keyboards/wilba_tech/wt69_a/config.h index 6adda391cb..c13b853038 100644 --- a/keyboards/wilba_tech/wt69_a/config.h +++ b/keyboards/wilba_tech/wt69_a/config.h | |||
| @@ -42,11 +42,6 @@ | |||
| 42 | /* Locking resynchronize hack */ | 42 | /* Locking resynchronize hack */ |
| 43 | #define LOCKING_RESYNC_ENABLE | 43 | #define LOCKING_RESYNC_ENABLE |
| 44 | 44 | ||
| 45 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 46 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 47 | */ | ||
| 48 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 49 | |||
| 50 | /* | 45 | /* |
| 51 | * Feature disable options | 46 | * Feature disable options |
| 52 | * These options are also useful to firmware size reduction. | 47 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/wilba_tech/wt75_a/config.h b/keyboards/wilba_tech/wt75_a/config.h index 3f91c1d1cc..b8be4507ee 100644 --- a/keyboards/wilba_tech/wt75_a/config.h +++ b/keyboards/wilba_tech/wt75_a/config.h | |||
| @@ -42,11 +42,6 @@ | |||
| 42 | /* Locking resynchronize hack */ | 42 | /* Locking resynchronize hack */ |
| 43 | #define LOCKING_RESYNC_ENABLE | 43 | #define LOCKING_RESYNC_ENABLE |
| 44 | 44 | ||
| 45 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 46 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 47 | */ | ||
| 48 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 49 | |||
| 50 | /* | 45 | /* |
| 51 | * Feature disable options | 46 | * Feature disable options |
| 52 | * These options are also useful to firmware size reduction. | 47 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/wilba_tech/wt75_b/config.h b/keyboards/wilba_tech/wt75_b/config.h index cec634b81a..a652f66ee3 100644 --- a/keyboards/wilba_tech/wt75_b/config.h +++ b/keyboards/wilba_tech/wt75_b/config.h | |||
| @@ -42,11 +42,6 @@ | |||
| 42 | /* Locking resynchronize hack */ | 42 | /* Locking resynchronize hack */ |
| 43 | #define LOCKING_RESYNC_ENABLE | 43 | #define LOCKING_RESYNC_ENABLE |
| 44 | 44 | ||
| 45 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 46 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 47 | */ | ||
| 48 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 49 | |||
| 50 | /* | 45 | /* |
| 51 | * Feature disable options | 46 | * Feature disable options |
| 52 | * These options are also useful to firmware size reduction. | 47 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/wilba_tech/wt75_c/config.h b/keyboards/wilba_tech/wt75_c/config.h index 2ffdb9adc6..a55a1e3638 100644 --- a/keyboards/wilba_tech/wt75_c/config.h +++ b/keyboards/wilba_tech/wt75_c/config.h | |||
| @@ -42,11 +42,6 @@ | |||
| 42 | /* Locking resynchronize hack */ | 42 | /* Locking resynchronize hack */ |
| 43 | #define LOCKING_RESYNC_ENABLE | 43 | #define LOCKING_RESYNC_ENABLE |
| 44 | 44 | ||
| 45 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 46 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 47 | */ | ||
| 48 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 49 | |||
| 50 | /* | 45 | /* |
| 51 | * Feature disable options | 46 | * Feature disable options |
| 52 | * These options are also useful to firmware size reduction. | 47 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/wilba_tech/wt80_a/config.h b/keyboards/wilba_tech/wt80_a/config.h index 576e869702..4d1973c425 100644 --- a/keyboards/wilba_tech/wt80_a/config.h +++ b/keyboards/wilba_tech/wt80_a/config.h | |||
| @@ -42,11 +42,6 @@ | |||
| 42 | /* Locking resynchronize hack */ | 42 | /* Locking resynchronize hack */ |
| 43 | #define LOCKING_RESYNC_ENABLE | 43 | #define LOCKING_RESYNC_ENABLE |
| 44 | 44 | ||
| 45 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 46 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 47 | */ | ||
| 48 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 49 | |||
| 50 | /* | 45 | /* |
| 51 | * Feature disable options | 46 | * Feature disable options |
| 52 | * These options are also useful to firmware size reduction. | 47 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/wilba_tech/wt8_a/config.h b/keyboards/wilba_tech/wt8_a/config.h index 29e9ac96c4..b784d486f8 100644 --- a/keyboards/wilba_tech/wt8_a/config.h +++ b/keyboards/wilba_tech/wt8_a/config.h | |||
| @@ -41,8 +41,3 @@ | |||
| 41 | #define LOCKING_SUPPORT_ENABLE | 41 | #define LOCKING_SUPPORT_ENABLE |
| 42 | /* Locking resynchronize hack */ | 42 | /* Locking resynchronize hack */ |
| 43 | #define LOCKING_RESYNC_ENABLE | 43 | #define LOCKING_RESYNC_ENABLE |
| 44 | |||
| 45 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 46 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 47 | */ | ||
| 48 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
diff --git a/keyboards/work_louder/loop/config.h b/keyboards/work_louder/loop/config.h index eb78940219..a9bd1316df 100644 --- a/keyboards/work_louder/loop/config.h +++ b/keyboards/work_louder/loop/config.h | |||
| @@ -126,11 +126,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 126 | // #define ENABLE_RGB_MATRIX_SOLID_SPLASH | 126 | // #define ENABLE_RGB_MATRIX_SOLID_SPLASH |
| 127 | // #define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH | 127 | // #define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH |
| 128 | 128 | ||
| 129 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 130 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 131 | */ | ||
| 132 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 133 | |||
| 134 | /* | 129 | /* |
| 135 | * Feature disable options | 130 | * Feature disable options |
| 136 | * These options are also useful to firmware size reduction. | 131 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/work_louder/nano/config.h b/keyboards/work_louder/nano/config.h index c560525918..abb6c7675a 100644 --- a/keyboards/work_louder/nano/config.h +++ b/keyboards/work_louder/nano/config.h | |||
| @@ -127,11 +127,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 127 | // #define ENABLE_RGB_MATRIX_SOLID_SPLASH | 127 | // #define ENABLE_RGB_MATRIX_SOLID_SPLASH |
| 128 | // #define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH | 128 | // #define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH |
| 129 | 129 | ||
| 130 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 131 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 132 | */ | ||
| 133 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 134 | |||
| 135 | /* | 130 | /* |
| 136 | * Feature disable options | 131 | * Feature disable options |
| 137 | * These options are also useful to firmware size reduction. | 132 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/work_louder/work_board/config.h b/keyboards/work_louder/work_board/config.h index 3b7bdcc2c1..b205ec7488 100644 --- a/keyboards/work_louder/work_board/config.h +++ b/keyboards/work_louder/work_board/config.h | |||
| @@ -129,11 +129,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 129 | #define RGB_MATRIX_DEFAULT_MODE RGB_MATRIX_SOLID_COLOR // Sets the default mode, if none has been set | 129 | #define RGB_MATRIX_DEFAULT_MODE RGB_MATRIX_SOLID_COLOR // Sets the default mode, if none has been set |
| 130 | #define RGB_MATRIX_DEFAULT_HUE 191 // Sets the default hue value, if none has been set | 130 | #define RGB_MATRIX_DEFAULT_HUE 191 // Sets the default hue value, if none has been set |
| 131 | 131 | ||
| 132 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 133 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 134 | */ | ||
| 135 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 136 | |||
| 137 | /* | 132 | /* |
| 138 | * Feature disable options | 133 | * Feature disable options |
| 139 | * These options are also useful to firmware size reduction. | 134 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/wren/config.h b/keyboards/wren/config.h index bcb61f3e70..305655f094 100644 --- a/keyboards/wren/config.h +++ b/keyboards/wren/config.h | |||
| @@ -59,11 +59,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 59 | /* Locking resynchronize hack */ | 59 | /* Locking resynchronize hack */ |
| 60 | #define LOCKING_RESYNC_ENABLE | 60 | #define LOCKING_RESYNC_ENABLE |
| 61 | 61 | ||
| 62 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 63 | * This is useful 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/wsk/gothic50/config.h b/keyboards/wsk/gothic50/config.h index 280064f037..aad85340f0 100644 --- a/keyboards/wsk/gothic50/config.h +++ b/keyboards/wsk/gothic50/config.h | |||
| @@ -39,6 +39,6 @@ | |||
| 39 | #define LOCKING_RESYNC_ENABLE | 39 | #define LOCKING_RESYNC_ENABLE |
| 40 | 40 | ||
| 41 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | 41 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. |
| 42 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | 42 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). |
| 43 | */ | 43 | */ |
| 44 | #define GRAVE_ESC_CTRL_OVERRIDE | 44 | #define GRAVE_ESC_CTRL_OVERRIDE |
diff --git a/keyboards/x16/config.h b/keyboards/x16/config.h index 6c1deb5e92..77c1fcb73a 100644 --- a/keyboards/x16/config.h +++ b/keyboards/x16/config.h | |||
| @@ -70,11 +70,6 @@ | |||
| 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 userful 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/xiudi/xd75/config.h b/keyboards/xiudi/xd75/config.h index f9ed083bb3..4e1a2da375 100644 --- a/keyboards/xiudi/xd75/config.h +++ b/keyboards/xiudi/xd75/config.h | |||
| @@ -73,11 +73,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 73 | /* Locking resynchronize hack */ | 73 | /* Locking resynchronize hack */ |
| 74 | #define LOCKING_RESYNC_ENABLE | 74 | #define LOCKING_RESYNC_ENABLE |
| 75 | 75 | ||
| 76 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 77 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 78 | */ | ||
| 79 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 80 | |||
| 81 | /* | 76 | /* |
| 82 | * Feature disable options | 77 | * Feature disable options |
| 83 | * These options are also useful to firmware size reduction. | 78 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/xiudi/xd84/config.h b/keyboards/xiudi/xd84/config.h index 15b370c469..f8a545e578 100644 --- a/keyboards/xiudi/xd84/config.h +++ b/keyboards/xiudi/xd84/config.h | |||
| @@ -69,11 +69,6 @@ | |||
| 69 | /* Locking resynchronize hack */ | 69 | /* Locking resynchronize hack */ |
| 70 | #define LOCKING_RESYNC_ENABLE | 70 | #define LOCKING_RESYNC_ENABLE |
| 71 | 71 | ||
| 72 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 73 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 74 | */ | ||
| 75 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 76 | |||
| 77 | /* | 72 | /* |
| 78 | * Feature disable options | 73 | * Feature disable options |
| 79 | * These options are also useful to firmware size reduction. | 74 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/xiudi/xd87/config.h b/keyboards/xiudi/xd87/config.h index e14be157bc..009949d249 100644 --- a/keyboards/xiudi/xd87/config.h +++ b/keyboards/xiudi/xd87/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 userful 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/xiudi/xd96/config.h b/keyboards/xiudi/xd96/config.h index 248ddbd7af..00cea639c8 100644 --- a/keyboards/xiudi/xd96/config.h +++ b/keyboards/xiudi/xd96/config.h | |||
| @@ -70,11 +70,6 @@ | |||
| 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 userful 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/ydkb/yd68/config.h b/keyboards/ydkb/yd68/config.h index 8e3e5cc08e..9bcfa32f44 100644 --- a/keyboards/ydkb/yd68/config.h +++ b/keyboards/ydkb/yd68/config.h | |||
| @@ -59,11 +59,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 59 | #define RGBLIGHT_VAL_STEP 8 | 59 | #define RGBLIGHT_VAL_STEP 8 |
| 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/yiancardesigns/barleycorn/config.h b/keyboards/yiancardesigns/barleycorn/config.h index 755159f22a..5eed7521ff 100644 --- a/keyboards/yiancardesigns/barleycorn/config.h +++ b/keyboards/yiancardesigns/barleycorn/config.h | |||
| @@ -49,11 +49,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 49 | /* Locking resynchronize hack */ | 49 | /* Locking resynchronize hack */ |
| 50 | #define LOCKING_RESYNC_ENABLE | 50 | #define LOCKING_RESYNC_ENABLE |
| 51 | 51 | ||
| 52 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 53 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 54 | */ | ||
| 55 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 56 | |||
| 57 | /* | 52 | /* |
| 58 | * Feature disable options | 53 | * Feature disable options |
| 59 | * These options are also useful to firmware size reduction. | 54 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/yiancardesigns/gingham/config.h b/keyboards/yiancardesigns/gingham/config.h index f059c67cf8..ae6a6c06fd 100644 --- a/keyboards/yiancardesigns/gingham/config.h +++ b/keyboards/yiancardesigns/gingham/config.h | |||
| @@ -63,11 +63,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 63 | /* Locking resynchronize hack */ | 63 | /* Locking resynchronize hack */ |
| 64 | #define LOCKING_RESYNC_ENABLE | 64 | #define LOCKING_RESYNC_ENABLE |
| 65 | 65 | ||
| 66 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 67 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 68 | */ | ||
| 69 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 70 | |||
| 71 | /* | 66 | /* |
| 72 | * Feature disable options | 67 | * Feature disable options |
| 73 | * These options are also useful to firmware size reduction. | 68 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/yiancardesigns/seigaiha/config.h b/keyboards/yiancardesigns/seigaiha/config.h index 25820d8c94..fba7b37137 100644 --- a/keyboards/yiancardesigns/seigaiha/config.h +++ b/keyboards/yiancardesigns/seigaiha/config.h | |||
| @@ -51,11 +51,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 51 | /* Locking resynchronize hack */ | 51 | /* Locking resynchronize hack */ |
| 52 | #define LOCKING_RESYNC_ENABLE | 52 | #define LOCKING_RESYNC_ENABLE |
| 53 | 53 | ||
| 54 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 55 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 56 | */ | ||
| 57 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 58 | |||
| 59 | /* | 54 | /* |
| 60 | * Feature disable options | 55 | * Feature disable options |
| 61 | * These options are also useful to firmware size reduction. | 56 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/ymdk/np21/config.h b/keyboards/ymdk/np21/config.h index 10a4024434..d0c2d19490 100644 --- a/keyboards/ymdk/np21/config.h +++ b/keyboards/ymdk/np21/config.h | |||
| @@ -72,11 +72,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 72 | /* Locking resynchronize hack */ | 72 | /* Locking resynchronize hack */ |
| 73 | #define LOCKING_RESYNC_ENABLE | 73 | #define LOCKING_RESYNC_ENABLE |
| 74 | 74 | ||
| 75 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 76 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 77 | */ | ||
| 78 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 79 | |||
| 80 | /* | 75 | /* |
| 81 | * Feature disable options | 76 | * Feature disable options |
| 82 | * These options are also useful to firmware size reduction. | 77 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/yoichiro/lunakey_macro/config.h b/keyboards/yoichiro/lunakey_macro/config.h index ee71eaa3d9..1c5f3644da 100644 --- a/keyboards/yoichiro/lunakey_macro/config.h +++ b/keyboards/yoichiro/lunakey_macro/config.h | |||
| @@ -83,11 +83,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 83 | //# define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 | 83 | //# define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 |
| 84 | #endif | 84 | #endif |
| 85 | 85 | ||
| 86 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 87 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 88 | */ | ||
| 89 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 90 | |||
| 91 | /* | 86 | /* |
| 92 | * Feature disable options | 87 | * Feature disable options |
| 93 | * These options are also useful to firmware size reduction. | 88 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/yoichiro/lunakey_mini/config.h b/keyboards/yoichiro/lunakey_mini/config.h index 48fa47f9e3..04a0131c14 100644 --- a/keyboards/yoichiro/lunakey_mini/config.h +++ b/keyboards/yoichiro/lunakey_mini/config.h | |||
| @@ -81,11 +81,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 81 | /* Locking resynchronize hack */ | 81 | /* Locking resynchronize hack */ |
| 82 | #define LOCKING_RESYNC_ENABLE | 82 | #define LOCKING_RESYNC_ENABLE |
| 83 | 83 | ||
| 84 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 85 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 86 | */ | ||
| 87 | //#define GRAVE_ESC_CTRL_OVERRIDE | ||
| 88 | |||
| 89 | /* | 84 | /* |
| 90 | * Feature disable options | 85 | * Feature disable options |
| 91 | * These options are also useful to firmware size reduction. | 86 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/yushakobo/quick7/config.h b/keyboards/yushakobo/quick7/config.h index 31198c0adb..838e857b67 100644 --- a/keyboards/yushakobo/quick7/config.h +++ b/keyboards/yushakobo/quick7/config.h | |||
| @@ -77,11 +77,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 77 | /* Locking resynchronize hack */ | 77 | /* Locking resynchronize hack */ |
| 78 | #define LOCKING_RESYNC_ENABLE | 78 | #define LOCKING_RESYNC_ENABLE |
| 79 | 79 | ||
| 80 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 81 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 82 | */ | ||
| 83 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 84 | |||
| 85 | /* | 80 | /* |
| 86 | * Feature disable options | 81 | * Feature disable options |
| 87 | * These options are also useful to firmware size reduction. | 82 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/yynmt/dozen0/config.h b/keyboards/yynmt/dozen0/config.h index fd62588a22..e0e0d85191 100644 --- a/keyboards/yynmt/dozen0/config.h +++ b/keyboards/yynmt/dozen0/config.h | |||
| @@ -61,11 +61,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 61 | /* Locking resynchronize hack */ | 61 | /* Locking resynchronize hack */ |
| 62 | #define LOCKING_RESYNC_ENABLE | 62 | #define LOCKING_RESYNC_ENABLE |
| 63 | 63 | ||
| 64 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 65 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 66 | */ | ||
| 67 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 68 | |||
| 69 | /* | 64 | /* |
| 70 | * Feature disable options | 65 | * Feature disable options |
| 71 | * These options are also useful to firmware size reduction. | 66 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/yynmt/kagamidget/config.h b/keyboards/yynmt/kagamidget/config.h index 7e9c8ec4c3..4c1a943d1b 100644 --- a/keyboards/yynmt/kagamidget/config.h +++ b/keyboards/yynmt/kagamidget/config.h | |||
| @@ -60,11 +60,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 60 | /* Locking resynchronize hack */ | 60 | /* Locking resynchronize hack */ |
| 61 | #define LOCKING_RESYNC_ENABLE | 61 | #define LOCKING_RESYNC_ENABLE |
| 62 | 62 | ||
| 63 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 64 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 65 | */ | ||
| 66 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 67 | |||
| 68 | /* | 63 | /* |
| 69 | * Feature disable options | 64 | * Feature disable options |
| 70 | * These options are also useful to firmware size reduction. | 65 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/zvecr/split_blackpill/config.h b/keyboards/zvecr/split_blackpill/config.h index f56da72cc8..ef606f5243 100644 --- a/keyboards/zvecr/split_blackpill/config.h +++ b/keyboards/zvecr/split_blackpill/config.h | |||
| @@ -71,11 +71,6 @@ | |||
| 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 userful 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/zvecr/zv48/config.h b/keyboards/zvecr/zv48/config.h index 7683b27c0c..38935d31c1 100644 --- a/keyboards/zvecr/zv48/config.h +++ b/keyboards/zvecr/zv48/config.h | |||
| @@ -77,11 +77,6 @@ | |||
| 77 | /* Locking resynchronize hack */ | 77 | /* Locking resynchronize hack */ |
| 78 | #define LOCKING_RESYNC_ENABLE | 78 | #define LOCKING_RESYNC_ENABLE |
| 79 | 79 | ||
| 80 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 81 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 82 | */ | ||
| 83 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 84 | |||
| 85 | /* | 80 | /* |
| 86 | * Feature disable options | 81 | * Feature disable options |
| 87 | * These options are also useful to firmware size reduction. | 82 | * These options are also useful to firmware size reduction. |
