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