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