aboutsummaryrefslogtreecommitdiff
path: root/keyboards/delikeeb/vaneelaex/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/delikeeb/vaneelaex/config.h')
-rw-r--r--keyboards/delikeeb/vaneelaex/config.h53
1 files changed, 0 insertions, 53 deletions
diff --git a/keyboards/delikeeb/vaneelaex/config.h b/keyboards/delikeeb/vaneelaex/config.h
index 0b96918cb..4eb630383 100644
--- a/keyboards/delikeeb/vaneelaex/config.h
+++ b/keyboards/delikeeb/vaneelaex/config.h
@@ -85,59 +85,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
85//#define FORCE_NKRO 85//#define FORCE_NKRO
86 86
87/* 87/*
88 * Magic Key Options
89 *
90 * Magic keys are hotkey commands that allow control over firmware functions of
91 * the keyboard. They are best used in combination with the HID Listen program,
92 * found here: https://www.pjrc.com/teensy/hid_listen.html
93 *
94 * The options below allow the magic key functionality to be changed. This is
95 * useful if your keyboard/keypad is missing keys and you want magic key support.
96 *
97 */
98
99/* key combination for magic key command */
100/* defined by default; to change, uncomment and set to the combination you want */
101// #define IS_COMMAND() (get_mods() == MOD_MASK_SHIFT)
102
103/* control how magic key switches layers */
104//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
105//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true
106//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false
107
108/* override magic key keymap */
109//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS
110//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS
111//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM
112//#define MAGIC_KEY_HELP H
113//#define MAGIC_KEY_HELP_ALT SLASH
114//#define MAGIC_KEY_DEBUG D
115//#define MAGIC_KEY_DEBUG_MATRIX X
116//#define MAGIC_KEY_DEBUG_KBD K
117//#define MAGIC_KEY_DEBUG_MOUSE M
118//#define MAGIC_KEY_VERSION V
119//#define MAGIC_KEY_STATUS S
120//#define MAGIC_KEY_CONSOLE C
121//#define MAGIC_KEY_LAYER0 0
122//#define MAGIC_KEY_LAYER0_ALT GRAVE
123//#define MAGIC_KEY_LAYER1 1
124//#define MAGIC_KEY_LAYER2 2
125//#define MAGIC_KEY_LAYER3 3
126//#define MAGIC_KEY_LAYER4 4
127//#define MAGIC_KEY_LAYER5 5
128//#define MAGIC_KEY_LAYER6 6
129//#define MAGIC_KEY_LAYER7 7
130//#define MAGIC_KEY_LAYER8 8
131//#define MAGIC_KEY_LAYER9 9
132//#define MAGIC_KEY_BOOTLOADER B
133//#define MAGIC_KEY_BOOTLOADER_ALT ESC
134//#define MAGIC_KEY_LOCK CAPS
135//#define MAGIC_KEY_EEPROM E
136//#define MAGIC_KEY_EEPROM_CLEAR BSPACE
137//#define MAGIC_KEY_NKRO N
138//#define MAGIC_KEY_SLEEP_LED Z
139
140/*
141 * Feature disable options 88 * Feature disable options
142 * These options are also useful to firmware size reduction. 89 * These options are also useful to firmware size reduction.
143 */ 90 */