summaryrefslogtreecommitdiff
path: root/keyboards/wavtype
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-01-31 07:45:41 +1100
committerGitHub <noreply@github.com>2023-01-30 20:45:41 +0000
commitb867522f8cf90aef6f4531e669e35aba5ec0bf1c (patch)
treea5ac31359e92bccf025a68a43aa85bfaf6a55ed7 /keyboards/wavtype
parentd84a7351ea965010ea51a2c9410add0f4e0306de (diff)
Clean up Force NKRO in config.h (#19718)
Diffstat (limited to 'keyboards/wavtype')
-rw-r--r--keyboards/wavtype/foundation/config.h21
-rw-r--r--keyboards/wavtype/p01_ultra/config.h22
2 files changed, 0 insertions, 43 deletions
diff --git a/keyboards/wavtype/foundation/config.h b/keyboards/wavtype/foundation/config.h
index 64afd9ace6..1ca3c2e537 100644
--- a/keyboards/wavtype/foundation/config.h
+++ b/keyboards/wavtype/foundation/config.h
@@ -78,27 +78,6 @@
78//#define GRAVE_ESC_CTRL_OVERRIDE 78//#define GRAVE_ESC_CTRL_OVERRIDE
79 79
80/* 80/*
81 * Force NKRO
82 *
83 * Force NKRO (nKey Rollover) to be enabled by default, regardless of the saved
84 * state in the bootmagic EEPROM settings. (Note that NKRO must be enabled in the
85 * makefile for this to work.)
86 *
87 * If forced on, NKRO can be disabled via magic key (default = LShift+RShift+N)
88 * until the next keyboard reset.
89 *
90 * NKRO may prevent your keystrokes from being detected in the BIOS, but it is
91 * fully operational during normal computer usage.
92 *
93 * For a less heavy-handed approach, enable NKRO via magic key (LShift+RShift+N)
94 * or via bootmagic (hold SPACE+N while plugging in the keyboard). Once set by
95 * bootmagic, NKRO mode will always be enabled until it is toggled again during a
96 * power-up.
97 *
98 */
99//#define FORCE_NKRO
100
101/*
102 * Feature disable options 81 * Feature disable options
103 * These options are also useful to firmware size reduction. 82 * These options are also useful to firmware size reduction.
104 */ 83 */
diff --git a/keyboards/wavtype/p01_ultra/config.h b/keyboards/wavtype/p01_ultra/config.h
index 2411d33bdc..f966b246ed 100644
--- a/keyboards/wavtype/p01_ultra/config.h
+++ b/keyboards/wavtype/p01_ultra/config.h
@@ -93,28 +93,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
93 93
94#define DYNAMIC_KEYMAP_LAYER_COUNT 2 94#define DYNAMIC_KEYMAP_LAYER_COUNT 2
95 95
96
97/*
98 * Force NKRO
99 *
100 * Force NKRO (nKey Rollover) to be enabled by default, regardless of the saved
101 * state in the bootmagic EEPROM settings. (Note that NKRO must be enabled in the
102 * makefile for this to work.)
103 *
104 * If forced on, NKRO can be disabled via magic key (default = LShift+RShift+N)
105 * until the next keyboard reset.
106 *
107 * NKRO may prevent your keystrokes from being detected in the BIOS, but it is
108 * fully operational during normal computer usage.
109 *
110 * For a less heavy-handed approach, enable NKRO via magic key (LShift+RShift+N)
111 * or via bootmagic (hold SPACE+N while plugging in the keyboard). Once set by
112 * bootmagic, NKRO mode will always be enabled until it is toggled again during a
113 * power-up.
114 *
115 */
116//#define FORCE_NKRO
117
118/* 96/*
119 * Feature disable options 97 * Feature disable options
120 * These options are also useful to firmware size reduction. 98 * These options are also useful to firmware size reduction.