diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-09-26 09:57:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-26 02:57:20 -0700 |
| commit | 6f36eb469d11fd9619add54c2e037e50069d1eee (patch) | |
| tree | 6774716e3001d857a32488a5dfb95e69fad6fa22 /keyboards/evyd13 | |
| parent | 95733d1c165e0f8af031cd79e58e9a49539647bb (diff) | |
| download | qmk_firmware-6f36eb469d11fd9619add54c2e037e50069d1eee.tar.gz qmk_firmware-6f36eb469d11fd9619add54c2e037e50069d1eee.zip | |
Remove unused `IS_COMMAND()` instances and Magic Key definitions (#14610)
* Remove unused IS_COMMAND() instances from keyboard-level config.h, 0-9
* Remove unused IS_COMMAND() instances from keyboard-level config.h, A-B
* Remove unused IS_COMMAND() instances from keyboard-level config.h, C-D
* Remove unused IS_COMMAND() instances from keyboard-level config.h, E-G
* Remove unused IS_COMMAND() instances from keyboard-level config.h, handwired
* Remove unused IS_COMMAND() instances from keyboard-level config.h, H-M
* Remove unused IS_COMMAND() instances from keyboard-level config.h, N-R
* Remove unused IS_COMMAND() instances from keyboard-level config.h, S-Z
* Remove unused Magic Key definitions from keyboard-level config.h, 0-9
* Remove unused Magic Key definitions from keyboard-level config.h, A
* Remove unused Magic Key definitions from keyboard-level config.h, B
* Remove unused Magic Key definitions from keyboard-level config.h, C
* Remove unused Magic Key definitions from keyboard-level config.h, D-E
* Remove unused Magic Key definitions from keyboard-level config.h, F-H
* Remove unused Magic Key definitions from keyboard-level config.h, handwired
* Remove unused Magic Key definitions from keyboard-level config.h, I-K
* Remove unused Magic Key definitions from keyboard-level config.h, L-M
* Remove unused Magic Key definitions from keyboard-level config.h, N-R
* Remove unused Magic Key definitions from keyboard-level config.h, S-V
* Remove unused Magic Key definitions from keyboard-level config.h, W-Z
* Merge remote-tracking branch 'upstream/master' into clean/command_and_magic
* Remove remaining unused IS_COMMAND() instances from keyboard-level config.h
Diffstat (limited to 'keyboards/evyd13')
| -rw-r--r-- | keyboards/evyd13/eon40/config.h | 53 | ||||
| -rw-r--r-- | keyboards/evyd13/eon65/config.h | 53 | ||||
| -rw-r--r-- | keyboards/evyd13/eon75/config.h | 54 | ||||
| -rw-r--r-- | keyboards/evyd13/eon87/config.h | 53 | ||||
| -rw-r--r-- | keyboards/evyd13/eon95/config.h | 53 | ||||
| -rw-r--r-- | keyboards/evyd13/minitomic/config.h | 53 | ||||
| -rw-r--r-- | keyboards/evyd13/mx5160/config.h | 53 | ||||
| -rw-r--r-- | keyboards/evyd13/nt660/config.h | 53 | ||||
| -rw-r--r-- | keyboards/evyd13/omrontkl/config.h | 53 | ||||
| -rw-r--r-- | keyboards/evyd13/pockettype/config.h | 53 | ||||
| -rw-r--r-- | keyboards/evyd13/wasdat/config.h | 53 | ||||
| -rw-r--r-- | keyboards/evyd13/wasdat_code/config.h | 53 |
12 files changed, 0 insertions, 637 deletions
diff --git a/keyboards/evyd13/eon40/config.h b/keyboards/evyd13/eon40/config.h index eb65f6bcf..8f39d0532 100644 --- a/keyboards/evyd13/eon40/config.h +++ b/keyboards/evyd13/eon40/config.h | |||
| @@ -124,59 +124,6 @@ | |||
| 124 | //#define FORCE_NKRO | 124 | //#define FORCE_NKRO |
| 125 | 125 | ||
| 126 | /* | 126 | /* |
| 127 | * Magic Key Options | ||
| 128 | * | ||
| 129 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 130 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 131 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 132 | * | ||
| 133 | * The options below allow the magic key functionality to be changed. This is | ||
| 134 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 135 | * | ||
| 136 | */ | ||
| 137 | |||
| 138 | /* key combination for magic key command */ | ||
| 139 | /* defined by default; to change, uncomment and set to the combination you want */ | ||
| 140 | // #define IS_COMMAND() (get_mods() == MOD_MASK_SHIFT) | ||
| 141 | |||
| 142 | /* control how magic key switches layers */ | ||
| 143 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 144 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 145 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 146 | |||
| 147 | /* override magic key keymap */ | ||
| 148 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 149 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 150 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 151 | //#define MAGIC_KEY_HELP H | ||
| 152 | //#define MAGIC_KEY_HELP_ALT SLASH | ||
| 153 | //#define MAGIC_KEY_DEBUG D | ||
| 154 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 155 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 156 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 157 | //#define MAGIC_KEY_VERSION V | ||
| 158 | //#define MAGIC_KEY_STATUS S | ||
| 159 | //#define MAGIC_KEY_CONSOLE C | ||
| 160 | //#define MAGIC_KEY_LAYER0 0 | ||
| 161 | //#define MAGIC_KEY_LAYER0_ALT GRAVE | ||
| 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 B | ||
| 172 | //#define MAGIC_KEY_BOOTLOADER_ALT ESC | ||
| 173 | //#define MAGIC_KEY_LOCK CAPS | ||
| 174 | //#define MAGIC_KEY_EEPROM E | ||
| 175 | //#define MAGIC_KEY_EEPROM_CLEAR BSPACE | ||
| 176 | //#define MAGIC_KEY_NKRO N | ||
| 177 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 178 | |||
| 179 | /* | ||
| 180 | * Feature disable options | 127 | * Feature disable options |
| 181 | * These options are also useful to firmware size reduction. | 128 | * These options are also useful to firmware size reduction. |
| 182 | */ | 129 | */ |
diff --git a/keyboards/evyd13/eon65/config.h b/keyboards/evyd13/eon65/config.h index eb6273e46..7d4e80d5b 100644 --- a/keyboards/evyd13/eon65/config.h +++ b/keyboards/evyd13/eon65/config.h | |||
| @@ -121,59 +121,6 @@ | |||
| 121 | //#define FORCE_NKRO | 121 | //#define FORCE_NKRO |
| 122 | 122 | ||
| 123 | /* | 123 | /* |
| 124 | * Magic Key Options | ||
| 125 | * | ||
| 126 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 127 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 128 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 129 | * | ||
| 130 | * The options below allow the magic key functionality to be changed. This is | ||
| 131 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 132 | * | ||
| 133 | */ | ||
| 134 | |||
| 135 | /* key combination for magic key command */ | ||
| 136 | /* defined by default; to change, uncomment and set to the combination you want */ | ||
| 137 | // #define IS_COMMAND() (get_mods() == MOD_MASK_SHIFT) | ||
| 138 | |||
| 139 | /* control how magic key switches layers */ | ||
| 140 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 141 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 142 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 143 | |||
| 144 | /* override magic key keymap */ | ||
| 145 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 146 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 147 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 148 | //#define MAGIC_KEY_HELP H | ||
| 149 | //#define MAGIC_KEY_HELP_ALT SLASH | ||
| 150 | //#define MAGIC_KEY_DEBUG D | ||
| 151 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 152 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 153 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 154 | //#define MAGIC_KEY_VERSION V | ||
| 155 | //#define MAGIC_KEY_STATUS S | ||
| 156 | //#define MAGIC_KEY_CONSOLE C | ||
| 157 | //#define MAGIC_KEY_LAYER0 0 | ||
| 158 | //#define MAGIC_KEY_LAYER0_ALT GRAVE | ||
| 159 | //#define MAGIC_KEY_LAYER1 1 | ||
| 160 | //#define MAGIC_KEY_LAYER2 2 | ||
| 161 | //#define MAGIC_KEY_LAYER3 3 | ||
| 162 | //#define MAGIC_KEY_LAYER4 4 | ||
| 163 | //#define MAGIC_KEY_LAYER5 5 | ||
| 164 | //#define MAGIC_KEY_LAYER6 6 | ||
| 165 | //#define MAGIC_KEY_LAYER7 7 | ||
| 166 | //#define MAGIC_KEY_LAYER8 8 | ||
| 167 | //#define MAGIC_KEY_LAYER9 9 | ||
| 168 | //#define MAGIC_KEY_BOOTLOADER B | ||
| 169 | //#define MAGIC_KEY_BOOTLOADER_ALT ESC | ||
| 170 | //#define MAGIC_KEY_LOCK CAPS | ||
| 171 | //#define MAGIC_KEY_EEPROM E | ||
| 172 | //#define MAGIC_KEY_EEPROM_CLEAR BSPACE | ||
| 173 | //#define MAGIC_KEY_NKRO N | ||
| 174 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 175 | |||
| 176 | /* | ||
| 177 | * Feature disable options | 124 | * Feature disable options |
| 178 | * These options are also useful to firmware size reduction. | 125 | * These options are also useful to firmware size reduction. |
| 179 | */ | 126 | */ |
diff --git a/keyboards/evyd13/eon75/config.h b/keyboards/evyd13/eon75/config.h index d72e3f2b2..da2775fd4 100644 --- a/keyboards/evyd13/eon75/config.h +++ b/keyboards/evyd13/eon75/config.h | |||
| @@ -126,59 +126,6 @@ | |||
| 126 | //#define FORCE_NKRO | 126 | //#define FORCE_NKRO |
| 127 | 127 | ||
| 128 | /* | 128 | /* |
| 129 | * Magic Key Options | ||
| 130 | * | ||
| 131 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 132 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 133 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 134 | * | ||
| 135 | * The options below allow the magic key functionality to be changed. This is | ||
| 136 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 137 | * | ||
| 138 | */ | ||
| 139 | |||
| 140 | /* key combination for magic key command */ | ||
| 141 | /* defined by default; to change, uncomment and set to the combination you want */ | ||
| 142 | // #define IS_COMMAND() (get_mods() == MOD_MASK_SHIFT) | ||
| 143 | |||
| 144 | /* control how magic key switches layers */ | ||
| 145 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 146 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 147 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 148 | |||
| 149 | /* override magic key keymap */ | ||
| 150 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 151 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 152 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 153 | //#define MAGIC_KEY_HELP H | ||
| 154 | //#define MAGIC_KEY_HELP_ALT SLASH | ||
| 155 | //#define MAGIC_KEY_DEBUG D | ||
| 156 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 157 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 158 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 159 | //#define MAGIC_KEY_VERSION V | ||
| 160 | //#define MAGIC_KEY_STATUS S | ||
| 161 | //#define MAGIC_KEY_CONSOLE C | ||
| 162 | //#define MAGIC_KEY_LAYER0 0 | ||
| 163 | //#define MAGIC_KEY_LAYER0_ALT GRAVE | ||
| 164 | //#define MAGIC_KEY_LAYER1 1 | ||
| 165 | //#define MAGIC_KEY_LAYER2 2 | ||
| 166 | //#define MAGIC_KEY_LAYER3 3 | ||
| 167 | //#define MAGIC_KEY_LAYER4 4 | ||
| 168 | //#define MAGIC_KEY_LAYER5 5 | ||
| 169 | //#define MAGIC_KEY_LAYER6 6 | ||
| 170 | //#define MAGIC_KEY_LAYER7 7 | ||
| 171 | //#define MAGIC_KEY_LAYER8 8 | ||
| 172 | //#define MAGIC_KEY_LAYER9 9 | ||
| 173 | //#define MAGIC_KEY_BOOTLOADER B | ||
| 174 | //#define MAGIC_KEY_BOOTLOADER_ALT ESC | ||
| 175 | //#define MAGIC_KEY_LOCK CAPS | ||
| 176 | //#define MAGIC_KEY_EEPROM E | ||
| 177 | //#define MAGIC_KEY_EEPROM_CLEAR BSPACE | ||
| 178 | //#define MAGIC_KEY_NKRO N | ||
| 179 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 180 | |||
| 181 | /* | ||
| 182 | * Feature disable options | 129 | * Feature disable options |
| 183 | * These options are also useful to firmware size reduction. | 130 | * These options are also useful to firmware size reduction. |
| 184 | */ | 131 | */ |
| @@ -199,4 +146,3 @@ | |||
| 199 | /* Bootmagic Lite key configuration */ | 146 | /* Bootmagic Lite key configuration */ |
| 200 | // #define BOOTMAGIC_LITE_ROW 0 | 147 | // #define BOOTMAGIC_LITE_ROW 0 |
| 201 | // #define BOOTMAGIC_LITE_COLUMN 0 | 148 | // #define BOOTMAGIC_LITE_COLUMN 0 |
| 202 | |||
diff --git a/keyboards/evyd13/eon87/config.h b/keyboards/evyd13/eon87/config.h index c09a1365e..18a21bac2 100644 --- a/keyboards/evyd13/eon87/config.h +++ b/keyboards/evyd13/eon87/config.h | |||
| @@ -121,59 +121,6 @@ | |||
| 121 | //#define FORCE_NKRO | 121 | //#define FORCE_NKRO |
| 122 | 122 | ||
| 123 | /* | 123 | /* |
| 124 | * Magic Key Options | ||
| 125 | * | ||
| 126 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 127 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 128 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 129 | * | ||
| 130 | * The options below allow the magic key functionality to be changed. This is | ||
| 131 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 132 | * | ||
| 133 | */ | ||
| 134 | |||
| 135 | /* key combination for magic key command */ | ||
| 136 | /* defined by default; to change, uncomment and set to the combination you want */ | ||
| 137 | // #define IS_COMMAND() (get_mods() == MOD_MASK_SHIFT) | ||
| 138 | |||
| 139 | /* control how magic key switches layers */ | ||
| 140 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 141 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 142 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 143 | |||
| 144 | /* override magic key keymap */ | ||
| 145 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 146 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 147 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 148 | //#define MAGIC_KEY_HELP H | ||
| 149 | //#define MAGIC_KEY_HELP_ALT SLASH | ||
| 150 | //#define MAGIC_KEY_DEBUG D | ||
| 151 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 152 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 153 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 154 | //#define MAGIC_KEY_VERSION V | ||
| 155 | //#define MAGIC_KEY_STATUS S | ||
| 156 | //#define MAGIC_KEY_CONSOLE C | ||
| 157 | //#define MAGIC_KEY_LAYER0 0 | ||
| 158 | //#define MAGIC_KEY_LAYER0_ALT GRAVE | ||
| 159 | //#define MAGIC_KEY_LAYER1 1 | ||
| 160 | //#define MAGIC_KEY_LAYER2 2 | ||
| 161 | //#define MAGIC_KEY_LAYER3 3 | ||
| 162 | //#define MAGIC_KEY_LAYER4 4 | ||
| 163 | //#define MAGIC_KEY_LAYER5 5 | ||
| 164 | //#define MAGIC_KEY_LAYER6 6 | ||
| 165 | //#define MAGIC_KEY_LAYER7 7 | ||
| 166 | //#define MAGIC_KEY_LAYER8 8 | ||
| 167 | //#define MAGIC_KEY_LAYER9 9 | ||
| 168 | //#define MAGIC_KEY_BOOTLOADER B | ||
| 169 | //#define MAGIC_KEY_BOOTLOADER_ALT ESC | ||
| 170 | //#define MAGIC_KEY_LOCK CAPS | ||
| 171 | //#define MAGIC_KEY_EEPROM E | ||
| 172 | //#define MAGIC_KEY_EEPROM_CLEAR BSPACE | ||
| 173 | //#define MAGIC_KEY_NKRO N | ||
| 174 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 175 | |||
| 176 | /* | ||
| 177 | * Feature disable options | 124 | * Feature disable options |
| 178 | * These options are also useful to firmware size reduction. | 125 | * These options are also useful to firmware size reduction. |
| 179 | */ | 126 | */ |
diff --git a/keyboards/evyd13/eon95/config.h b/keyboards/evyd13/eon95/config.h index bcb2b9c5e..48de3f378 100644 --- a/keyboards/evyd13/eon95/config.h +++ b/keyboards/evyd13/eon95/config.h | |||
| @@ -126,59 +126,6 @@ | |||
| 126 | //#define FORCE_NKRO | 126 | //#define FORCE_NKRO |
| 127 | 127 | ||
| 128 | /* | 128 | /* |
| 129 | * Magic Key Options | ||
| 130 | * | ||
| 131 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 132 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 133 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 134 | * | ||
| 135 | * The options below allow the magic key functionality to be changed. This is | ||
| 136 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 137 | * | ||
| 138 | */ | ||
| 139 | |||
| 140 | /* key combination for magic key command */ | ||
| 141 | /* defined by default; to change, uncomment and set to the combination you want */ | ||
| 142 | // #define IS_COMMAND() (get_mods() == MOD_MASK_SHIFT) | ||
| 143 | |||
| 144 | /* control how magic key switches layers */ | ||
| 145 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 146 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 147 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 148 | |||
| 149 | /* override magic key keymap */ | ||
| 150 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 151 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 152 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 153 | //#define MAGIC_KEY_HELP H | ||
| 154 | //#define MAGIC_KEY_HELP_ALT SLASH | ||
| 155 | //#define MAGIC_KEY_DEBUG D | ||
| 156 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 157 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 158 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 159 | //#define MAGIC_KEY_VERSION V | ||
| 160 | //#define MAGIC_KEY_STATUS S | ||
| 161 | //#define MAGIC_KEY_CONSOLE C | ||
| 162 | //#define MAGIC_KEY_LAYER0 0 | ||
| 163 | //#define MAGIC_KEY_LAYER0_ALT GRAVE | ||
| 164 | //#define MAGIC_KEY_LAYER1 1 | ||
| 165 | //#define MAGIC_KEY_LAYER2 2 | ||
| 166 | //#define MAGIC_KEY_LAYER3 3 | ||
| 167 | //#define MAGIC_KEY_LAYER4 4 | ||
| 168 | //#define MAGIC_KEY_LAYER5 5 | ||
| 169 | //#define MAGIC_KEY_LAYER6 6 | ||
| 170 | //#define MAGIC_KEY_LAYER7 7 | ||
| 171 | //#define MAGIC_KEY_LAYER8 8 | ||
| 172 | //#define MAGIC_KEY_LAYER9 9 | ||
| 173 | //#define MAGIC_KEY_BOOTLOADER B | ||
| 174 | //#define MAGIC_KEY_BOOTLOADER_ALT ESC | ||
| 175 | //#define MAGIC_KEY_LOCK CAPS | ||
| 176 | //#define MAGIC_KEY_EEPROM E | ||
| 177 | //#define MAGIC_KEY_EEPROM_CLEAR BSPACE | ||
| 178 | //#define MAGIC_KEY_NKRO N | ||
| 179 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 180 | |||
| 181 | /* | ||
| 182 | * Feature disable options | 129 | * Feature disable options |
| 183 | * These options are also useful to firmware size reduction. | 130 | * These options are also useful to firmware size reduction. |
| 184 | */ | 131 | */ |
diff --git a/keyboards/evyd13/minitomic/config.h b/keyboards/evyd13/minitomic/config.h index 140862544..ad31fd0ae 100644 --- a/keyboards/evyd13/minitomic/config.h +++ b/keyboards/evyd13/minitomic/config.h | |||
| @@ -124,59 +124,6 @@ | |||
| 124 | //#define FORCE_NKRO | 124 | //#define FORCE_NKRO |
| 125 | 125 | ||
| 126 | /* | 126 | /* |
| 127 | * Magic Key Options | ||
| 128 | * | ||
| 129 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 130 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 131 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 132 | * | ||
| 133 | * The options below allow the magic key functionality to be changed. This is | ||
| 134 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 135 | * | ||
| 136 | */ | ||
| 137 | |||
| 138 | /* key combination for magic key command */ | ||
| 139 | /* defined by default; to change, uncomment and set to the combination you want */ | ||
| 140 | // #define IS_COMMAND() (get_mods() == MOD_MASK_SHIFT) | ||
| 141 | |||
| 142 | /* control how magic key switches layers */ | ||
| 143 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 144 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 145 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 146 | |||
| 147 | /* override magic key keymap */ | ||
| 148 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 149 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 150 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 151 | //#define MAGIC_KEY_HELP H | ||
| 152 | //#define MAGIC_KEY_HELP_ALT SLASH | ||
| 153 | //#define MAGIC_KEY_DEBUG D | ||
| 154 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 155 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 156 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 157 | //#define MAGIC_KEY_VERSION V | ||
| 158 | //#define MAGIC_KEY_STATUS S | ||
| 159 | //#define MAGIC_KEY_CONSOLE C | ||
| 160 | //#define MAGIC_KEY_LAYER0 0 | ||
| 161 | //#define MAGIC_KEY_LAYER0_ALT GRAVE | ||
| 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 B | ||
| 172 | //#define MAGIC_KEY_BOOTLOADER_ALT ESC | ||
| 173 | //#define MAGIC_KEY_LOCK CAPS | ||
| 174 | //#define MAGIC_KEY_EEPROM E | ||
| 175 | //#define MAGIC_KEY_EEPROM_CLEAR BSPACE | ||
| 176 | //#define MAGIC_KEY_NKRO N | ||
| 177 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 178 | |||
| 179 | /* | ||
| 180 | * Feature disable options | 127 | * Feature disable options |
| 181 | * These options are also useful to firmware size reduction. | 128 | * These options are also useful to firmware size reduction. |
| 182 | */ | 129 | */ |
diff --git a/keyboards/evyd13/mx5160/config.h b/keyboards/evyd13/mx5160/config.h index 13abd3668..5cce240a8 100644 --- a/keyboards/evyd13/mx5160/config.h +++ b/keyboards/evyd13/mx5160/config.h | |||
| @@ -130,59 +130,6 @@ | |||
| 130 | //#define FORCE_NKRO | 130 | //#define FORCE_NKRO |
| 131 | 131 | ||
| 132 | /* | 132 | /* |
| 133 | * Magic Key Options | ||
| 134 | * | ||
| 135 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 136 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 137 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 138 | * | ||
| 139 | * The options below allow the magic key functionality to be changed. This is | ||
| 140 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 141 | * | ||
| 142 | */ | ||
| 143 | |||
| 144 | /* key combination for magic key command */ | ||
| 145 | /* defined by default; to change, uncomment and set to the combination you want */ | ||
| 146 | // #define IS_COMMAND() (get_mods() == MOD_MASK_SHIFT) | ||
| 147 | |||
| 148 | /* control how magic key switches layers */ | ||
| 149 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 150 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 151 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 152 | |||
| 153 | /* override magic key keymap */ | ||
| 154 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 155 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 156 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 157 | //#define MAGIC_KEY_HELP H | ||
| 158 | //#define MAGIC_KEY_HELP_ALT SLASH | ||
| 159 | //#define MAGIC_KEY_DEBUG D | ||
| 160 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 161 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 162 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 163 | //#define MAGIC_KEY_VERSION V | ||
| 164 | //#define MAGIC_KEY_STATUS S | ||
| 165 | //#define MAGIC_KEY_CONSOLE C | ||
| 166 | //#define MAGIC_KEY_LAYER0 0 | ||
| 167 | //#define MAGIC_KEY_LAYER0_ALT GRAVE | ||
| 168 | //#define MAGIC_KEY_LAYER1 1 | ||
| 169 | //#define MAGIC_KEY_LAYER2 2 | ||
| 170 | //#define MAGIC_KEY_LAYER3 3 | ||
| 171 | //#define MAGIC_KEY_LAYER4 4 | ||
| 172 | //#define MAGIC_KEY_LAYER5 5 | ||
| 173 | //#define MAGIC_KEY_LAYER6 6 | ||
| 174 | //#define MAGIC_KEY_LAYER7 7 | ||
| 175 | //#define MAGIC_KEY_LAYER8 8 | ||
| 176 | //#define MAGIC_KEY_LAYER9 9 | ||
| 177 | //#define MAGIC_KEY_BOOTLOADER B | ||
| 178 | //#define MAGIC_KEY_BOOTLOADER_ALT ESC | ||
| 179 | //#define MAGIC_KEY_LOCK CAPS | ||
| 180 | //#define MAGIC_KEY_EEPROM E | ||
| 181 | //#define MAGIC_KEY_EEPROM_CLEAR BSPACE | ||
| 182 | //#define MAGIC_KEY_NKRO N | ||
| 183 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 184 | |||
| 185 | /* | ||
| 186 | * Feature disable options | 133 | * Feature disable options |
| 187 | * These options are also useful to firmware size reduction. | 134 | * These options are also useful to firmware size reduction. |
| 188 | */ | 135 | */ |
diff --git a/keyboards/evyd13/nt660/config.h b/keyboards/evyd13/nt660/config.h index f43e6443d..225f2ccf2 100644 --- a/keyboards/evyd13/nt660/config.h +++ b/keyboards/evyd13/nt660/config.h | |||
| @@ -125,59 +125,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 125 | //#define FORCE_NKRO | 125 | //#define FORCE_NKRO |
| 126 | 126 | ||
| 127 | /* | 127 | /* |
| 128 | * Magic Key Options | ||
| 129 | * | ||
| 130 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 131 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 132 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 133 | * | ||
| 134 | * The options below allow the magic key functionality to be changed. This is | ||
| 135 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 136 | * | ||
| 137 | */ | ||
| 138 | |||
| 139 | /* key combination for magic key command */ | ||
| 140 | /* defined by default; to change, uncomment and set to the combination you want */ | ||
| 141 | // #define IS_COMMAND() (get_mods() == MOD_MASK_SHIFT) | ||
| 142 | |||
| 143 | /* control how magic key switches layers */ | ||
| 144 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 145 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 146 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 147 | |||
| 148 | /* override magic key keymap */ | ||
| 149 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 150 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 151 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 152 | //#define MAGIC_KEY_HELP H | ||
| 153 | //#define MAGIC_KEY_HELP_ALT SLASH | ||
| 154 | //#define MAGIC_KEY_DEBUG D | ||
| 155 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 156 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 157 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 158 | //#define MAGIC_KEY_VERSION V | ||
| 159 | //#define MAGIC_KEY_STATUS S | ||
| 160 | //#define MAGIC_KEY_CONSOLE C | ||
| 161 | //#define MAGIC_KEY_LAYER0 0 | ||
| 162 | //#define MAGIC_KEY_LAYER0_ALT GRAVE | ||
| 163 | //#define MAGIC_KEY_LAYER1 1 | ||
| 164 | //#define MAGIC_KEY_LAYER2 2 | ||
| 165 | //#define MAGIC_KEY_LAYER3 3 | ||
| 166 | //#define MAGIC_KEY_LAYER4 4 | ||
| 167 | //#define MAGIC_KEY_LAYER5 5 | ||
| 168 | //#define MAGIC_KEY_LAYER6 6 | ||
| 169 | //#define MAGIC_KEY_LAYER7 7 | ||
| 170 | //#define MAGIC_KEY_LAYER8 8 | ||
| 171 | //#define MAGIC_KEY_LAYER9 9 | ||
| 172 | //#define MAGIC_KEY_BOOTLOADER B | ||
| 173 | //#define MAGIC_KEY_BOOTLOADER_ALT ESC | ||
| 174 | //#define MAGIC_KEY_LOCK CAPS | ||
| 175 | //#define MAGIC_KEY_EEPROM E | ||
| 176 | //#define MAGIC_KEY_EEPROM_CLEAR BSPACE | ||
| 177 | //#define MAGIC_KEY_NKRO N | ||
| 178 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 179 | |||
| 180 | /* | ||
| 181 | * Feature disable options | 128 | * Feature disable options |
| 182 | * These options are also useful to firmware size reduction. | 129 | * These options are also useful to firmware size reduction. |
| 183 | */ | 130 | */ |
diff --git a/keyboards/evyd13/omrontkl/config.h b/keyboards/evyd13/omrontkl/config.h index ce35f8e08..d61b338e9 100644 --- a/keyboards/evyd13/omrontkl/config.h +++ b/keyboards/evyd13/omrontkl/config.h | |||
| @@ -121,59 +121,6 @@ | |||
| 121 | //#define FORCE_NKRO | 121 | //#define FORCE_NKRO |
| 122 | 122 | ||
| 123 | /* | 123 | /* |
| 124 | * Magic Key Options | ||
| 125 | * | ||
| 126 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 127 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 128 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 129 | * | ||
| 130 | * The options below allow the magic key functionality to be changed. This is | ||
| 131 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 132 | * | ||
| 133 | */ | ||
| 134 | |||
| 135 | /* key combination for magic key command */ | ||
| 136 | /* defined by default; to change, uncomment and set to the combination you want */ | ||
| 137 | // #define IS_COMMAND() (get_mods() == MOD_MASK_SHIFT) | ||
| 138 | |||
| 139 | /* control how magic key switches layers */ | ||
| 140 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 141 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 142 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 143 | |||
| 144 | /* override magic key keymap */ | ||
| 145 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 146 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 147 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 148 | //#define MAGIC_KEY_HELP H | ||
| 149 | //#define MAGIC_KEY_HELP_ALT SLASH | ||
| 150 | //#define MAGIC_KEY_DEBUG D | ||
| 151 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 152 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 153 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 154 | //#define MAGIC_KEY_VERSION V | ||
| 155 | //#define MAGIC_KEY_STATUS S | ||
| 156 | //#define MAGIC_KEY_CONSOLE C | ||
| 157 | //#define MAGIC_KEY_LAYER0 0 | ||
| 158 | //#define MAGIC_KEY_LAYER0_ALT GRAVE | ||
| 159 | //#define MAGIC_KEY_LAYER1 1 | ||
| 160 | //#define MAGIC_KEY_LAYER2 2 | ||
| 161 | //#define MAGIC_KEY_LAYER3 3 | ||
| 162 | //#define MAGIC_KEY_LAYER4 4 | ||
| 163 | //#define MAGIC_KEY_LAYER5 5 | ||
| 164 | //#define MAGIC_KEY_LAYER6 6 | ||
| 165 | //#define MAGIC_KEY_LAYER7 7 | ||
| 166 | //#define MAGIC_KEY_LAYER8 8 | ||
| 167 | //#define MAGIC_KEY_LAYER9 9 | ||
| 168 | //#define MAGIC_KEY_BOOTLOADER B | ||
| 169 | //#define MAGIC_KEY_BOOTLOADER_ALT ESC | ||
| 170 | //#define MAGIC_KEY_LOCK CAPS | ||
| 171 | //#define MAGIC_KEY_EEPROM E | ||
| 172 | //#define MAGIC_KEY_EEPROM_CLEAR BSPACE | ||
| 173 | //#define MAGIC_KEY_NKRO N | ||
| 174 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 175 | |||
| 176 | /* | ||
| 177 | * Feature disable options | 124 | * Feature disable options |
| 178 | * These options are also useful to firmware size reduction. | 125 | * These options are also useful to firmware size reduction. |
| 179 | */ | 126 | */ |
diff --git a/keyboards/evyd13/pockettype/config.h b/keyboards/evyd13/pockettype/config.h index 681672c6a..fa45630c1 100644 --- a/keyboards/evyd13/pockettype/config.h +++ b/keyboards/evyd13/pockettype/config.h | |||
| @@ -121,59 +121,6 @@ | |||
| 121 | //#define FORCE_NKRO | 121 | //#define FORCE_NKRO |
| 122 | 122 | ||
| 123 | /* | 123 | /* |
| 124 | * Magic Key Options | ||
| 125 | * | ||
| 126 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 127 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 128 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 129 | * | ||
| 130 | * The options below allow the magic key functionality to be changed. This is | ||
| 131 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 132 | * | ||
| 133 | */ | ||
| 134 | |||
| 135 | /* key combination for magic key command */ | ||
| 136 | /* defined by default; to change, uncomment and set to the combination you want */ | ||
| 137 | // #define IS_COMMAND() (get_mods() == MOD_MASK_SHIFT) | ||
| 138 | |||
| 139 | /* control how magic key switches layers */ | ||
| 140 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 141 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 142 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 143 | |||
| 144 | /* override magic key keymap */ | ||
| 145 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 146 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 147 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 148 | //#define MAGIC_KEY_HELP H | ||
| 149 | //#define MAGIC_KEY_HELP_ALT SLASH | ||
| 150 | //#define MAGIC_KEY_DEBUG D | ||
| 151 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 152 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 153 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 154 | //#define MAGIC_KEY_VERSION V | ||
| 155 | //#define MAGIC_KEY_STATUS S | ||
| 156 | //#define MAGIC_KEY_CONSOLE C | ||
| 157 | //#define MAGIC_KEY_LAYER0 0 | ||
| 158 | //#define MAGIC_KEY_LAYER0_ALT GRAVE | ||
| 159 | //#define MAGIC_KEY_LAYER1 1 | ||
| 160 | //#define MAGIC_KEY_LAYER2 2 | ||
| 161 | //#define MAGIC_KEY_LAYER3 3 | ||
| 162 | //#define MAGIC_KEY_LAYER4 4 | ||
| 163 | //#define MAGIC_KEY_LAYER5 5 | ||
| 164 | //#define MAGIC_KEY_LAYER6 6 | ||
| 165 | //#define MAGIC_KEY_LAYER7 7 | ||
| 166 | //#define MAGIC_KEY_LAYER8 8 | ||
| 167 | //#define MAGIC_KEY_LAYER9 9 | ||
| 168 | //#define MAGIC_KEY_BOOTLOADER B | ||
| 169 | //#define MAGIC_KEY_BOOTLOADER_ALT ESC | ||
| 170 | //#define MAGIC_KEY_LOCK CAPS | ||
| 171 | //#define MAGIC_KEY_EEPROM E | ||
| 172 | //#define MAGIC_KEY_EEPROM_CLEAR BSPACE | ||
| 173 | //#define MAGIC_KEY_NKRO N | ||
| 174 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 175 | |||
| 176 | /* | ||
| 177 | * Feature disable options | 124 | * Feature disable options |
| 178 | * These options are also useful to firmware size reduction. | 125 | * These options are also useful to firmware size reduction. |
| 179 | */ | 126 | */ |
diff --git a/keyboards/evyd13/wasdat/config.h b/keyboards/evyd13/wasdat/config.h index 83866890f..36bbd3082 100644 --- a/keyboards/evyd13/wasdat/config.h +++ b/keyboards/evyd13/wasdat/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 | */ |
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 | */ |
