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/ep | |
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/ep')
-rw-r--r-- | keyboards/ep/96/config.h | 49 | ||||
-rw-r--r-- | keyboards/ep/comsn/mollydooker/config.h | 49 |
2 files changed, 0 insertions, 98 deletions
diff --git a/keyboards/ep/96/config.h b/keyboards/ep/96/config.h index 7c63e38d1..83ddb873d 100644 --- a/keyboards/ep/96/config.h +++ b/keyboards/ep/96/config.h | |||
@@ -87,54 +87,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
87 | //#define FORCE_NKRO | 87 | //#define FORCE_NKRO |
88 | 88 | ||
89 | /* | 89 | /* |
90 | * Magic Key Options | ||
91 | * | ||
92 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
93 | * the keyboard. They are best used in combination with the HID Listen program, | ||
94 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
95 | * | ||
96 | * The options below allow the magic key functionality to be changed. This is | ||
97 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
98 | * | ||
99 | */ | ||
100 | |||
101 | /* control how magic key switches layers */ | ||
102 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
103 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
104 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
105 | |||
106 | /* override magic key keymap */ | ||
107 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
108 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
109 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
110 | //#define MAGIC_KEY_HELP1 H | ||
111 | //#define MAGIC_KEY_HELP2 SLASH | ||
112 | //#define MAGIC_KEY_DEBUG D | ||
113 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
114 | //#define MAGIC_KEY_DEBUG_KBD K | ||
115 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
116 | //#define MAGIC_KEY_VERSION V | ||
117 | //#define MAGIC_KEY_STATUS S | ||
118 | //#define MAGIC_KEY_CONSOLE C | ||
119 | //#define MAGIC_KEY_LAYER0_ALT1 ESC | ||
120 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
121 | //#define MAGIC_KEY_LAYER0 0 | ||
122 | //#define MAGIC_KEY_LAYER1 1 | ||
123 | //#define MAGIC_KEY_LAYER2 2 | ||
124 | //#define MAGIC_KEY_LAYER3 3 | ||
125 | //#define MAGIC_KEY_LAYER4 4 | ||
126 | //#define MAGIC_KEY_LAYER5 5 | ||
127 | //#define MAGIC_KEY_LAYER6 6 | ||
128 | //#define MAGIC_KEY_LAYER7 7 | ||
129 | //#define MAGIC_KEY_LAYER8 8 | ||
130 | //#define MAGIC_KEY_LAYER9 9 | ||
131 | //#define MAGIC_KEY_BOOTLOADER PAUSE | ||
132 | //#define MAGIC_KEY_LOCK CAPS | ||
133 | //#define MAGIC_KEY_EEPROM E | ||
134 | //#define MAGIC_KEY_NKRO N | ||
135 | //#define MAGIC_KEY_SLEEP_LED Z | ||
136 | |||
137 | /* | ||
138 | * Feature disable options | 90 | * Feature disable options |
139 | * These options are also useful to firmware size reduction. | 91 | * These options are also useful to firmware size reduction. |
140 | */ | 92 | */ |
@@ -151,4 +103,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
151 | //#define NO_ACTION_ONESHOT | 103 | //#define NO_ACTION_ONESHOT |
152 | //#define NO_ACTION_MACRO | 104 | //#define NO_ACTION_MACRO |
153 | //#define NO_ACTION_FUNCTION | 105 | //#define NO_ACTION_FUNCTION |
154 | |||
diff --git a/keyboards/ep/comsn/mollydooker/config.h b/keyboards/ep/comsn/mollydooker/config.h index 97481783e..ec4f47f87 100644 --- a/keyboards/ep/comsn/mollydooker/config.h +++ b/keyboards/ep/comsn/mollydooker/config.h | |||
@@ -96,54 +96,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
96 | //#define FORCE_NKRO | 96 | //#define FORCE_NKRO |
97 | 97 | ||
98 | /* | 98 | /* |
99 | * Magic Key Options | ||
100 | * | ||
101 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
102 | * the keyboard. They are best used in combination with the HID Listen program, | ||
103 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
104 | * | ||
105 | * The options below allow the magic key functionality to be changed. This is | ||
106 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
107 | * | ||
108 | */ | ||
109 | |||
110 | /* control how magic key switches layers */ | ||
111 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
112 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
113 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
114 | |||
115 | /* override magic key keymap */ | ||
116 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
117 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
118 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
119 | //#define MAGIC_KEY_HELP1 H | ||
120 | //#define MAGIC_KEY_HELP2 SLASH | ||
121 | //#define MAGIC_KEY_DEBUG D | ||
122 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
123 | //#define MAGIC_KEY_DEBUG_KBD K | ||
124 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
125 | //#define MAGIC_KEY_VERSION V | ||
126 | //#define MAGIC_KEY_STATUS S | ||
127 | //#define MAGIC_KEY_CONSOLE C | ||
128 | //#define MAGIC_KEY_LAYER0_ALT1 ESC | ||
129 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
130 | //#define MAGIC_KEY_LAYER0 0 | ||
131 | //#define MAGIC_KEY_LAYER1 1 | ||
132 | //#define MAGIC_KEY_LAYER2 2 | ||
133 | //#define MAGIC_KEY_LAYER3 3 | ||
134 | //#define MAGIC_KEY_LAYER4 4 | ||
135 | //#define MAGIC_KEY_LAYER5 5 | ||
136 | //#define MAGIC_KEY_LAYER6 6 | ||
137 | //#define MAGIC_KEY_LAYER7 7 | ||
138 | //#define MAGIC_KEY_LAYER8 8 | ||
139 | //#define MAGIC_KEY_LAYER9 9 | ||
140 | //#define MAGIC_KEY_BOOTLOADER PAUSE | ||
141 | //#define MAGIC_KEY_LOCK CAPS | ||
142 | //#define MAGIC_KEY_EEPROM E | ||
143 | //#define MAGIC_KEY_NKRO N | ||
144 | //#define MAGIC_KEY_SLEEP_LED Z | ||
145 | |||
146 | /* | ||
147 | * Feature disable options | 99 | * Feature disable options |
148 | * These options are also useful to firmware size reduction. | 100 | * These options are also useful to firmware size reduction. |
149 | */ | 101 | */ |
@@ -160,4 +112,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
160 | //#define NO_ACTION_ONESHOT | 112 | //#define NO_ACTION_ONESHOT |
161 | //#define NO_ACTION_MACRO | 113 | //#define NO_ACTION_MACRO |
162 | //#define NO_ACTION_FUNCTION | 114 | //#define NO_ACTION_FUNCTION |
163 | |||