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