summaryrefslogtreecommitdiff
path: root/keyboards/hs60
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/hs60
parentd84a7351ea965010ea51a2c9410add0f4e0306de (diff)
Clean up Force NKRO in config.h (#19718)
Diffstat (limited to 'keyboards/hs60')
-rw-r--r--keyboards/hs60/v1/config.h33
-rw-r--r--keyboards/hs60/v2/ansi/config.h33
-rw-r--r--keyboards/hs60/v2/hhkb/config.h33
-rw-r--r--keyboards/hs60/v2/iso/config.h33
4 files changed, 0 insertions, 132 deletions
diff --git a/keyboards/hs60/v1/config.h b/keyboards/hs60/v1/config.h
index 6255de6e86..50b99989d6 100644
--- a/keyboards/hs60/v1/config.h
+++ b/keyboards/hs60/v1/config.h
@@ -60,39 +60,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
60// #define GRAVE_ESC_CTRL_OVERRIDE 60// #define GRAVE_ESC_CTRL_OVERRIDE
61 61
62/* 62/*
63 * Force NKRO
64 *
65 * Force NKRO (nKey Rollover) to be enabled by default, regardless of the saved
66 * state in the bootmagic EEPROM settings. (Note that NKRO must be enabled in the
67 * makefile for this to work.)
68 *
69 * If forced on, NKRO can be disabled via magic key (default = LShift+RShift+N)
70 * until the next keyboard reset.
71 *
72 * NKRO may prevent your keystrokes from being detected in the BIOS, but it is
73 * fully operational during normal computer usage.
74 *
75 * For a less heavy-handed approach, enable NKRO via magic key (LShift+RShift+N)
76 * or via bootmagic (hold SPACE+N while plugging in the keyboard). Once set by
77 * bootmagic, NKRO mode will always be enabled until it is toggled again during a
78 * power-up.
79 *
80 */
81//#define FORCE_NKRO
82
83/*
84 * Magic Key Options
85 *
86 * Magic keys are hotkey commands that allow control over firmware functions of
87 * the keyboard. They are best used in combination with the HID Listen program,
88 * found here: https://www.pjrc.com/teensy/hid_listen.html
89 *
90 * The options below allow the magic key functionality to be changed. This is
91 * useful if your keyboard/keypad is missing keys and you want magic key support.
92 *
93 */
94
95/*
96 * Feature disable options 63 * Feature disable options
97 * These options are also useful to firmware size reduction. 64 * These options are also useful to firmware size reduction.
98 */ 65 */
diff --git a/keyboards/hs60/v2/ansi/config.h b/keyboards/hs60/v2/ansi/config.h
index 4fa59d20df..cd8b84f9d0 100644
--- a/keyboards/hs60/v2/ansi/config.h
+++ b/keyboards/hs60/v2/ansi/config.h
@@ -42,39 +42,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
42 */ 42 */
43// #define GRAVE_ESC_CTRL_OVERRIDE 43// #define GRAVE_ESC_CTRL_OVERRIDE
44 44
45/*
46 * Force NKRO
47 *
48 * Force NKRO (nKey Rollover) to be enabled by default, regardless of the saved
49 * state in the bootmagic EEPROM settings. (Note that NKRO must be enabled in the
50 * makefile for this to work.)
51 *
52 * If forced on, NKRO can be disabled via magic key (default = LShift+RShift+N)
53 * until the next keyboard reset.
54 *
55 * NKRO may prevent your keystrokes from being detected in the BIOS, but it is
56 * fully operational during normal computer usage.
57 *
58 * For a less heavy-handed approach, enable NKRO via magic key (LShift+RShift+N)
59 * or via bootmagic (hold SPACE+N while plugging in the keyboard). Once set by
60 * bootmagic, NKRO mode will always be enabled until it is toggled again during a
61 * power-up.
62 *
63 */
64//#define FORCE_NKRO
65
66/*
67 * Magic Key Options
68 *
69 * Magic keys are hotkey commands that allow control over firmware functions of
70 * the keyboard. They are best used in combination with the HID Listen program,
71 * found here: https://www.pjrc.com/teensy/hid_listen.html
72 *
73 * The options below allow the magic key functionality to be changed. This is
74 * useful if your keyboard/keypad is missing keys and you want magic key support.
75 *
76 */
77
78/* Bootmagic Lite key configuration */ 45/* Bootmagic Lite key configuration */
79#define BOOTMAGIC_LITE_ROW 0 46#define BOOTMAGIC_LITE_ROW 0
80#define BOOTMAGIC_LITE_COLUMN 0 47#define BOOTMAGIC_LITE_COLUMN 0
diff --git a/keyboards/hs60/v2/hhkb/config.h b/keyboards/hs60/v2/hhkb/config.h
index 161e39cdd5..21c8e8eb05 100644
--- a/keyboards/hs60/v2/hhkb/config.h
+++ b/keyboards/hs60/v2/hhkb/config.h
@@ -42,39 +42,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
42 */ 42 */
43// #define GRAVE_ESC_CTRL_OVERRIDE 43// #define GRAVE_ESC_CTRL_OVERRIDE
44 44
45/*
46 * Force NKRO
47 *
48 * Force NKRO (nKey Rollover) to be enabled by default, regardless of the saved
49 * state in the bootmagic EEPROM settings. (Note that NKRO must be enabled in the
50 * makefile for this to work.)
51 *
52 * If forced on, NKRO can be disabled via magic key (default = LShift+RShift+N)
53 * until the next keyboard reset.
54 *
55 * NKRO may prevent your keystrokes from being detected in the BIOS, but it is
56 * fully operational during normal computer usage.
57 *
58 * For a less heavy-handed approach, enable NKRO via magic key (LShift+RShift+N)
59 * or via bootmagic (hold SPACE+N while plugging in the keyboard). Once set by
60 * bootmagic, NKRO mode will always be enabled until it is toggled again during a
61 * power-up.
62 *
63 */
64//#define FORCE_NKRO
65
66/*
67 * Magic Key Options
68 *
69 * Magic keys are hotkey commands that allow control over firmware functions of
70 * the keyboard. They are best used in combination with the HID Listen program,
71 * found here: https://www.pjrc.com/teensy/hid_listen.html
72 *
73 * The options below allow the magic key functionality to be changed. This is
74 * useful if your keyboard/keypad is missing keys and you want magic key support.
75 *
76 */
77
78/* Bootmagic Lite key configuration */ 45/* Bootmagic Lite key configuration */
79#define BOOTMAGIC_LITE_ROW 0 46#define BOOTMAGIC_LITE_ROW 0
80#define BOOTMAGIC_LITE_COLUMN 0 47#define BOOTMAGIC_LITE_COLUMN 0
diff --git a/keyboards/hs60/v2/iso/config.h b/keyboards/hs60/v2/iso/config.h
index e3fd3063bf..be0842657a 100644
--- a/keyboards/hs60/v2/iso/config.h
+++ b/keyboards/hs60/v2/iso/config.h
@@ -40,39 +40,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
40 */ 40 */
41// #define GRAVE_ESC_CTRL_OVERRIDE 41// #define GRAVE_ESC_CTRL_OVERRIDE
42 42
43/*
44 * Force NKRO
45 *
46 * Force NKRO (nKey Rollover) to be enabled by default, regardless of the saved
47 * state in the bootmagic EEPROM settings. (Note that NKRO must be enabled in the
48 * makefile for this to work.)
49 *
50 * If forced on, NKRO can be disabled via magic key (default = LShift+RShift+N)
51 * until the next keyboard reset.
52 *
53 * NKRO may prevent your keystrokes from being detected in the BIOS, but it is
54 * fully operational during normal computer usage.
55 *
56 * For a less heavy-handed approach, enable NKRO via magic key (LShift+RShift+N)
57 * or via bootmagic (hold SPACE+N while plugging in the keyboard). Once set by
58 * bootmagic, NKRO mode will always be enabled until it is toggled again during a
59 * power-up.
60 *
61 */
62//#define FORCE_NKRO
63
64/*
65 * Magic Key Options
66 *
67 * Magic keys are hotkey commands that allow control over firmware functions of
68 * the keyboard. They are best used in combination with the HID Listen program,
69 * found here: https://www.pjrc.com/teensy/hid_listen.html
70 *
71 * The options below allow the magic key functionality to be changed. This is
72 * useful if your keyboard/keypad is missing keys and you want magic key support.
73 *
74 */
75
76/* Bootmagic Lite key configuration */ 43/* Bootmagic Lite key configuration */
77#define BOOTMAGIC_LITE_ROW 0 44#define BOOTMAGIC_LITE_ROW 0
78#define BOOTMAGIC_LITE_COLUMN 0 45#define BOOTMAGIC_LITE_COLUMN 0