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