diff options
Diffstat (limited to 'keyboards/tkc')
-rw-r--r-- | keyboards/tkc/osav2/config.h | 53 | ||||
-rw-r--r-- | keyboards/tkc/tkc1800/config.h | 48 |
2 files changed, 0 insertions, 101 deletions
diff --git a/keyboards/tkc/osav2/config.h b/keyboards/tkc/osav2/config.h index c70fdc981..5622621e2 100644 --- a/keyboards/tkc/osav2/config.h +++ b/keyboards/tkc/osav2/config.h | |||
@@ -124,59 +124,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
124 | //#define FORCE_NKRO | 124 | //#define FORCE_NKRO |
125 | 125 | ||
126 | /* | 126 | /* |
127 | * Magic Key Options | ||
128 | * | ||
129 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
130 | * the keyboard. They are best used in combination with the HID Listen program, | ||
131 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
132 | * | ||
133 | * The options below allow the magic key functionality to be changed. This is | ||
134 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
135 | * | ||
136 | */ | ||
137 | |||
138 | /* key combination for magic key command */ | ||
139 | /* defined by default; to change, uncomment and set to the combination you want */ | ||
140 | // #define IS_COMMAND() (get_mods() == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) | ||
141 | |||
142 | /* control how magic key switches layers */ | ||
143 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
144 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
145 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
146 | |||
147 | /* override magic key keymap */ | ||
148 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
149 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
150 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
151 | //#define MAGIC_KEY_HELP H | ||
152 | //#define MAGIC_KEY_HELP_ALT SLASH | ||
153 | //#define MAGIC_KEY_DEBUG D | ||
154 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
155 | //#define MAGIC_KEY_DEBUG_KBD K | ||
156 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
157 | //#define MAGIC_KEY_VERSION V | ||
158 | //#define MAGIC_KEY_STATUS S | ||
159 | //#define MAGIC_KEY_CONSOLE C | ||
160 | //#define MAGIC_KEY_LAYER0 0 | ||
161 | //#define MAGIC_KEY_LAYER0_ALT GRAVE | ||
162 | //#define MAGIC_KEY_LAYER1 1 | ||
163 | //#define MAGIC_KEY_LAYER2 2 | ||
164 | //#define MAGIC_KEY_LAYER3 3 | ||
165 | //#define MAGIC_KEY_LAYER4 4 | ||
166 | //#define MAGIC_KEY_LAYER5 5 | ||
167 | //#define MAGIC_KEY_LAYER6 6 | ||
168 | //#define MAGIC_KEY_LAYER7 7 | ||
169 | //#define MAGIC_KEY_LAYER8 8 | ||
170 | //#define MAGIC_KEY_LAYER9 9 | ||
171 | //#define MAGIC_KEY_BOOTLOADER B | ||
172 | //#define MAGIC_KEY_BOOTLOADER_ALT ESC | ||
173 | //#define MAGIC_KEY_LOCK CAPS | ||
174 | //#define MAGIC_KEY_EEPROM E | ||
175 | //#define MAGIC_KEY_EEPROM_CLEAR BSPACE | ||
176 | //#define MAGIC_KEY_NKRO N | ||
177 | //#define MAGIC_KEY_SLEEP_LED Z | ||
178 | |||
179 | /* | ||
180 | * Feature disable options | 127 | * Feature disable options |
181 | * These options are also useful to firmware size reduction. | 128 | * These options are also useful to firmware size reduction. |
182 | */ | 129 | */ |
diff --git a/keyboards/tkc/tkc1800/config.h b/keyboards/tkc/tkc1800/config.h index 17441b084..02fccd82f 100644 --- a/keyboards/tkc/tkc1800/config.h +++ b/keyboards/tkc/tkc1800/config.h | |||
@@ -97,54 +97,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
97 | //#define FORCE_NKRO | 97 | //#define FORCE_NKRO |
98 | 98 | ||
99 | /* | 99 | /* |
100 | * Magic Key Options | ||
101 | * | ||
102 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
103 | * the keyboard. They are best used in combination with the HID Listen program, | ||
104 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
105 | * | ||
106 | * The options below allow the magic key functionality to be changed. This is | ||
107 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
108 | * | ||
109 | */ | ||
110 | |||
111 | /* control how magic key switches layers */ | ||
112 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
113 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
114 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
115 | |||
116 | /* override magic key keymap */ | ||
117 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
118 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
119 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
120 | //#define MAGIC_KEY_HELP1 H | ||
121 | //#define MAGIC_KEY_HELP2 SLASH | ||
122 | //#define MAGIC_KEY_DEBUG D | ||
123 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
124 | //#define MAGIC_KEY_DEBUG_KBD K | ||
125 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
126 | //#define MAGIC_KEY_VERSION V | ||
127 | //#define MAGIC_KEY_STATUS S | ||
128 | //#define MAGIC_KEY_CONSOLE C | ||
129 | //#define MAGIC_KEY_LAYER0_ALT1 ESC | ||
130 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
131 | //#define MAGIC_KEY_LAYER0 0 | ||
132 | //#define MAGIC_KEY_LAYER1 1 | ||
133 | //#define MAGIC_KEY_LAYER2 2 | ||
134 | //#define MAGIC_KEY_LAYER3 3 | ||
135 | //#define MAGIC_KEY_LAYER4 4 | ||
136 | //#define MAGIC_KEY_LAYER5 5 | ||
137 | //#define MAGIC_KEY_LAYER6 6 | ||
138 | //#define MAGIC_KEY_LAYER7 7 | ||
139 | //#define MAGIC_KEY_LAYER8 8 | ||
140 | //#define MAGIC_KEY_LAYER9 9 | ||
141 | //#define MAGIC_KEY_BOOTLOADER PAUSE | ||
142 | //#define MAGIC_KEY_LOCK CAPS | ||
143 | //#define MAGIC_KEY_EEPROM E | ||
144 | //#define MAGIC_KEY_NKRO N | ||
145 | //#define MAGIC_KEY_SLEEP_LED Z | ||
146 | |||
147 | /* | ||
148 | * Feature disable options | 100 | * Feature disable options |
149 | * These options are also useful to firmware size reduction. | 101 | * These options are also useful to firmware size reduction. |
150 | */ | 102 | */ |