aboutsummaryrefslogtreecommitdiff
path: root/keyboards/kinesis/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/kinesis/config.h')
-rw-r--r--keyboards/kinesis/config.h48
1 files changed, 0 insertions, 48 deletions
diff --git a/keyboards/kinesis/config.h b/keyboards/kinesis/config.h
index c02d337f1..b04d32590 100644
--- a/keyboards/kinesis/config.h
+++ b/keyboards/kinesis/config.h
@@ -61,54 +61,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
61//#define FORCE_NKRO 61//#define FORCE_NKRO
62 62
63/* 63/*
64 * Magic Key Options
65 *
66 * Magic keys are hotkey commands that allow control over firmware functions of
67 * the keyboard. They are best used in combination with the HID Listen program,
68 * found here: https://www.pjrc.com/teensy/hid_listen.html
69 *
70 * The options below allow the magic key functionality to be changed. This is
71 * useful if your keyboard/keypad is missing keys and you want magic key support.
72 *
73 */
74
75/* control how magic key switches layers */
76//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
77//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true
78//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false
79
80/* override magic key keymap */
81//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS
82//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS
83//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM
84//#define MAGIC_KEY_HELP1 H
85//#define MAGIC_KEY_HELP2 SLASH
86//#define MAGIC_KEY_DEBUG D
87//#define MAGIC_KEY_DEBUG_MATRIX X
88//#define MAGIC_KEY_DEBUG_KBD K
89//#define MAGIC_KEY_DEBUG_MOUSE M
90//#define MAGIC_KEY_VERSION V
91//#define MAGIC_KEY_STATUS S
92//#define MAGIC_KEY_CONSOLE C
93//#define MAGIC_KEY_LAYER0_ALT1 ESC
94//#define MAGIC_KEY_LAYER0_ALT2 GRAVE
95//#define MAGIC_KEY_LAYER0 0
96//#define MAGIC_KEY_LAYER1 1
97//#define MAGIC_KEY_LAYER2 2
98//#define MAGIC_KEY_LAYER3 3
99//#define MAGIC_KEY_LAYER4 4
100//#define MAGIC_KEY_LAYER5 5
101//#define MAGIC_KEY_LAYER6 6
102//#define MAGIC_KEY_LAYER7 7
103//#define MAGIC_KEY_LAYER8 8
104//#define MAGIC_KEY_LAYER9 9
105//#define MAGIC_KEY_BOOTLOADER PAUSE
106//#define MAGIC_KEY_LOCK CAPS
107//#define MAGIC_KEY_EEPROM E
108//#define MAGIC_KEY_NKRO N
109//#define MAGIC_KEY_SLEEP_LED Z
110
111/*
112 * Feature disable options 64 * Feature disable options
113 * These options are also useful to firmware size reduction. 65 * These options are also useful to firmware size reduction.
114 */ 66 */