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