aboutsummaryrefslogtreecommitdiff
path: root/keyboards/kbdfans/kbd8x/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/kbdfans/kbd8x/config.h')
-rw-r--r--keyboards/kbdfans/kbd8x/config.h104
1 files changed, 0 insertions, 104 deletions
diff --git a/keyboards/kbdfans/kbd8x/config.h b/keyboards/kbdfans/kbd8x/config.h
index 92560a9dc..67d155b55 100644
--- a/keyboards/kbdfans/kbd8x/config.h
+++ b/keyboards/kbdfans/kbd8x/config.h
@@ -79,90 +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/*
88 * Force NKRO
89 *
90 * Force NKRO (nKey Rollover) to be enabled by default, regardless of the saved
91 * state in the bootmagic EEPROM settings. (Note that NKRO must be enabled in the
92 * makefile for this to work.)
93 *
94 * If forced on, NKRO can be disabled via magic key (default = LShift+RShift+N)
95 * until the next keyboard reset.
96 *
97 * NKRO may prevent your keystrokes from being detected in the BIOS, but it is
98 * fully operational during normal computer usage.
99 *
100 * For a less heavy-handed approach, enable NKRO via magic key (LShift+RShift+N)
101 * or via bootmagic (hold SPACE+N while plugging in the keyboard). Once set by
102 * bootmagic, NKRO mode will always be enabled until it is toggled again during a
103 * power-up.
104 *
105 */
106//#define FORCE_NKRO
107
108/*
109 * Magic Key Options
110 *
111 * Magic keys are hotkey commands that allow control over firmware functions of
112 * the keyboard. They are best used in combination with the HID Listen program,
113 * found here: https://www.pjrc.com/teensy/hid_listen.html
114 *
115 * The options below allow the magic key functionality to be changed. This is
116 * useful if your keyboard/keypad is missing keys and you want magic key support.
117 *
118 */
119
120/* control how magic key switches layers */
121//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
122//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true
123//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false
124
125/* override magic key keymap */
126//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS
127//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS
128//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM
129//#define MAGIC_KEY_HELP1 H
130//#define MAGIC_KEY_HELP2 SLASH
131//#define MAGIC_KEY_DEBUG D
132//#define MAGIC_KEY_DEBUG_MATRIX X
133//#define MAGIC_KEY_DEBUG_KBD K
134//#define MAGIC_KEY_DEBUG_MOUSE M
135//#define MAGIC_KEY_VERSION V
136//#define MAGIC_KEY_STATUS S
137//#define MAGIC_KEY_CONSOLE C
138//#define MAGIC_KEY_LAYER0_ALT1 ESC
139//#define MAGIC_KEY_LAYER0_ALT2 GRAVE
140//#define MAGIC_KEY_LAYER0 0
141//#define MAGIC_KEY_LAYER1 1
142//#define MAGIC_KEY_LAYER2 2
143//#define MAGIC_KEY_LAYER3 3
144//#define MAGIC_KEY_LAYER4 4
145//#define MAGIC_KEY_LAYER5 5
146//#define MAGIC_KEY_LAYER6 6
147//#define MAGIC_KEY_LAYER7 7
148//#define MAGIC_KEY_LAYER8 8
149//#define MAGIC_KEY_LAYER9 9
150//#define MAGIC_KEY_BOOTLOADER PAUSE
151//#define MAGIC_KEY_LOCK CAPS
152//#define MAGIC_KEY_EEPROM E
153//#define MAGIC_KEY_NKRO N
154//#define MAGIC_KEY_SLEEP_LED Z
155
156/*
157 * Feature disable options
158 * These options are also useful to firmware size reduction.
159 */
160
161/* disable debug print */
162//#define NO_DEBUG
163
164/* disable print */
165//#define NO_PRINT
166 82
167/* disable action features */ 83/* disable action features */
168//#define NO_ACTION_LAYER 84//#define NO_ACTION_LAYER
@@ -170,23 +86,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
170//#define NO_ACTION_ONESHOT 86//#define NO_ACTION_ONESHOT
171//#define NO_ACTION_MACRO 87//#define NO_ACTION_MACRO
172//#define NO_ACTION_FUNCTION 88//#define NO_ACTION_FUNCTION
173
174/*
175 * MIDI options
176 */
177
178/* enable basic MIDI features:
179 - MIDI notes can be sent when in Music mode is on
180*/
181//#define MIDI_BASIC
182
183/* enable advanced MIDI features:
184 - MIDI notes can be added to the keymap
185 - Octave shift and transpose
186 - Virtual sustain, portamento, and modulation wheel
187 - etc.
188*/
189//#define MIDI_ADVANCED
190
191/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
192//#define MIDI_TONE_KEYCODE_OCTAVES 1