aboutsummaryrefslogtreecommitdiff
path: root/keyboards/lfkeyboards/lfk65_hs/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/lfkeyboards/lfk65_hs/config.h')
-rw-r--r--keyboards/lfkeyboards/lfk65_hs/config.h48
1 files changed, 0 insertions, 48 deletions
diff --git a/keyboards/lfkeyboards/lfk65_hs/config.h b/keyboards/lfkeyboards/lfk65_hs/config.h
index 8107d3ccc..adedaa342 100644
--- a/keyboards/lfkeyboards/lfk65_hs/config.h
+++ b/keyboards/lfkeyboards/lfk65_hs/config.h
@@ -67,54 +67,6 @@
67//#define FORCE_NKRO 67//#define FORCE_NKRO
68 68
69/* 69/*
70 * Magic Key Options
71 *
72 * Magic keys are hotkey commands that allow control over firmware functions of
73 * the keyboard. They are best used in combination with the HID Listen program,
74 * found here: https://www.pjrc.com/teensy/hid_listen.html
75 *
76 * The options below allow the magic key functionality to be changed. This is
77 * useful if your keyboard/keypad is missing keys and you want magic key support.
78 *
79 */
80
81/* control how magic key switches layers */
82//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
83//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true
84//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false
85
86/* override magic key keymap */
87//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS
88//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS
89//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM
90//#define MAGIC_KEY_HELP1 H
91//#define MAGIC_KEY_HELP2 SLASH
92//#define MAGIC_KEY_DEBUG D
93//#define MAGIC_KEY_DEBUG_MATRIX X
94//#define MAGIC_KEY_DEBUG_KBD K
95//#define MAGIC_KEY_DEBUG_MOUSE M
96//#define MAGIC_KEY_VERSION V
97//#define MAGIC_KEY_STATUS S
98//#define MAGIC_KEY_CONSOLE C
99//#define MAGIC_KEY_LAYER0_ALT1 ESC
100//#define MAGIC_KEY_LAYER0_ALT2 GRAVE
101//#define MAGIC_KEY_LAYER0 0
102//#define MAGIC_KEY_LAYER1 1
103//#define MAGIC_KEY_LAYER2 2
104//#define MAGIC_KEY_LAYER3 3
105//#define MAGIC_KEY_LAYER4 4
106//#define MAGIC_KEY_LAYER5 5
107//#define MAGIC_KEY_LAYER6 6
108//#define MAGIC_KEY_LAYER7 7
109//#define MAGIC_KEY_LAYER8 8
110//#define MAGIC_KEY_LAYER9 9
111//#define MAGIC_KEY_BOOTLOADER PAUSE
112//#define MAGIC_KEY_LOCK CAPS
113//#define MAGIC_KEY_EEPROM E
114//#define MAGIC_KEY_NKRO N
115//#define MAGIC_KEY_SLEEP_LED Z
116
117/*
118 * Feature disable options 70 * Feature disable options
119 * These options are also useful to firmware size reduction. 71 * These options are also useful to firmware size reduction.
120 */ 72 */