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