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