aboutsummaryrefslogtreecommitdiff
path: root/keyboards/helix/rev3_5rows/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/helix/rev3_5rows/config.h')
-rw-r--r--keyboards/helix/rev3_5rows/config.h53
1 files changed, 0 insertions, 53 deletions
diff --git a/keyboards/helix/rev3_5rows/config.h b/keyboards/helix/rev3_5rows/config.h
index ebe1e41c8..79c7961ed 100644
--- a/keyboards/helix/rev3_5rows/config.h
+++ b/keyboards/helix/rev3_5rows/config.h
@@ -146,59 +146,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
146//#define FORCE_NKRO 146//#define FORCE_NKRO
147 147
148/* 148/*
149 * Magic Key Options
150 *
151 * Magic keys are hotkey commands that allow control over firmware functions of
152 * the keyboard. They are best used in combination with the HID Listen program,
153 * found here: https://www.pjrc.com/teensy/hid_listen.html
154 *
155 * The options below allow the magic key functionality to be changed. This is
156 * useful if your keyboard/keypad is missing keys and you want magic key support.
157 *
158 */
159
160/* key combination for magic key command */
161/* defined by default; to change, uncomment and set to the combination you want */
162// #define IS_COMMAND() (get_mods() == MOD_MASK_SHIFT)
163
164/* control how magic key switches layers */
165//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
166//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true
167//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false
168
169/* override magic key keymap */
170//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS
171//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS
172//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM
173//#define MAGIC_KEY_HELP H
174//#define MAGIC_KEY_HELP_ALT SLASH
175//#define MAGIC_KEY_DEBUG D
176//#define MAGIC_KEY_DEBUG_MATRIX X
177//#define MAGIC_KEY_DEBUG_KBD K
178//#define MAGIC_KEY_DEBUG_MOUSE M
179//#define MAGIC_KEY_VERSION V
180//#define MAGIC_KEY_STATUS S
181//#define MAGIC_KEY_CONSOLE C
182//#define MAGIC_KEY_LAYER0 0
183//#define MAGIC_KEY_LAYER0_ALT GRAVE
184//#define MAGIC_KEY_LAYER1 1
185//#define MAGIC_KEY_LAYER2 2
186//#define MAGIC_KEY_LAYER3 3
187//#define MAGIC_KEY_LAYER4 4
188//#define MAGIC_KEY_LAYER5 5
189//#define MAGIC_KEY_LAYER6 6
190//#define MAGIC_KEY_LAYER7 7
191//#define MAGIC_KEY_LAYER8 8
192//#define MAGIC_KEY_LAYER9 9
193//#define MAGIC_KEY_BOOTLOADER B
194//#define MAGIC_KEY_BOOTLOADER_ALT ESC
195//#define MAGIC_KEY_LOCK CAPS
196//#define MAGIC_KEY_EEPROM E
197//#define MAGIC_KEY_EEPROM_CLEAR BSPACE
198//#define MAGIC_KEY_NKRO N
199//#define MAGIC_KEY_SLEEP_LED Z
200
201/*
202 * Feature disable options 149 * Feature disable options
203 * These options are also useful to firmware size reduction. 150 * These options are also useful to firmware size reduction.
204 */ 151 */