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