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