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