diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-09-26 03:04:11 -0700 |
|---|---|---|
| committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-09-26 03:04:11 -0700 |
| commit | 843b9a7e4d23a7cff97f7d7d2f4baa373ee32efa (patch) | |
| tree | 5f857d4269e413be1b611c802f7c6329766d5019 /keyboards/lfkeyboards | |
| parent | 327b1c02986795b2d8208169b8c14f8d3892f5e1 (diff) | |
| parent | 6f36eb469d11fd9619add54c2e037e50069d1eee (diff) | |
| download | qmk_firmware-843b9a7e4d23a7cff97f7d7d2f4baa373ee32efa.tar.gz qmk_firmware-843b9a7e4d23a7cff97f7d7d2f4baa373ee32efa.zip | |
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'keyboards/lfkeyboards')
| -rw-r--r-- | keyboards/lfkeyboards/lfk65_hs/config.h | 48 | ||||
| -rw-r--r-- | keyboards/lfkeyboards/lfk78/config.h | 53 | ||||
| -rw-r--r-- | keyboards/lfkeyboards/lfk87/config.h | 48 | ||||
| -rw-r--r-- | keyboards/lfkeyboards/lfkpad/config.h | 53 | ||||
| -rw-r--r-- | keyboards/lfkeyboards/mini1800/config.h | 48 |
5 files changed, 0 insertions, 250 deletions
diff --git a/keyboards/lfkeyboards/lfk65_hs/config.h b/keyboards/lfkeyboards/lfk65_hs/config.h index e980bb97b..0adc0b3f5 100644 --- a/keyboards/lfkeyboards/lfk65_hs/config.h +++ b/keyboards/lfkeyboards/lfk65_hs/config.h | |||
| @@ -66,54 +66,6 @@ | |||
| 66 | //#define FORCE_NKRO | 66 | //#define FORCE_NKRO |
| 67 | 67 | ||
| 68 | /* | 68 | /* |
| 69 | * Magic Key Options | ||
| 70 | * | ||
| 71 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 72 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 73 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 74 | * | ||
| 75 | * The options below allow the magic key functionality to be changed. This is | ||
| 76 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 77 | * | ||
| 78 | */ | ||
| 79 | |||
| 80 | /* control how magic key switches layers */ | ||
| 81 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 82 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 83 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 84 | |||
| 85 | /* override magic key keymap */ | ||
| 86 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 87 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 88 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 89 | //#define MAGIC_KEY_HELP1 H | ||
| 90 | //#define MAGIC_KEY_HELP2 SLASH | ||
| 91 | //#define MAGIC_KEY_DEBUG D | ||
| 92 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 93 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 94 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 95 | //#define MAGIC_KEY_VERSION V | ||
| 96 | //#define MAGIC_KEY_STATUS S | ||
| 97 | //#define MAGIC_KEY_CONSOLE C | ||
| 98 | //#define MAGIC_KEY_LAYER0_ALT1 ESC | ||
| 99 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
| 100 | //#define MAGIC_KEY_LAYER0 0 | ||
| 101 | //#define MAGIC_KEY_LAYER1 1 | ||
| 102 | //#define MAGIC_KEY_LAYER2 2 | ||
| 103 | //#define MAGIC_KEY_LAYER3 3 | ||
| 104 | //#define MAGIC_KEY_LAYER4 4 | ||
| 105 | //#define MAGIC_KEY_LAYER5 5 | ||
| 106 | //#define MAGIC_KEY_LAYER6 6 | ||
| 107 | //#define MAGIC_KEY_LAYER7 7 | ||
| 108 | //#define MAGIC_KEY_LAYER8 8 | ||
| 109 | //#define MAGIC_KEY_LAYER9 9 | ||
| 110 | //#define MAGIC_KEY_BOOTLOADER PAUSE | ||
| 111 | //#define MAGIC_KEY_LOCK CAPS | ||
| 112 | //#define MAGIC_KEY_EEPROM E | ||
| 113 | //#define MAGIC_KEY_NKRO N | ||
| 114 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 115 | |||
| 116 | /* | ||
| 117 | * Feature disable options | 69 | * Feature disable options |
| 118 | * These options are also useful to firmware size reduction. | 70 | * These options are also useful to firmware size reduction. |
| 119 | */ | 71 | */ |
diff --git a/keyboards/lfkeyboards/lfk78/config.h b/keyboards/lfkeyboards/lfk78/config.h index 540c40539..05ead71c8 100644 --- a/keyboards/lfkeyboards/lfk78/config.h +++ b/keyboards/lfkeyboards/lfk78/config.h | |||
| @@ -88,59 +88,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 88 | //#define FORCE_NKRO | 88 | //#define FORCE_NKRO |
| 89 | 89 | ||
| 90 | /* | 90 | /* |
| 91 | * Magic Key Options | ||
| 92 | * | ||
| 93 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 94 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 95 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 96 | * | ||
| 97 | * The options below allow the magic key functionality to be changed. This is | ||
| 98 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 99 | * | ||
| 100 | */ | ||
| 101 | |||
| 102 | /* key combination for magic key command */ | ||
| 103 | /* defined by default; to change, uncomment and set to the combination you want */ | ||
| 104 | // #define IS_COMMAND() (get_mods() == MOD_MASK_SHIFT) | ||
| 105 | |||
| 106 | /* control how magic key switches layers */ | ||
| 107 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 108 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 109 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 110 | |||
| 111 | /* override magic key keymap */ | ||
| 112 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 113 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 114 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 115 | //#define MAGIC_KEY_HELP H | ||
| 116 | //#define MAGIC_KEY_HELP_ALT SLASH | ||
| 117 | //#define MAGIC_KEY_DEBUG D | ||
| 118 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 119 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 120 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 121 | //#define MAGIC_KEY_VERSION V | ||
| 122 | //#define MAGIC_KEY_STATUS S | ||
| 123 | //#define MAGIC_KEY_CONSOLE C | ||
| 124 | //#define MAGIC_KEY_LAYER0 0 | ||
| 125 | //#define MAGIC_KEY_LAYER0_ALT GRAVE | ||
| 126 | //#define MAGIC_KEY_LAYER1 1 | ||
| 127 | //#define MAGIC_KEY_LAYER2 2 | ||
| 128 | //#define MAGIC_KEY_LAYER3 3 | ||
| 129 | //#define MAGIC_KEY_LAYER4 4 | ||
| 130 | //#define MAGIC_KEY_LAYER5 5 | ||
| 131 | //#define MAGIC_KEY_LAYER6 6 | ||
| 132 | //#define MAGIC_KEY_LAYER7 7 | ||
| 133 | //#define MAGIC_KEY_LAYER8 8 | ||
| 134 | //#define MAGIC_KEY_LAYER9 9 | ||
| 135 | //#define MAGIC_KEY_BOOTLOADER B | ||
| 136 | //#define MAGIC_KEY_BOOTLOADER_ALT ESC | ||
| 137 | //#define MAGIC_KEY_LOCK CAPS | ||
| 138 | //#define MAGIC_KEY_EEPROM E | ||
| 139 | //#define MAGIC_KEY_EEPROM_CLEAR BSPACE | ||
| 140 | //#define MAGIC_KEY_NKRO N | ||
| 141 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 142 | |||
| 143 | /* | ||
| 144 | * Feature disable options | 91 | * Feature disable options |
| 145 | * These options are also useful to firmware size reduction. | 92 | * These options are also useful to firmware size reduction. |
| 146 | */ | 93 | */ |
diff --git a/keyboards/lfkeyboards/lfk87/config.h b/keyboards/lfkeyboards/lfk87/config.h index 1628deab2..387c58851 100644 --- a/keyboards/lfkeyboards/lfk87/config.h +++ b/keyboards/lfkeyboards/lfk87/config.h | |||
| @@ -97,54 +97,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 97 | //#define FORCE_NKRO | 97 | //#define FORCE_NKRO |
| 98 | 98 | ||
| 99 | /* | 99 | /* |
| 100 | * Magic Key Options | ||
| 101 | * | ||
| 102 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 103 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 104 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 105 | * | ||
| 106 | * The options below allow the magic key functionality to be changed. This is | ||
| 107 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 108 | * | ||
| 109 | */ | ||
| 110 | |||
| 111 | /* control how magic key switches layers */ | ||
| 112 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 113 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 114 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 115 | |||
| 116 | /* override magic key keymap */ | ||
| 117 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 118 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 119 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 120 | //#define MAGIC_KEY_HELP1 H | ||
| 121 | //#define MAGIC_KEY_HELP2 SLASH | ||
| 122 | //#define MAGIC_KEY_DEBUG D | ||
| 123 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 124 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 125 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 126 | //#define MAGIC_KEY_VERSION V | ||
| 127 | //#define MAGIC_KEY_STATUS S | ||
| 128 | //#define MAGIC_KEY_CONSOLE C | ||
| 129 | //#define MAGIC_KEY_LAYER0_ALT1 ESC | ||
| 130 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
| 131 | //#define MAGIC_KEY_LAYER0 0 | ||
| 132 | //#define MAGIC_KEY_LAYER1 1 | ||
| 133 | //#define MAGIC_KEY_LAYER2 2 | ||
| 134 | //#define MAGIC_KEY_LAYER3 3 | ||
| 135 | //#define MAGIC_KEY_LAYER4 4 | ||
| 136 | //#define MAGIC_KEY_LAYER5 5 | ||
| 137 | //#define MAGIC_KEY_LAYER6 6 | ||
| 138 | //#define MAGIC_KEY_LAYER7 7 | ||
| 139 | //#define MAGIC_KEY_LAYER8 8 | ||
| 140 | //#define MAGIC_KEY_LAYER9 9 | ||
| 141 | //#define MAGIC_KEY_BOOTLOADER PAUSE | ||
| 142 | //#define MAGIC_KEY_LOCK CAPS | ||
| 143 | //#define MAGIC_KEY_EEPROM E | ||
| 144 | //#define MAGIC_KEY_NKRO N | ||
| 145 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 146 | |||
| 147 | /* | ||
| 148 | * Feature disable options | 100 | * Feature disable options |
| 149 | * These options are also useful to firmware size reduction. | 101 | * These options are also useful to firmware size reduction. |
| 150 | */ | 102 | */ |
diff --git a/keyboards/lfkeyboards/lfkpad/config.h b/keyboards/lfkeyboards/lfkpad/config.h index e2181a9e6..972b0283b 100644 --- a/keyboards/lfkeyboards/lfkpad/config.h +++ b/keyboards/lfkeyboards/lfkpad/config.h | |||
| @@ -105,59 +105,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 105 | //#define FORCE_NKRO | 105 | //#define FORCE_NKRO |
| 106 | 106 | ||
| 107 | /* | 107 | /* |
| 108 | * Magic Key Options | ||
| 109 | * | ||
| 110 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 111 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 112 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 113 | * | ||
| 114 | * The options below allow the magic key functionality to be changed. This is | ||
| 115 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 116 | * | ||
| 117 | */ | ||
| 118 | |||
| 119 | /* key combination for magic key command */ | ||
| 120 | /* defined by default; to change, uncomment and set to the combination you want */ | ||
| 121 | // #define IS_COMMAND() (get_mods() == MOD_MASK_SHIFT) | ||
| 122 | |||
| 123 | /* control how magic key switches layers */ | ||
| 124 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 125 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 126 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 127 | |||
| 128 | /* override magic key keymap */ | ||
| 129 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 130 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 131 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 132 | //#define MAGIC_KEY_HELP H | ||
| 133 | //#define MAGIC_KEY_HELP_ALT SLASH | ||
| 134 | //#define MAGIC_KEY_DEBUG D | ||
| 135 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 136 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 137 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 138 | //#define MAGIC_KEY_VERSION V | ||
| 139 | //#define MAGIC_KEY_STATUS S | ||
| 140 | //#define MAGIC_KEY_CONSOLE C | ||
| 141 | //#define MAGIC_KEY_LAYER0 0 | ||
| 142 | //#define MAGIC_KEY_LAYER0_ALT GRAVE | ||
| 143 | //#define MAGIC_KEY_LAYER1 1 | ||
| 144 | //#define MAGIC_KEY_LAYER2 2 | ||
| 145 | //#define MAGIC_KEY_LAYER3 3 | ||
| 146 | //#define MAGIC_KEY_LAYER4 4 | ||
| 147 | //#define MAGIC_KEY_LAYER5 5 | ||
| 148 | //#define MAGIC_KEY_LAYER6 6 | ||
| 149 | //#define MAGIC_KEY_LAYER7 7 | ||
| 150 | //#define MAGIC_KEY_LAYER8 8 | ||
| 151 | //#define MAGIC_KEY_LAYER9 9 | ||
| 152 | //#define MAGIC_KEY_BOOTLOADER B | ||
| 153 | //#define MAGIC_KEY_BOOTLOADER_ALT ESC | ||
| 154 | //#define MAGIC_KEY_LOCK CAPS | ||
| 155 | //#define MAGIC_KEY_EEPROM E | ||
| 156 | //#define MAGIC_KEY_EEPROM_CLEAR BSPACE | ||
| 157 | //#define MAGIC_KEY_NKRO N | ||
| 158 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 159 | |||
| 160 | /* | ||
| 161 | * Feature disable options | 108 | * Feature disable options |
| 162 | * These options are also useful to firmware size reduction. | 109 | * These options are also useful to firmware size reduction. |
| 163 | */ | 110 | */ |
diff --git a/keyboards/lfkeyboards/mini1800/config.h b/keyboards/lfkeyboards/mini1800/config.h index df9f1c4ba..1504a95cb 100644 --- a/keyboards/lfkeyboards/mini1800/config.h +++ b/keyboards/lfkeyboards/mini1800/config.h | |||
| @@ -84,54 +84,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 84 | //#define FORCE_NKRO | 84 | //#define FORCE_NKRO |
| 85 | 85 | ||
| 86 | /* | 86 | /* |
| 87 | * Magic Key Options | ||
| 88 | * | ||
| 89 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 90 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 91 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 92 | * | ||
| 93 | * The options below allow the magic key functionality to be changed. This is | ||
| 94 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 95 | * | ||
| 96 | */ | ||
| 97 | |||
| 98 | /* control how magic key switches layers */ | ||
| 99 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 100 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 101 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 102 | |||
| 103 | /* override magic key keymap */ | ||
| 104 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 105 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 106 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 107 | //#define MAGIC_KEY_HELP1 H | ||
| 108 | //#define MAGIC_KEY_HELP2 SLASH | ||
| 109 | //#define MAGIC_KEY_DEBUG D | ||
| 110 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 111 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 112 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 113 | //#define MAGIC_KEY_VERSION V | ||
| 114 | //#define MAGIC_KEY_STATUS S | ||
| 115 | //#define MAGIC_KEY_CONSOLE C | ||
| 116 | //#define MAGIC_KEY_LAYER0_ALT1 ESC | ||
| 117 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
| 118 | //#define MAGIC_KEY_LAYER0 0 | ||
| 119 | //#define MAGIC_KEY_LAYER1 1 | ||
| 120 | //#define MAGIC_KEY_LAYER2 2 | ||
| 121 | //#define MAGIC_KEY_LAYER3 3 | ||
| 122 | //#define MAGIC_KEY_LAYER4 4 | ||
| 123 | //#define MAGIC_KEY_LAYER5 5 | ||
| 124 | //#define MAGIC_KEY_LAYER6 6 | ||
| 125 | //#define MAGIC_KEY_LAYER7 7 | ||
| 126 | //#define MAGIC_KEY_LAYER8 8 | ||
| 127 | //#define MAGIC_KEY_LAYER9 9 | ||
| 128 | //#define MAGIC_KEY_BOOTLOADER PAUSE | ||
| 129 | //#define MAGIC_KEY_LOCK CAPS | ||
| 130 | //#define MAGIC_KEY_EEPROM E | ||
| 131 | //#define MAGIC_KEY_NKRO N | ||
| 132 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 133 | |||
| 134 | /* | ||
| 135 | * Feature disable options | 87 | * Feature disable options |
| 136 | * These options are also useful to firmware size reduction. | 88 | * These options are also useful to firmware size reduction. |
| 137 | */ | 89 | */ |
