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