aboutsummaryrefslogtreecommitdiff
path: root/keyboards/hineybush/sm68/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hineybush/sm68/config.h')
-rw-r--r--keyboards/hineybush/sm68/config.h53
1 files changed, 0 insertions, 53 deletions
diff --git a/keyboards/hineybush/sm68/config.h b/keyboards/hineybush/sm68/config.h
index 344def6eb..fd2403b8b 100644
--- a/keyboards/hineybush/sm68/config.h
+++ b/keyboards/hineybush/sm68/config.h
@@ -114,59 +114,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
114//#define FORCE_NKRO 114//#define FORCE_NKRO
115 115
116/* 116/*
117 * Magic Key Options
118 *
119 * Magic keys are hotkey commands that allow control over firmware functions of
120 * the keyboard. They are best used in combination with the HID Listen program,
121 * found here: https://www.pjrc.com/teensy/hid_listen.html
122 *
123 * The options below allow the magic key functionality to be changed. This is
124 * useful if your keyboard/keypad is missing keys and you want magic key support.
125 *
126 */
127
128/* key combination for magic key command */
129/* defined by default; to change, uncomment and set to the combination you want */
130// #define IS_COMMAND() (get_mods() == MOD_MASK_SHIFT)
131
132/* control how magic key switches layers */
133//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
134//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true
135//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false
136
137/* override magic key keymap */
138//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS
139//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS
140//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM
141//#define MAGIC_KEY_HELP H
142//#define MAGIC_KEY_HELP_ALT SLASH
143//#define MAGIC_KEY_DEBUG D
144//#define MAGIC_KEY_DEBUG_MATRIX X
145//#define MAGIC_KEY_DEBUG_KBD K
146//#define MAGIC_KEY_DEBUG_MOUSE M
147//#define MAGIC_KEY_VERSION V
148//#define MAGIC_KEY_STATUS S
149//#define MAGIC_KEY_CONSOLE C
150//#define MAGIC_KEY_LAYER0 0
151//#define MAGIC_KEY_LAYER0_ALT GRAVE
152//#define MAGIC_KEY_LAYER1 1
153//#define MAGIC_KEY_LAYER2 2
154//#define MAGIC_KEY_LAYER3 3
155//#define MAGIC_KEY_LAYER4 4
156//#define MAGIC_KEY_LAYER5 5
157//#define MAGIC_KEY_LAYER6 6
158//#define MAGIC_KEY_LAYER7 7
159//#define MAGIC_KEY_LAYER8 8
160//#define MAGIC_KEY_LAYER9 9
161//#define MAGIC_KEY_BOOTLOADER B
162//#define MAGIC_KEY_BOOTLOADER_ALT ESC
163//#define MAGIC_KEY_LOCK CAPS
164//#define MAGIC_KEY_EEPROM E
165//#define MAGIC_KEY_EEPROM_CLEAR BSPACE
166//#define MAGIC_KEY_NKRO N
167//#define MAGIC_KEY_SLEEP_LED Z
168
169/*
170 * Feature disable options 117 * Feature disable options
171 * These options are also useful to firmware size reduction. 118 * These options are also useful to firmware size reduction.
172 */ 119 */