diff options
Diffstat (limited to 'keyboards/40percentclub')
| -rw-r--r-- | keyboards/40percentclub/25/config.h | 48 | ||||
| -rw-r--r-- | keyboards/40percentclub/4pack/config.h | 53 | ||||
| -rw-r--r-- | keyboards/40percentclub/4x4/config.h | 48 | ||||
| -rw-r--r-- | keyboards/40percentclub/5x5/config.h | 48 | ||||
| -rw-r--r-- | keyboards/40percentclub/6lit/config.h | 48 | ||||
| -rw-r--r-- | keyboards/40percentclub/foobar/config.h | 48 | ||||
| -rw-r--r-- | keyboards/40percentclub/half_n_half/config.h | 52 | ||||
| -rw-r--r-- | keyboards/40percentclub/i75/config.h | 48 | ||||
| -rw-r--r-- | keyboards/40percentclub/mf68/config.h | 48 | ||||
| -rw-r--r-- | keyboards/40percentclub/nein/config.h | 53 | ||||
| -rw-r--r-- | keyboards/40percentclub/nori/config.h | 48 |
11 files changed, 0 insertions, 542 deletions
diff --git a/keyboards/40percentclub/25/config.h b/keyboards/40percentclub/25/config.h index d43c59e06..af25449ab 100644 --- a/keyboards/40percentclub/25/config.h +++ b/keyboards/40percentclub/25/config.h | |||
| @@ -109,54 +109,6 @@ | |||
| 109 | //#define FORCE_NKRO | 109 | //#define FORCE_NKRO |
| 110 | 110 | ||
| 111 | /* | 111 | /* |
| 112 | * Magic Key Options | ||
| 113 | * | ||
| 114 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 115 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 116 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 117 | * | ||
| 118 | * The options below allow the magic key functionality to be changed. This is | ||
| 119 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 120 | * | ||
| 121 | */ | ||
| 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_HELP1 H | ||
| 133 | //#define MAGIC_KEY_HELP2 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_ALT1 ESC | ||
| 142 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
| 143 | //#define MAGIC_KEY_LAYER0 0 | ||
| 144 | //#define MAGIC_KEY_LAYER1 1 | ||
| 145 | //#define MAGIC_KEY_LAYER2 2 | ||
| 146 | //#define MAGIC_KEY_LAYER3 3 | ||
| 147 | //#define MAGIC_KEY_LAYER4 4 | ||
| 148 | //#define MAGIC_KEY_LAYER5 5 | ||
| 149 | //#define MAGIC_KEY_LAYER6 6 | ||
| 150 | //#define MAGIC_KEY_LAYER7 7 | ||
| 151 | //#define MAGIC_KEY_LAYER8 8 | ||
| 152 | //#define MAGIC_KEY_LAYER9 9 | ||
| 153 | //#define MAGIC_KEY_BOOTLOADER PAUSE | ||
| 154 | //#define MAGIC_KEY_LOCK CAPS | ||
| 155 | //#define MAGIC_KEY_EEPROM E | ||
| 156 | //#define MAGIC_KEY_NKRO N | ||
| 157 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 158 | |||
| 159 | /* | ||
| 160 | * Feature disable options | 112 | * Feature disable options |
| 161 | * These options are also useful to firmware size reduction. | 113 | * These options are also useful to firmware size reduction. |
| 162 | */ | 114 | */ |
diff --git a/keyboards/40percentclub/4pack/config.h b/keyboards/40percentclub/4pack/config.h index 00f0d3e57..db5171592 100644 --- a/keyboards/40percentclub/4pack/config.h +++ b/keyboards/40percentclub/4pack/config.h | |||
| @@ -130,59 +130,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 130 | //#define FORCE_NKRO | 130 | //#define FORCE_NKRO |
| 131 | 131 | ||
| 132 | /* | 132 | /* |
| 133 | * Magic Key Options | ||
| 134 | * | ||
| 135 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 136 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 137 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 138 | * | ||
| 139 | * The options below allow the magic key functionality to be changed. This is | ||
| 140 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 141 | * | ||
| 142 | */ | ||
| 143 | |||
| 144 | /* key combination for magic key command */ | ||
| 145 | /* defined by default; to change, uncomment and set to the combination you want */ | ||
| 146 | // #define IS_COMMAND() (get_mods() == MOD_MASK_SHIFT) | ||
| 147 | |||
| 148 | /* control how magic key switches layers */ | ||
| 149 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 150 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 151 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 152 | |||
| 153 | /* override magic key keymap */ | ||
| 154 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 155 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 156 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 157 | //#define MAGIC_KEY_HELP H | ||
| 158 | //#define MAGIC_KEY_HELP_ALT SLASH | ||
| 159 | //#define MAGIC_KEY_DEBUG D | ||
| 160 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 161 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 162 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 163 | //#define MAGIC_KEY_VERSION V | ||
| 164 | //#define MAGIC_KEY_STATUS S | ||
| 165 | //#define MAGIC_KEY_CONSOLE C | ||
| 166 | //#define MAGIC_KEY_LAYER0 0 | ||
| 167 | //#define MAGIC_KEY_LAYER0_ALT GRAVE | ||
| 168 | //#define MAGIC_KEY_LAYER1 1 | ||
| 169 | //#define MAGIC_KEY_LAYER2 2 | ||
| 170 | //#define MAGIC_KEY_LAYER3 3 | ||
| 171 | //#define MAGIC_KEY_LAYER4 4 | ||
| 172 | //#define MAGIC_KEY_LAYER5 5 | ||
| 173 | //#define MAGIC_KEY_LAYER6 6 | ||
| 174 | //#define MAGIC_KEY_LAYER7 7 | ||
| 175 | //#define MAGIC_KEY_LAYER8 8 | ||
| 176 | //#define MAGIC_KEY_LAYER9 9 | ||
| 177 | //#define MAGIC_KEY_BOOTLOADER B | ||
| 178 | //#define MAGIC_KEY_BOOTLOADER_ALT ESC | ||
| 179 | //#define MAGIC_KEY_LOCK CAPS | ||
| 180 | //#define MAGIC_KEY_EEPROM E | ||
| 181 | //#define MAGIC_KEY_EEPROM_CLEAR BSPACE | ||
| 182 | //#define MAGIC_KEY_NKRO N | ||
| 183 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 184 | |||
| 185 | /* | ||
| 186 | * Feature disable options | 133 | * Feature disable options |
| 187 | * These options are also useful to firmware size reduction. | 134 | * These options are also useful to firmware size reduction. |
| 188 | */ | 135 | */ |
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 | */ |
diff --git a/keyboards/40percentclub/5x5/config.h b/keyboards/40percentclub/5x5/config.h index 6f098a80b..694a58985 100644 --- a/keyboards/40percentclub/5x5/config.h +++ b/keyboards/40percentclub/5x5/config.h | |||
| @@ -85,54 +85,6 @@ | |||
| 85 | //#define FORCE_NKRO | 85 | //#define FORCE_NKRO |
| 86 | 86 | ||
| 87 | /* | 87 | /* |
| 88 | * Magic Key Options | ||
| 89 | * | ||
| 90 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 91 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 92 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 93 | * | ||
| 94 | * The options below allow the magic key functionality to be changed. This is | ||
| 95 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 96 | * | ||
| 97 | */ | ||
| 98 | |||
| 99 | /* control how magic key switches layers */ | ||
| 100 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 101 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 102 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 103 | |||
| 104 | /* override magic key keymap */ | ||
| 105 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 106 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 107 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 108 | //#define MAGIC_KEY_HELP1 H | ||
| 109 | //#define MAGIC_KEY_HELP2 SLASH | ||
| 110 | //#define MAGIC_KEY_DEBUG D | ||
| 111 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 112 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 113 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 114 | //#define MAGIC_KEY_VERSION V | ||
| 115 | //#define MAGIC_KEY_STATUS S | ||
| 116 | //#define MAGIC_KEY_CONSOLE C | ||
| 117 | //#define MAGIC_KEY_LAYER0_ALT1 ESC | ||
| 118 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
| 119 | //#define MAGIC_KEY_LAYER0 0 | ||
| 120 | //#define MAGIC_KEY_LAYER1 1 | ||
| 121 | //#define MAGIC_KEY_LAYER2 2 | ||
| 122 | //#define MAGIC_KEY_LAYER3 3 | ||
| 123 | //#define MAGIC_KEY_LAYER4 4 | ||
| 124 | //#define MAGIC_KEY_LAYER5 5 | ||
| 125 | //#define MAGIC_KEY_LAYER6 6 | ||
| 126 | //#define MAGIC_KEY_LAYER7 7 | ||
| 127 | //#define MAGIC_KEY_LAYER8 8 | ||
| 128 | //#define MAGIC_KEY_LAYER9 9 | ||
| 129 | //#define MAGIC_KEY_BOOTLOADER PAUSE | ||
| 130 | //#define MAGIC_KEY_LOCK CAPS | ||
| 131 | //#define MAGIC_KEY_EEPROM E | ||
| 132 | //#define MAGIC_KEY_NKRO N | ||
| 133 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 134 | |||
| 135 | /* | ||
| 136 | * Feature disable options | 88 | * Feature disable options |
| 137 | * These options are also useful to firmware size reduction. | 89 | * These options are also useful to firmware size reduction. |
| 138 | */ | 90 | */ |
diff --git a/keyboards/40percentclub/6lit/config.h b/keyboards/40percentclub/6lit/config.h index a7a68fc73..ddf91a3ce 100644 --- a/keyboards/40percentclub/6lit/config.h +++ b/keyboards/40percentclub/6lit/config.h | |||
| @@ -110,54 +110,6 @@ | |||
| 110 | //#define FORCE_NKRO | 110 | //#define FORCE_NKRO |
| 111 | 111 | ||
| 112 | /* | 112 | /* |
| 113 | * Magic Key Options | ||
| 114 | * | ||
| 115 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 116 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 117 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 118 | * | ||
| 119 | * The options below allow the magic key functionality to be changed. This is | ||
| 120 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 121 | * | ||
| 122 | */ | ||
| 123 | |||
| 124 | /* control how magic key switches layers */ | ||
| 125 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 126 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 127 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 128 | |||
| 129 | /* override magic key keymap */ | ||
| 130 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 131 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 132 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 133 | //#define MAGIC_KEY_HELP1 H | ||
| 134 | //#define MAGIC_KEY_HELP2 SLASH | ||
| 135 | //#define MAGIC_KEY_DEBUG D | ||
| 136 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 137 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 138 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 139 | //#define MAGIC_KEY_VERSION V | ||
| 140 | //#define MAGIC_KEY_STATUS S | ||
| 141 | //#define MAGIC_KEY_CONSOLE C | ||
| 142 | //#define MAGIC_KEY_LAYER0_ALT1 ESC | ||
| 143 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
| 144 | //#define MAGIC_KEY_LAYER0 0 | ||
| 145 | //#define MAGIC_KEY_LAYER1 1 | ||
| 146 | //#define MAGIC_KEY_LAYER2 2 | ||
| 147 | //#define MAGIC_KEY_LAYER3 3 | ||
| 148 | //#define MAGIC_KEY_LAYER4 4 | ||
| 149 | //#define MAGIC_KEY_LAYER5 5 | ||
| 150 | //#define MAGIC_KEY_LAYER6 6 | ||
| 151 | //#define MAGIC_KEY_LAYER7 7 | ||
| 152 | //#define MAGIC_KEY_LAYER8 8 | ||
| 153 | //#define MAGIC_KEY_LAYER9 9 | ||
| 154 | //#define MAGIC_KEY_BOOTLOADER PAUSE | ||
| 155 | //#define MAGIC_KEY_LOCK CAPS | ||
| 156 | //#define MAGIC_KEY_EEPROM E | ||
| 157 | //#define MAGIC_KEY_NKRO N | ||
| 158 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 159 | |||
| 160 | /* | ||
| 161 | * Feature disable options | 113 | * Feature disable options |
| 162 | * These options are also useful to firmware size reduction. | 114 | * These options are also useful to firmware size reduction. |
| 163 | */ | 115 | */ |
diff --git a/keyboards/40percentclub/foobar/config.h b/keyboards/40percentclub/foobar/config.h index 203ebd77f..999efef7f 100644 --- a/keyboards/40percentclub/foobar/config.h +++ b/keyboards/40percentclub/foobar/config.h | |||
| @@ -110,54 +110,6 @@ | |||
| 110 | //#define FORCE_NKRO | 110 | //#define FORCE_NKRO |
| 111 | 111 | ||
| 112 | /* | 112 | /* |
| 113 | * Magic Key Options | ||
| 114 | * | ||
| 115 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 116 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 117 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 118 | * | ||
| 119 | * The options below allow the magic key functionality to be changed. This is | ||
| 120 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 121 | * | ||
| 122 | */ | ||
| 123 | |||
| 124 | /* control how magic key switches layers */ | ||
| 125 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 126 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 127 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 128 | |||
| 129 | /* override magic key keymap */ | ||
| 130 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 131 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 132 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 133 | //#define MAGIC_KEY_HELP1 H | ||
| 134 | //#define MAGIC_KEY_HELP2 SLASH | ||
| 135 | //#define MAGIC_KEY_DEBUG D | ||
| 136 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 137 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 138 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 139 | //#define MAGIC_KEY_VERSION V | ||
| 140 | //#define MAGIC_KEY_STATUS S | ||
| 141 | //#define MAGIC_KEY_CONSOLE C | ||
| 142 | //#define MAGIC_KEY_LAYER0_ALT1 ESC | ||
| 143 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
| 144 | //#define MAGIC_KEY_LAYER0 0 | ||
| 145 | //#define MAGIC_KEY_LAYER1 1 | ||
| 146 | //#define MAGIC_KEY_LAYER2 2 | ||
| 147 | //#define MAGIC_KEY_LAYER3 3 | ||
| 148 | //#define MAGIC_KEY_LAYER4 4 | ||
| 149 | //#define MAGIC_KEY_LAYER5 5 | ||
| 150 | //#define MAGIC_KEY_LAYER6 6 | ||
| 151 | //#define MAGIC_KEY_LAYER7 7 | ||
| 152 | //#define MAGIC_KEY_LAYER8 8 | ||
| 153 | //#define MAGIC_KEY_LAYER9 9 | ||
| 154 | //#define MAGIC_KEY_BOOTLOADER PAUSE | ||
| 155 | //#define MAGIC_KEY_LOCK CAPS | ||
| 156 | //#define MAGIC_KEY_EEPROM E | ||
| 157 | //#define MAGIC_KEY_NKRO N | ||
| 158 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 159 | |||
| 160 | /* | ||
| 161 | * Feature disable options | 113 | * Feature disable options |
| 162 | * These options are also useful to firmware size reduction. | 114 | * These options are also useful to firmware size reduction. |
| 163 | */ | 115 | */ |
diff --git a/keyboards/40percentclub/half_n_half/config.h b/keyboards/40percentclub/half_n_half/config.h index ca099d476..3409af5f6 100644 --- a/keyboards/40percentclub/half_n_half/config.h +++ b/keyboards/40percentclub/half_n_half/config.h | |||
| @@ -119,58 +119,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 119 | //#define FORCE_NKRO | 119 | //#define FORCE_NKRO |
| 120 | 120 | ||
| 121 | /* | 121 | /* |
| 122 | * Magic Key Options | ||
| 123 | * | ||
| 124 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 125 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 126 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 127 | * | ||
| 128 | * The options below allow the magic key functionality to be changed. This is | ||
| 129 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 130 | * | ||
| 131 | */ | ||
| 132 | |||
| 133 | /* key combination for magic key command */ | ||
| 134 | /* defined by default; to change, uncomment and set to the combination you want */ | ||
| 135 | // #define IS_COMMAND() (get_mods() == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) | ||
| 136 | |||
| 137 | /* control how magic key switches layers */ | ||
| 138 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 139 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 140 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 141 | |||
| 142 | /* override magic key keymap */ | ||
| 143 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 144 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 145 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 146 | //#define MAGIC_KEY_HELP1 H | ||
| 147 | //#define MAGIC_KEY_HELP2 SLASH | ||
| 148 | //#define MAGIC_KEY_DEBUG D | ||
| 149 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 150 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 151 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 152 | //#define MAGIC_KEY_VERSION V | ||
| 153 | //#define MAGIC_KEY_STATUS S | ||
| 154 | //#define MAGIC_KEY_CONSOLE C | ||
| 155 | //#define MAGIC_KEY_LAYER0_ALT1 ESC | ||
| 156 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
| 157 | //#define MAGIC_KEY_LAYER0 0 | ||
| 158 | //#define MAGIC_KEY_LAYER1 1 | ||
| 159 | //#define MAGIC_KEY_LAYER2 2 | ||
| 160 | //#define MAGIC_KEY_LAYER3 3 | ||
| 161 | //#define MAGIC_KEY_LAYER4 4 | ||
| 162 | //#define MAGIC_KEY_LAYER5 5 | ||
| 163 | //#define MAGIC_KEY_LAYER6 6 | ||
| 164 | //#define MAGIC_KEY_LAYER7 7 | ||
| 165 | //#define MAGIC_KEY_LAYER8 8 | ||
| 166 | //#define MAGIC_KEY_LAYER9 9 | ||
| 167 | //#define MAGIC_KEY_BOOTLOADER PAUSE | ||
| 168 | //#define MAGIC_KEY_LOCK CAPS | ||
| 169 | //#define MAGIC_KEY_EEPROM E | ||
| 170 | //#define MAGIC_KEY_NKRO N | ||
| 171 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 172 | |||
| 173 | /* | ||
| 174 | * Feature disable options | 122 | * Feature disable options |
| 175 | * These options are also useful to firmware size reduction. | 123 | * These options are also useful to firmware size reduction. |
| 176 | */ | 124 | */ |
diff --git a/keyboards/40percentclub/i75/config.h b/keyboards/40percentclub/i75/config.h index 0f478b516..e89f4f580 100644 --- a/keyboards/40percentclub/i75/config.h +++ b/keyboards/40percentclub/i75/config.h | |||
| @@ -65,54 +65,6 @@ | |||
| 65 | //#define FORCE_NKRO | 65 | //#define FORCE_NKRO |
| 66 | 66 | ||
| 67 | /* | 67 | /* |
| 68 | * Magic Key Options | ||
| 69 | * | ||
| 70 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 71 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 72 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 73 | * | ||
| 74 | * The options below allow the magic key functionality to be changed. This is | ||
| 75 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 76 | * | ||
| 77 | */ | ||
| 78 | |||
| 79 | /* control how magic key switches layers */ | ||
| 80 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 81 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 82 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 83 | |||
| 84 | /* override magic key keymap */ | ||
| 85 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 86 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 87 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 88 | //#define MAGIC_KEY_HELP1 H | ||
| 89 | //#define MAGIC_KEY_HELP2 SLASH | ||
| 90 | //#define MAGIC_KEY_DEBUG D | ||
| 91 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 92 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 93 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 94 | //#define MAGIC_KEY_VERSION V | ||
| 95 | //#define MAGIC_KEY_STATUS S | ||
| 96 | //#define MAGIC_KEY_CONSOLE C | ||
| 97 | //#define MAGIC_KEY_LAYER0_ALT1 ESC | ||
| 98 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
| 99 | //#define MAGIC_KEY_LAYER0 0 | ||
| 100 | //#define MAGIC_KEY_LAYER1 1 | ||
| 101 | //#define MAGIC_KEY_LAYER2 2 | ||
| 102 | //#define MAGIC_KEY_LAYER3 3 | ||
| 103 | //#define MAGIC_KEY_LAYER4 4 | ||
| 104 | //#define MAGIC_KEY_LAYER5 5 | ||
| 105 | //#define MAGIC_KEY_LAYER6 6 | ||
| 106 | //#define MAGIC_KEY_LAYER7 7 | ||
| 107 | //#define MAGIC_KEY_LAYER8 8 | ||
| 108 | //#define MAGIC_KEY_LAYER9 9 | ||
| 109 | //#define MAGIC_KEY_BOOTLOADER PAUSE | ||
| 110 | //#define MAGIC_KEY_LOCK CAPS | ||
| 111 | //#define MAGIC_KEY_EEPROM E | ||
| 112 | //#define MAGIC_KEY_NKRO N | ||
| 113 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 114 | |||
| 115 | /* | ||
| 116 | * Feature disable options | 68 | * Feature disable options |
| 117 | * These options are also useful to firmware size reduction. | 69 | * These options are also useful to firmware size reduction. |
| 118 | */ | 70 | */ |
diff --git a/keyboards/40percentclub/mf68/config.h b/keyboards/40percentclub/mf68/config.h index 1ff2c189e..230725615 100644 --- a/keyboards/40percentclub/mf68/config.h +++ b/keyboards/40percentclub/mf68/config.h | |||
| @@ -108,54 +108,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 108 | //#define FORCE_NKRO | 108 | //#define FORCE_NKRO |
| 109 | 109 | ||
| 110 | /* | 110 | /* |
| 111 | * Magic Key Options | ||
| 112 | * | ||
| 113 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 114 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 115 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 116 | * | ||
| 117 | * The options below allow the magic key functionality to be changed. This is | ||
| 118 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 119 | * | ||
| 120 | */ | ||
| 121 | |||
| 122 | /* control how magic key switches layers */ | ||
| 123 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 124 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 125 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 126 | |||
| 127 | /* override magic key keymap */ | ||
| 128 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 129 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 130 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 131 | //#define MAGIC_KEY_HELP1 H | ||
| 132 | //#define MAGIC_KEY_HELP2 SLASH | ||
| 133 | //#define MAGIC_KEY_DEBUG D | ||
| 134 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 135 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 136 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 137 | //#define MAGIC_KEY_VERSION V | ||
| 138 | //#define MAGIC_KEY_STATUS S | ||
| 139 | //#define MAGIC_KEY_CONSOLE C | ||
| 140 | //#define MAGIC_KEY_LAYER0_ALT1 ESC | ||
| 141 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
| 142 | //#define MAGIC_KEY_LAYER0 0 | ||
| 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 PAUSE | ||
| 153 | //#define MAGIC_KEY_LOCK CAPS | ||
| 154 | //#define MAGIC_KEY_EEPROM E | ||
| 155 | //#define MAGIC_KEY_NKRO N | ||
| 156 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 157 | |||
| 158 | /* | ||
| 159 | * Feature disable options | 111 | * Feature disable options |
| 160 | * These options are also useful to firmware size reduction. | 112 | * These options are also useful to firmware size reduction. |
| 161 | */ | 113 | */ |
diff --git a/keyboards/40percentclub/nein/config.h b/keyboards/40percentclub/nein/config.h index 3532c8258..1dedb608f 100644 --- a/keyboards/40percentclub/nein/config.h +++ b/keyboards/40percentclub/nein/config.h | |||
| @@ -114,59 +114,6 @@ | |||
| 114 | //#define FORCE_NKRO | 114 | //#define FORCE_NKRO |
| 115 | 115 | ||
| 116 | /* | 116 | /* |
| 117 | * Magic Key Options | ||
| 118 | * | ||
| 119 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 120 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 121 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 122 | * | ||
| 123 | * The options below allow the magic key functionality to be changed. This is | ||
| 124 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 125 | * | ||
| 126 | */ | ||
| 127 | |||
| 128 | /* key combination for magic key command */ | ||
| 129 | /* defined by default; to change, uncomment and set to the combination you want */ | ||
| 130 | // #define IS_COMMAND() (get_mods() == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) | ||
| 131 | |||
| 132 | /* control how magic key switches layers */ | ||
| 133 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 134 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 135 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 136 | |||
| 137 | /* override magic key keymap */ | ||
| 138 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 139 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 140 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 141 | //#define MAGIC_KEY_HELP H | ||
| 142 | //#define MAGIC_KEY_HELP_ALT SLASH | ||
| 143 | //#define MAGIC_KEY_DEBUG D | ||
| 144 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 145 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 146 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 147 | //#define MAGIC_KEY_VERSION V | ||
| 148 | //#define MAGIC_KEY_STATUS S | ||
| 149 | //#define MAGIC_KEY_CONSOLE C | ||
| 150 | //#define MAGIC_KEY_LAYER0 0 | ||
| 151 | //#define MAGIC_KEY_LAYER0_ALT GRAVE | ||
| 152 | //#define MAGIC_KEY_LAYER1 1 | ||
| 153 | //#define MAGIC_KEY_LAYER2 2 | ||
| 154 | //#define MAGIC_KEY_LAYER3 3 | ||
| 155 | //#define MAGIC_KEY_LAYER4 4 | ||
| 156 | //#define MAGIC_KEY_LAYER5 5 | ||
| 157 | //#define MAGIC_KEY_LAYER6 6 | ||
| 158 | //#define MAGIC_KEY_LAYER7 7 | ||
| 159 | //#define MAGIC_KEY_LAYER8 8 | ||
| 160 | //#define MAGIC_KEY_LAYER9 9 | ||
| 161 | //#define MAGIC_KEY_BOOTLOADER B | ||
| 162 | //#define MAGIC_KEY_BOOTLOADER_ALT ESC | ||
| 163 | //#define MAGIC_KEY_LOCK CAPS | ||
| 164 | //#define MAGIC_KEY_EEPROM E | ||
| 165 | //#define MAGIC_KEY_EEPROM_CLEAR BSPACE | ||
| 166 | //#define MAGIC_KEY_NKRO N | ||
| 167 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 168 | |||
| 169 | /* | ||
| 170 | * Feature disable options | 117 | * Feature disable options |
| 171 | * These options are also useful to firmware size reduction. | 118 | * These options are also useful to firmware size reduction. |
| 172 | */ | 119 | */ |
diff --git a/keyboards/40percentclub/nori/config.h b/keyboards/40percentclub/nori/config.h index 1c1d8f0fb..40225748a 100644 --- a/keyboards/40percentclub/nori/config.h +++ b/keyboards/40percentclub/nori/config.h | |||
| @@ -98,54 +98,6 @@ | |||
| 98 | //#define FORCE_NKRO | 98 | //#define FORCE_NKRO |
| 99 | 99 | ||
| 100 | /* | 100 | /* |
| 101 | * Magic Key Options | ||
| 102 | * | ||
| 103 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 104 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 105 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 106 | * | ||
| 107 | * The options below allow the magic key functionality to be changed. This is | ||
| 108 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 109 | * | ||
| 110 | */ | ||
| 111 | |||
| 112 | /* control how magic key switches layers */ | ||
| 113 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 114 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 115 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 116 | |||
| 117 | /* override magic key keymap */ | ||
| 118 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 119 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 120 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 121 | //#define MAGIC_KEY_HELP1 H | ||
| 122 | //#define MAGIC_KEY_HELP2 SLASH | ||
| 123 | //#define MAGIC_KEY_DEBUG D | ||
| 124 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 125 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 126 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 127 | //#define MAGIC_KEY_VERSION V | ||
| 128 | //#define MAGIC_KEY_STATUS S | ||
| 129 | //#define MAGIC_KEY_CONSOLE C | ||
| 130 | //#define MAGIC_KEY_LAYER0_ALT1 ESC | ||
| 131 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
| 132 | //#define MAGIC_KEY_LAYER0 0 | ||
| 133 | //#define MAGIC_KEY_LAYER1 1 | ||
| 134 | //#define MAGIC_KEY_LAYER2 2 | ||
| 135 | //#define MAGIC_KEY_LAYER3 3 | ||
| 136 | //#define MAGIC_KEY_LAYER4 4 | ||
| 137 | //#define MAGIC_KEY_LAYER5 5 | ||
| 138 | //#define MAGIC_KEY_LAYER6 6 | ||
| 139 | //#define MAGIC_KEY_LAYER7 7 | ||
| 140 | //#define MAGIC_KEY_LAYER8 8 | ||
| 141 | //#define MAGIC_KEY_LAYER9 9 | ||
| 142 | //#define MAGIC_KEY_BOOTLOADER PAUSE | ||
| 143 | //#define MAGIC_KEY_LOCK CAPS | ||
| 144 | //#define MAGIC_KEY_EEPROM E | ||
| 145 | //#define MAGIC_KEY_NKRO N | ||
| 146 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 147 | |||
| 148 | /* | ||
| 149 | * Feature disable options | 101 | * Feature disable options |
| 150 | * These options are also useful to firmware size reduction. | 102 | * These options are also useful to firmware size reduction. |
| 151 | */ | 103 | */ |
