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/boardsource | |
| 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/boardsource')
| -rw-r--r-- | keyboards/boardsource/3x4/config.h | 48 | ||||
| -rw-r--r-- | keyboards/boardsource/4x12/config.h | 48 | ||||
| -rw-r--r-- | keyboards/boardsource/5x12/config.h | 48 |
3 files changed, 0 insertions, 144 deletions
diff --git a/keyboards/boardsource/3x4/config.h b/keyboards/boardsource/3x4/config.h index a07968a44..01d163ca5 100644 --- a/keyboards/boardsource/3x4/config.h +++ b/keyboards/boardsource/3x4/config.h | |||
| @@ -54,54 +54,6 @@ | |||
| 54 | //#define FORCE_NKRO | 54 | //#define FORCE_NKRO |
| 55 | 55 | ||
| 56 | /* | 56 | /* |
| 57 | * Magic Key Options | ||
| 58 | * | ||
| 59 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 60 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 61 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 62 | * | ||
| 63 | * The options below allow the magic key functionality to be changed. This is | ||
| 64 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 65 | * | ||
| 66 | */ | ||
| 67 | |||
| 68 | /* control how magic key switches layers */ | ||
| 69 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 70 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 71 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 72 | |||
| 73 | /* override magic key keymap */ | ||
| 74 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 75 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 76 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 77 | //#define MAGIC_KEY_HELP1 H | ||
| 78 | //#define MAGIC_KEY_HELP2 SLASH | ||
| 79 | //#define MAGIC_KEY_DEBUG D | ||
| 80 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 81 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 82 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 83 | //#define MAGIC_KEY_VERSION V | ||
| 84 | //#define MAGIC_KEY_STATUS S | ||
| 85 | //#define MAGIC_KEY_CONSOLE C | ||
| 86 | //#define MAGIC_KEY_LAYER0_ALT1 ESC | ||
| 87 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
| 88 | //#define MAGIC_KEY_LAYER0 0 | ||
| 89 | //#define MAGIC_KEY_LAYER1 1 | ||
| 90 | //#define MAGIC_KEY_LAYER2 2 | ||
| 91 | //#define MAGIC_KEY_LAYER3 3 | ||
| 92 | //#define MAGIC_KEY_LAYER4 4 | ||
| 93 | //#define MAGIC_KEY_LAYER5 5 | ||
| 94 | //#define MAGIC_KEY_LAYER6 6 | ||
| 95 | //#define MAGIC_KEY_LAYER7 7 | ||
| 96 | //#define MAGIC_KEY_LAYER8 8 | ||
| 97 | //#define MAGIC_KEY_LAYER9 9 | ||
| 98 | //#define MAGIC_KEY_BOOTLOADER PAUSE | ||
| 99 | //#define MAGIC_KEY_LOCK CAPS | ||
| 100 | //#define MAGIC_KEY_EEPROM E | ||
| 101 | //#define MAGIC_KEY_NKRO N | ||
| 102 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 103 | |||
| 104 | /* | ||
| 105 | * Feature disable options | 57 | * Feature disable options |
| 106 | * These options are also useful to firmware size reduction. | 58 | * These options are also useful to firmware size reduction. |
| 107 | */ | 59 | */ |
diff --git a/keyboards/boardsource/4x12/config.h b/keyboards/boardsource/4x12/config.h index 2ba19356d..967bb1c9f 100644 --- a/keyboards/boardsource/4x12/config.h +++ b/keyboards/boardsource/4x12/config.h | |||
| @@ -52,54 +52,6 @@ | |||
| 52 | //#define FORCE_NKRO | 52 | //#define FORCE_NKRO |
| 53 | 53 | ||
| 54 | /* | 54 | /* |
| 55 | * Magic Key Options | ||
| 56 | * | ||
| 57 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 58 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 59 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 60 | * | ||
| 61 | * The options below allow the magic key functionality to be changed. This is | ||
| 62 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 63 | * | ||
| 64 | */ | ||
| 65 | |||
| 66 | /* control how magic key switches layers */ | ||
| 67 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 68 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 69 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 70 | |||
| 71 | /* override magic key keymap */ | ||
| 72 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 73 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 74 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 75 | //#define MAGIC_KEY_HELP1 H | ||
| 76 | //#define MAGIC_KEY_HELP2 SLASH | ||
| 77 | //#define MAGIC_KEY_DEBUG D | ||
| 78 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 79 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 80 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 81 | //#define MAGIC_KEY_VERSION V | ||
| 82 | //#define MAGIC_KEY_STATUS S | ||
| 83 | //#define MAGIC_KEY_CONSOLE C | ||
| 84 | //#define MAGIC_KEY_LAYER0_ALT1 ESC | ||
| 85 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
| 86 | //#define MAGIC_KEY_LAYER0 0 | ||
| 87 | //#define MAGIC_KEY_LAYER1 1 | ||
| 88 | //#define MAGIC_KEY_LAYER2 2 | ||
| 89 | //#define MAGIC_KEY_LAYER3 3 | ||
| 90 | //#define MAGIC_KEY_LAYER4 4 | ||
| 91 | //#define MAGIC_KEY_LAYER5 5 | ||
| 92 | //#define MAGIC_KEY_LAYER6 6 | ||
| 93 | //#define MAGIC_KEY_LAYER7 7 | ||
| 94 | //#define MAGIC_KEY_LAYER8 8 | ||
| 95 | //#define MAGIC_KEY_LAYER9 9 | ||
| 96 | //#define MAGIC_KEY_BOOTLOADER PAUSE | ||
| 97 | //#define MAGIC_KEY_LOCK CAPS | ||
| 98 | //#define MAGIC_KEY_EEPROM E | ||
| 99 | //#define MAGIC_KEY_NKRO N | ||
| 100 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 101 | |||
| 102 | /* | ||
| 103 | * Feature disable options | 55 | * Feature disable options |
| 104 | * These options are also useful to firmware size reduction. | 56 | * These options are also useful to firmware size reduction. |
| 105 | */ | 57 | */ |
diff --git a/keyboards/boardsource/5x12/config.h b/keyboards/boardsource/5x12/config.h index 80ac30072..455965a09 100644 --- a/keyboards/boardsource/5x12/config.h +++ b/keyboards/boardsource/5x12/config.h | |||
| @@ -53,54 +53,6 @@ | |||
| 53 | //#define FORCE_NKRO | 53 | //#define FORCE_NKRO |
| 54 | 54 | ||
| 55 | /* | 55 | /* |
| 56 | * Magic Key Options | ||
| 57 | * | ||
| 58 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 59 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 60 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 61 | * | ||
| 62 | * The options below allow the magic key functionality to be changed. This is | ||
| 63 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 64 | * | ||
| 65 | */ | ||
| 66 | |||
| 67 | /* control how magic key switches layers */ | ||
| 68 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 69 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 70 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 71 | |||
| 72 | /* override magic key keymap */ | ||
| 73 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 74 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 75 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 76 | //#define MAGIC_KEY_HELP1 H | ||
| 77 | //#define MAGIC_KEY_HELP2 SLASH | ||
| 78 | //#define MAGIC_KEY_DEBUG D | ||
| 79 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 80 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 81 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 82 | //#define MAGIC_KEY_VERSION V | ||
| 83 | //#define MAGIC_KEY_STATUS S | ||
| 84 | //#define MAGIC_KEY_CONSOLE C | ||
| 85 | //#define MAGIC_KEY_LAYER0_ALT1 ESC | ||
| 86 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
| 87 | //#define MAGIC_KEY_LAYER0 0 | ||
| 88 | //#define MAGIC_KEY_LAYER1 1 | ||
| 89 | //#define MAGIC_KEY_LAYER2 2 | ||
| 90 | //#define MAGIC_KEY_LAYER3 3 | ||
| 91 | //#define MAGIC_KEY_LAYER4 4 | ||
| 92 | //#define MAGIC_KEY_LAYER5 5 | ||
| 93 | //#define MAGIC_KEY_LAYER6 6 | ||
| 94 | //#define MAGIC_KEY_LAYER7 7 | ||
| 95 | //#define MAGIC_KEY_LAYER8 8 | ||
| 96 | //#define MAGIC_KEY_LAYER9 9 | ||
| 97 | //#define MAGIC_KEY_BOOTLOADER PAUSE | ||
| 98 | //#define MAGIC_KEY_LOCK CAPS | ||
| 99 | //#define MAGIC_KEY_EEPROM E | ||
| 100 | //#define MAGIC_KEY_NKRO N | ||
| 101 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 102 | |||
| 103 | /* | ||
| 104 | * Feature disable options | 56 | * Feature disable options |
| 105 | * These options are also useful to firmware size reduction. | 57 | * These options are also useful to firmware size reduction. |
| 106 | */ | 58 | */ |
