diff options
Diffstat (limited to 'keyboards/business_card/beta/config.h')
-rw-r--r-- | keyboards/business_card/beta/config.h | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/keyboards/business_card/beta/config.h b/keyboards/business_card/beta/config.h index e4b0ead7f..9e4e8da96 100644 --- a/keyboards/business_card/beta/config.h +++ b/keyboards/business_card/beta/config.h | |||
@@ -116,59 +116,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
116 | //#define FORCE_NKRO | 116 | //#define FORCE_NKRO |
117 | 117 | ||
118 | /* | 118 | /* |
119 | * Magic Key Options | ||
120 | * | ||
121 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
122 | * the keyboard. They are best used in combination with the HID Listen program, | ||
123 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
124 | * | ||
125 | * The options below allow the magic key functionality to be changed. This is | ||
126 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
127 | * | ||
128 | */ | ||
129 | |||
130 | /* key combination for magic key command */ | ||
131 | /* defined by default; to change, uncomment and set to the combination you want */ | ||
132 | // #define IS_COMMAND() (get_mods() == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) | ||
133 | |||
134 | /* control how magic key switches layers */ | ||
135 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
136 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
137 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
138 | |||
139 | /* override magic key keymap */ | ||
140 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
141 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
142 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
143 | //#define MAGIC_KEY_HELP H | ||
144 | //#define MAGIC_KEY_HELP_ALT SLASH | ||
145 | //#define MAGIC_KEY_DEBUG D | ||
146 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
147 | //#define MAGIC_KEY_DEBUG_KBD K | ||
148 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
149 | //#define MAGIC_KEY_VERSION V | ||
150 | //#define MAGIC_KEY_STATUS S | ||
151 | //#define MAGIC_KEY_CONSOLE C | ||
152 | //#define MAGIC_KEY_LAYER0 0 | ||
153 | //#define MAGIC_KEY_LAYER0_ALT GRAVE | ||
154 | //#define MAGIC_KEY_LAYER1 1 | ||
155 | //#define MAGIC_KEY_LAYER2 2 | ||
156 | //#define MAGIC_KEY_LAYER3 3 | ||
157 | //#define MAGIC_KEY_LAYER4 4 | ||
158 | //#define MAGIC_KEY_LAYER5 5 | ||
159 | //#define MAGIC_KEY_LAYER6 6 | ||
160 | //#define MAGIC_KEY_LAYER7 7 | ||
161 | //#define MAGIC_KEY_LAYER8 8 | ||
162 | //#define MAGIC_KEY_LAYER9 9 | ||
163 | //#define MAGIC_KEY_BOOTLOADER B | ||
164 | //#define MAGIC_KEY_BOOTLOADER_ALT ESC | ||
165 | //#define MAGIC_KEY_LOCK CAPS | ||
166 | //#define MAGIC_KEY_EEPROM E | ||
167 | //#define MAGIC_KEY_EEPROM_CLEAR BSPACE | ||
168 | //#define MAGIC_KEY_NKRO N | ||
169 | //#define MAGIC_KEY_SLEEP_LED Z | ||
170 | |||
171 | /* | ||
172 | * Feature disable options | 119 | * Feature disable options |
173 | * These options are also useful to firmware size reduction. | 120 | * These options are also useful to firmware size reduction. |
174 | */ | 121 | */ |