diff options
author | Ryan <fauxpark@gmail.com> | 2023-02-06 13:40:23 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-06 02:40:23 +0000 |
commit | a988f8a169112e31b21ff7c61870ab483c396cf3 (patch) | |
tree | 011e7112685ded2eed6be2c479c0426c28c1494a /keyboards/reviung | |
parent | f0618a1d53a50a6ed6a6b050daf31365599bef4b (diff) |
Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)
Diffstat (limited to 'keyboards/reviung')
-rw-r--r-- | keyboards/reviung/reviung33/config.h | 5 | ||||
-rwxr-xr-x | keyboards/reviung/reviung34/config.h | 5 | ||||
-rw-r--r-- | keyboards/reviung/reviung39/config.h | 5 | ||||
-rw-r--r-- | keyboards/reviung/reviung41/config.h | 5 | ||||
-rw-r--r-- | keyboards/reviung/reviung5/config.h | 5 | ||||
-rw-r--r-- | keyboards/reviung/reviung53/config.h | 5 |
6 files changed, 0 insertions, 30 deletions
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/>. /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE -/* If defined, GRAVE_ESC will always act as ESC when CTRL is held. - * This is useful for the Windows task manager shortcut (ctrl+shift+esc). - */ -//#define GRAVE_ESC_CTRL_OVERRIDE - /* * Feature disable options * These options are also useful to firmware size reduction. diff --git a/keyboards/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/>. /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE -/* If defined, GRAVE_ESC will always act as ESC when CTRL is held. - * This is userful for the Windows task manager shortcut (ctrl+shift+esc). - */ -// #define GRAVE_ESC_CTRL_OVERRIDE - /* * Feature disable options * These options are also useful to firmware size reduction. diff --git a/keyboards/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/>. /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE -/* If defined, GRAVE_ESC will always act as ESC when CTRL is held. - * This is userful for the Windows task manager shortcut (ctrl+shift+esc). - */ -// #define GRAVE_ESC_CTRL_OVERRIDE - /* * Feature disable options * These options are also useful to firmware size reduction. diff --git a/keyboards/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/>. /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE -/* If defined, GRAVE_ESC will always act as ESC when CTRL is held. - * This is userful for the Windows task manager shortcut (ctrl+shift+esc). - */ -// #define GRAVE_ESC_CTRL_OVERRIDE - /* * Feature disable options * These options are also useful to firmware size reduction. diff --git a/keyboards/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/>. /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE -/* If defined, GRAVE_ESC will always act as ESC when CTRL is held. - * This is useful for the Windows task manager shortcut (ctrl+shift+esc). - */ -//#define GRAVE_ESC_CTRL_OVERRIDE - /* * Feature disable options * These options are also useful to firmware size reduction. diff --git a/keyboards/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 @@ /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE -/* If defined, GRAVE_ESC will always act as ESC when CTRL is held. - * This is useful for the Windows task manager shortcut (ctrl+shift+esc). - */ -//#define GRAVE_ESC_CTRL_OVERRIDE - /* * Feature disable options * These options are also useful to firmware size reduction. |