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