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