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/sixkeyboard | |
| 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/sixkeyboard')
| -rw-r--r-- | keyboards/sixkeyboard/config.h | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/keyboards/sixkeyboard/config.h b/keyboards/sixkeyboard/config.h index b8fcb8d7d..b438ceea9 100644 --- a/keyboards/sixkeyboard/config.h +++ b/keyboards/sixkeyboard/config.h | |||
| @@ -49,45 +49,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 49 | #define FORCE_NKRO | 49 | #define FORCE_NKRO |
| 50 | 50 | ||
| 51 | /* | 51 | /* |
| 52 | * Magic key options | ||
| 53 | * These options allow the magic key functionality to be changed. This is useful | ||
| 54 | * if your keyboard/keypad is missing keys and you want magic key support. | ||
| 55 | */ | ||
| 56 | |||
| 57 | /* control how magic key switches layers */ | ||
| 58 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 59 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 60 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 61 | |||
| 62 | /* remap magic keys */ | ||
| 63 | //#define MAGIC_KEY_HELP1 H | ||
| 64 | //#define MAGIC_KEY_HELP2 SLASH | ||
| 65 | //#define MAGIC_KEY_DEBUG D | ||
| 66 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 67 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 68 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 69 | //#define MAGIC_KEY_VERSION V | ||
| 70 | //#define MAGIC_KEY_STATUS S | ||
| 71 | //#define MAGIC_KEY_CONSOLE C | ||
| 72 | //#define MAGIC_KEY_LAYER0_ALT1 ESC | ||
| 73 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
| 74 | //#define MAGIC_KEY_LAYER0 0 | ||
| 75 | //#define MAGIC_KEY_LAYER1 1 | ||
| 76 | //#define MAGIC_KEY_LAYER2 2 | ||
| 77 | //#define MAGIC_KEY_LAYER3 3 | ||
| 78 | //#define MAGIC_KEY_LAYER4 4 | ||
| 79 | //#define MAGIC_KEY_LAYER5 5 | ||
| 80 | //#define MAGIC_KEY_LAYER6 6 | ||
| 81 | //#define MAGIC_KEY_LAYER7 7 | ||
| 82 | //#define MAGIC_KEY_LAYER8 8 | ||
| 83 | //#define MAGIC_KEY_LAYER9 9 | ||
| 84 | //#define MAGIC_KEY_BOOTLOADER PAUSE | ||
| 85 | //#define MAGIC_KEY_LOCK BSLS | ||
| 86 | //#define MAGIC_KEY_EEPROM E | ||
| 87 | //#define MAGIC_KEY_NKRO N | ||
| 88 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 89 | |||
| 90 | /* | ||
| 91 | * Feature disable options | 52 | * Feature disable options |
| 92 | * These options are also useful to firmware size reduction. | 53 | * These options are also useful to firmware size reduction. |
| 93 | */ | 54 | */ |
