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