aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ai03/orbit/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ai03/orbit/config.h')
-rw-r--r--keyboards/ai03/orbit/config.h48
1 files changed, 0 insertions, 48 deletions
diff --git a/keyboards/ai03/orbit/config.h b/keyboards/ai03/orbit/config.h
index 410f63f66..9ad384c8f 100644
--- a/keyboards/ai03/orbit/config.h
+++ b/keyboards/ai03/orbit/config.h
@@ -127,54 +127,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
127//#define FORCE_NKRO 127//#define FORCE_NKRO
128 128
129/* 129/*
130 * Magic Key Options
131 *
132 * Magic keys are hotkey commands that allow control over firmware functions of
133 * the keyboard. They are best used in combination with the HID Listen program,
134 * found here: https://www.pjrc.com/teensy/hid_listen.html
135 *
136 * The options below allow the magic key functionality to be changed. This is
137 * useful if your keyboard/keypad is missing keys and you want magic key support.
138 *
139 */
140
141/* control how magic key switches layers */
142//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
143//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true
144//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false
145
146/* override magic key keymap */
147//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS
148//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS
149//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM
150//#define MAGIC_KEY_HELP1 H
151//#define MAGIC_KEY_HELP2 SLASH
152//#define MAGIC_KEY_DEBUG D
153//#define MAGIC_KEY_DEBUG_MATRIX X
154//#define MAGIC_KEY_DEBUG_KBD K
155//#define MAGIC_KEY_DEBUG_MOUSE M
156//#define MAGIC_KEY_VERSION V
157//#define MAGIC_KEY_STATUS S
158//#define MAGIC_KEY_CONSOLE C
159//#define MAGIC_KEY_LAYER0_ALT1 ESC
160//#define MAGIC_KEY_LAYER0_ALT2 GRAVE
161//#define MAGIC_KEY_LAYER0 0
162//#define MAGIC_KEY_LAYER1 1
163//#define MAGIC_KEY_LAYER2 2
164//#define MAGIC_KEY_LAYER3 3
165//#define MAGIC_KEY_LAYER4 4
166//#define MAGIC_KEY_LAYER5 5
167//#define MAGIC_KEY_LAYER6 6
168//#define MAGIC_KEY_LAYER7 7
169//#define MAGIC_KEY_LAYER8 8
170//#define MAGIC_KEY_LAYER9 9
171//#define MAGIC_KEY_BOOTLOADER PAUSE
172//#define MAGIC_KEY_LOCK CAPS
173//#define MAGIC_KEY_EEPROM E
174//#define MAGIC_KEY_NKRO N
175//#define MAGIC_KEY_SLEEP_LED Z
176
177/*
178 * Feature disable options 130 * Feature disable options
179 * These options are also useful to firmware size reduction. 131 * These options are also useful to firmware size reduction.
180 */ 132 */