aboutsummaryrefslogtreecommitdiff
path: root/keyboards/meira
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/meira
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/meira')
-rw-r--r--keyboards/meira/featherble/config.h48
-rw-r--r--keyboards/meira/promicro/config.h48
2 files changed, 0 insertions, 96 deletions
diff --git a/keyboards/meira/featherble/config.h b/keyboards/meira/featherble/config.h
index b3ee95474..61f90d46a 100644
--- a/keyboards/meira/featherble/config.h
+++ b/keyboards/meira/featherble/config.h
@@ -80,54 +80,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
80//#define FORCE_NKRO 80//#define FORCE_NKRO
81 81
82/* 82/*
83 * Magic Key Options
84 *
85 * Magic keys are hotkey commands that allow control over firmware functions of
86 * the keyboard. They are best used in combination with the HID Listen program,
87 * found here: https://www.pjrc.com/teensy/hid_listen.html
88 *
89 * The options below allow the magic key functionality to be changed. This is
90 * useful if your keyboard/keypad is missing keys and you want magic key support.
91 *
92 */
93
94/* control how magic key switches layers */
95//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
96//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true
97//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false
98
99/* override magic key keymap */
100//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS
101//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS
102//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM
103//#define MAGIC_KEY_HELP1 H
104//#define MAGIC_KEY_HELP2 SLASH
105//#define MAGIC_KEY_DEBUG D
106//#define MAGIC_KEY_DEBUG_MATRIX X
107//#define MAGIC_KEY_DEBUG_KBD K
108//#define MAGIC_KEY_DEBUG_MOUSE M
109//#define MAGIC_KEY_VERSION V
110//#define MAGIC_KEY_STATUS S
111//#define MAGIC_KEY_CONSOLE C
112//#define MAGIC_KEY_LAYER0_ALT1 ESC
113//#define MAGIC_KEY_LAYER0_ALT2 GRAVE
114//#define MAGIC_KEY_LAYER0 0
115//#define MAGIC_KEY_LAYER1 1
116//#define MAGIC_KEY_LAYER2 2
117//#define MAGIC_KEY_LAYER3 3
118//#define MAGIC_KEY_LAYER4 4
119//#define MAGIC_KEY_LAYER5 5
120//#define MAGIC_KEY_LAYER6 6
121//#define MAGIC_KEY_LAYER7 7
122//#define MAGIC_KEY_LAYER8 8
123//#define MAGIC_KEY_LAYER9 9
124//#define MAGIC_KEY_BOOTLOADER PAUSE
125//#define MAGIC_KEY_LOCK CAPS
126//#define MAGIC_KEY_EEPROM E
127//#define MAGIC_KEY_NKRO N
128//#define MAGIC_KEY_SLEEP_LED Z
129
130/*
131 * Feature disable options 83 * Feature disable options
132 * These options are also useful to firmware size reduction. 84 * These options are also useful to firmware size reduction.
133 */ 85 */
diff --git a/keyboards/meira/promicro/config.h b/keyboards/meira/promicro/config.h
index 53844745b..4682a4104 100644
--- a/keyboards/meira/promicro/config.h
+++ b/keyboards/meira/promicro/config.h
@@ -71,54 +71,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
71//#define FORCE_NKRO 71//#define FORCE_NKRO
72 72
73/* 73/*
74 * Magic Key Options
75 *
76 * Magic keys are hotkey commands that allow control over firmware functions of
77 * the keyboard. They are best used in combination with the HID Listen program,
78 * found here: https://www.pjrc.com/teensy/hid_listen.html
79 *
80 * The options below allow the magic key functionality to be changed. This is
81 * useful if your keyboard/keypad is missing keys and you want magic key support.
82 *
83 */
84
85/* control how magic key switches layers */
86//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
87//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true
88//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false
89
90/* override magic key keymap */
91//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS
92//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS
93//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM
94//#define MAGIC_KEY_HELP1 H
95//#define MAGIC_KEY_HELP2 SLASH
96//#define MAGIC_KEY_DEBUG D
97//#define MAGIC_KEY_DEBUG_MATRIX X
98//#define MAGIC_KEY_DEBUG_KBD K
99//#define MAGIC_KEY_DEBUG_MOUSE M
100//#define MAGIC_KEY_VERSION V
101//#define MAGIC_KEY_STATUS S
102//#define MAGIC_KEY_CONSOLE C
103//#define MAGIC_KEY_LAYER0_ALT1 ESC
104//#define MAGIC_KEY_LAYER0_ALT2 GRAVE
105//#define MAGIC_KEY_LAYER0 0
106//#define MAGIC_KEY_LAYER1 1
107//#define MAGIC_KEY_LAYER2 2
108//#define MAGIC_KEY_LAYER3 3
109//#define MAGIC_KEY_LAYER4 4
110//#define MAGIC_KEY_LAYER5 5
111//#define MAGIC_KEY_LAYER6 6
112//#define MAGIC_KEY_LAYER7 7
113//#define MAGIC_KEY_LAYER8 8
114//#define MAGIC_KEY_LAYER9 9
115//#define MAGIC_KEY_BOOTLOADER PAUSE
116//#define MAGIC_KEY_LOCK CAPS
117//#define MAGIC_KEY_EEPROM E
118//#define MAGIC_KEY_NKRO N
119//#define MAGIC_KEY_SLEEP_LED Z
120
121/*
122 * Feature disable options 74 * Feature disable options
123 * These options are also useful to firmware size reduction. 75 * These options are also useful to firmware size reduction.
124 */ 76 */