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