aboutsummaryrefslogtreecommitdiff
path: root/keyboards/standaside/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/standaside/config.h')
-rw-r--r--keyboards/standaside/config.h48
1 files changed, 0 insertions, 48 deletions
diff --git a/keyboards/standaside/config.h b/keyboards/standaside/config.h
index d6d60fd96..797a463a1 100644
--- a/keyboards/standaside/config.h
+++ b/keyboards/standaside/config.h
@@ -85,54 +85,6 @@
85//#define FORCE_NKRO 85//#define FORCE_NKRO
86 86
87/* 87/*
88 * Magic Key Options
89 *
90 * Magic keys are hotkey commands that allow control over firmware functions of
91 * the keyboard. They are best used in combination with the HID Listen program,
92 * found here: https://www.pjrc.com/teensy/hid_listen.html
93 *
94 * The options below allow the magic key functionality to be changed. This is
95 * useful if your keyboard/keypad is missing keys and you want magic key support.
96 *
97 */
98
99/* control how magic key switches layers */
100//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
101//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true
102//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false
103
104/* override magic key keymap */
105//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS
106//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS
107//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM
108//#define MAGIC_KEY_HELP1 H
109//#define MAGIC_KEY_HELP2 SLASH
110//#define MAGIC_KEY_DEBUG D
111//#define MAGIC_KEY_DEBUG_MATRIX X
112//#define MAGIC_KEY_DEBUG_KBD K
113//#define MAGIC_KEY_DEBUG_MOUSE M
114//#define MAGIC_KEY_VERSION V
115//#define MAGIC_KEY_STATUS S
116//#define MAGIC_KEY_CONSOLE C
117//#define MAGIC_KEY_LAYER0_ALT1 ESC
118//#define MAGIC_KEY_LAYER0_ALT2 GRAVE
119//#define MAGIC_KEY_LAYER0 0
120//#define MAGIC_KEY_LAYER1 1
121//#define MAGIC_KEY_LAYER2 2
122//#define MAGIC_KEY_LAYER3 3
123//#define MAGIC_KEY_LAYER4 4
124//#define MAGIC_KEY_LAYER5 5
125//#define MAGIC_KEY_LAYER6 6
126//#define MAGIC_KEY_LAYER7 7
127//#define MAGIC_KEY_LAYER8 8
128//#define MAGIC_KEY_LAYER9 9
129//#define MAGIC_KEY_BOOTLOADER PAUSE
130//#define MAGIC_KEY_LOCK CAPS
131//#define MAGIC_KEY_EEPROM E
132//#define MAGIC_KEY_NKRO N
133//#define MAGIC_KEY_SLEEP_LED Z
134
135/*
136 * Feature disable options 88 * Feature disable options
137 * These options are also useful to firmware size reduction. 89 * These options are also useful to firmware size reduction.
138 */ 90 */