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/bpiphany | |
| 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/bpiphany')
| -rw-r--r-- | keyboards/bpiphany/frosty_flake/config.h | 48 | ||||
| -rw-r--r-- | keyboards/bpiphany/kitten_paw/config.h | 48 | ||||
| -rw-r--r-- | keyboards/bpiphany/sixshooter/config.h | 48 | ||||
| -rw-r--r-- | keyboards/bpiphany/tiger_lily/config.h | 48 | ||||
| -rw-r--r-- | keyboards/bpiphany/unloved_bastard/config.h | 48 |
5 files changed, 0 insertions, 240 deletions
diff --git a/keyboards/bpiphany/frosty_flake/config.h b/keyboards/bpiphany/frosty_flake/config.h index ef3a71b8c..1a337b111 100644 --- a/keyboards/bpiphany/frosty_flake/config.h +++ b/keyboards/bpiphany/frosty_flake/config.h | |||
| @@ -77,54 +77,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 77 | //#define FORCE_NKRO | 77 | //#define FORCE_NKRO |
| 78 | 78 | ||
| 79 | /* | 79 | /* |
| 80 | * Magic Key Options | ||
| 81 | * | ||
| 82 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 83 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 84 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 85 | * | ||
| 86 | * The options below allow the magic key functionality to be changed. This is | ||
| 87 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 88 | * | ||
| 89 | */ | ||
| 90 | |||
| 91 | /* control how magic key switches layers */ | ||
| 92 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 93 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 94 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 95 | |||
| 96 | /* override magic key keymap */ | ||
| 97 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 98 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 99 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 100 | //#define MAGIC_KEY_HELP1 H | ||
| 101 | //#define MAGIC_KEY_HELP2 SLASH | ||
| 102 | //#define MAGIC_KEY_DEBUG D | ||
| 103 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 104 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 105 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 106 | //#define MAGIC_KEY_VERSION V | ||
| 107 | //#define MAGIC_KEY_STATUS S | ||
| 108 | //#define MAGIC_KEY_CONSOLE C | ||
| 109 | //#define MAGIC_KEY_LAYER0_ALT1 ESC | ||
| 110 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
| 111 | //#define MAGIC_KEY_LAYER0 0 | ||
| 112 | //#define MAGIC_KEY_LAYER1 1 | ||
| 113 | //#define MAGIC_KEY_LAYER2 2 | ||
| 114 | //#define MAGIC_KEY_LAYER3 3 | ||
| 115 | //#define MAGIC_KEY_LAYER4 4 | ||
| 116 | //#define MAGIC_KEY_LAYER5 5 | ||
| 117 | //#define MAGIC_KEY_LAYER6 6 | ||
| 118 | //#define MAGIC_KEY_LAYER7 7 | ||
| 119 | //#define MAGIC_KEY_LAYER8 8 | ||
| 120 | //#define MAGIC_KEY_LAYER9 9 | ||
| 121 | //#define MAGIC_KEY_BOOTLOADER PAUSE | ||
| 122 | //#define MAGIC_KEY_LOCK CAPS | ||
| 123 | //#define MAGIC_KEY_EEPROM E | ||
| 124 | //#define MAGIC_KEY_NKRO N | ||
| 125 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 126 | |||
| 127 | /* | ||
| 128 | * Feature disable options | 80 | * Feature disable options |
| 129 | * These options are also useful to firmware size reduction. | 81 | * These options are also useful to firmware size reduction. |
| 130 | */ | 82 | */ |
diff --git a/keyboards/bpiphany/kitten_paw/config.h b/keyboards/bpiphany/kitten_paw/config.h index 7972721ed..7dbf02769 100644 --- a/keyboards/bpiphany/kitten_paw/config.h +++ b/keyboards/bpiphany/kitten_paw/config.h | |||
| @@ -91,54 +91,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 91 | //#define FORCE_NKRO | 91 | //#define FORCE_NKRO |
| 92 | 92 | ||
| 93 | /* | 93 | /* |
| 94 | * Magic Key Options | ||
| 95 | * | ||
| 96 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 97 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 98 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 99 | * | ||
| 100 | * The options below allow the magic key functionality to be changed. This is | ||
| 101 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 102 | * | ||
| 103 | */ | ||
| 104 | |||
| 105 | /* control how magic key switches layers */ | ||
| 106 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 107 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 108 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 109 | |||
| 110 | /* override magic key keymap */ | ||
| 111 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 112 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 113 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 114 | //#define MAGIC_KEY_HELP1 H | ||
| 115 | //#define MAGIC_KEY_HELP2 SLASH | ||
| 116 | //#define MAGIC_KEY_DEBUG D | ||
| 117 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 118 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 119 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 120 | //#define MAGIC_KEY_VERSION V | ||
| 121 | //#define MAGIC_KEY_STATUS S | ||
| 122 | //#define MAGIC_KEY_CONSOLE C | ||
| 123 | //#define MAGIC_KEY_LAYER0_ALT1 ESC | ||
| 124 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
| 125 | //#define MAGIC_KEY_LAYER0 0 | ||
| 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 PAUSE | ||
| 136 | //#define MAGIC_KEY_LOCK CAPS | ||
| 137 | //#define MAGIC_KEY_EEPROM E | ||
| 138 | //#define MAGIC_KEY_NKRO N | ||
| 139 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 140 | |||
| 141 | /* | ||
| 142 | * Feature disable options | 94 | * Feature disable options |
| 143 | * These options are also useful to firmware size reduction. | 95 | * These options are also useful to firmware size reduction. |
| 144 | */ | 96 | */ |
diff --git a/keyboards/bpiphany/sixshooter/config.h b/keyboards/bpiphany/sixshooter/config.h index 0637e8d6b..9e7a1803a 100644 --- a/keyboards/bpiphany/sixshooter/config.h +++ b/keyboards/bpiphany/sixshooter/config.h | |||
| @@ -45,54 +45,6 @@ | |||
| 45 | //#define FORCE_NKRO | 45 | //#define FORCE_NKRO |
| 46 | 46 | ||
| 47 | /* | 47 | /* |
| 48 | * Magic Key Options | ||
| 49 | * | ||
| 50 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 51 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 52 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 53 | * | ||
| 54 | * The options below allow the magic key functionality to be changed. This is | ||
| 55 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 56 | * | ||
| 57 | */ | ||
| 58 | |||
| 59 | /* control how magic key switches layers */ | ||
| 60 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 61 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 62 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 63 | |||
| 64 | /* override magic key keymap */ | ||
| 65 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 66 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 67 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 68 | //#define MAGIC_KEY_HELP1 H | ||
| 69 | //#define MAGIC_KEY_HELP2 SLASH | ||
| 70 | //#define MAGIC_KEY_DEBUG D | ||
| 71 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 72 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 73 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 74 | //#define MAGIC_KEY_VERSION V | ||
| 75 | //#define MAGIC_KEY_STATUS S | ||
| 76 | //#define MAGIC_KEY_CONSOLE C | ||
| 77 | //#define MAGIC_KEY_LAYER0_ALT1 ESC | ||
| 78 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
| 79 | //#define MAGIC_KEY_LAYER0 0 | ||
| 80 | //#define MAGIC_KEY_LAYER1 1 | ||
| 81 | //#define MAGIC_KEY_LAYER2 2 | ||
| 82 | //#define MAGIC_KEY_LAYER3 3 | ||
| 83 | //#define MAGIC_KEY_LAYER4 4 | ||
| 84 | //#define MAGIC_KEY_LAYER5 5 | ||
| 85 | //#define MAGIC_KEY_LAYER6 6 | ||
| 86 | //#define MAGIC_KEY_LAYER7 7 | ||
| 87 | //#define MAGIC_KEY_LAYER8 8 | ||
| 88 | //#define MAGIC_KEY_LAYER9 9 | ||
| 89 | //#define MAGIC_KEY_BOOTLOADER PAUSE | ||
| 90 | //#define MAGIC_KEY_LOCK CAPS | ||
| 91 | //#define MAGIC_KEY_EEPROM E | ||
| 92 | //#define MAGIC_KEY_NKRO N | ||
| 93 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 94 | |||
| 95 | /* | ||
| 96 | * Feature disable options | 48 | * Feature disable options |
| 97 | * These options are also useful to firmware size reduction. | 49 | * These options are also useful to firmware size reduction. |
| 98 | */ | 50 | */ |
diff --git a/keyboards/bpiphany/tiger_lily/config.h b/keyboards/bpiphany/tiger_lily/config.h index d3ee78d38..54a1c2e7f 100644 --- a/keyboards/bpiphany/tiger_lily/config.h +++ b/keyboards/bpiphany/tiger_lily/config.h | |||
| @@ -82,54 +82,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 82 | //#define FORCE_NKRO | 82 | //#define FORCE_NKRO |
| 83 | 83 | ||
| 84 | /* | 84 | /* |
| 85 | * Magic Key Options | ||
| 86 | * | ||
| 87 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 88 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 89 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 90 | * | ||
| 91 | * The options below allow the magic key functionality to be changed. This is | ||
| 92 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 93 | * | ||
| 94 | */ | ||
| 95 | |||
| 96 | /* control how magic key switches layers */ | ||
| 97 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 98 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 99 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 100 | |||
| 101 | /* override magic key keymap */ | ||
| 102 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 103 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 104 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 105 | //#define MAGIC_KEY_HELP1 H | ||
| 106 | //#define MAGIC_KEY_HELP2 SLASH | ||
| 107 | //#define MAGIC_KEY_DEBUG D | ||
| 108 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 109 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 110 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 111 | //#define MAGIC_KEY_VERSION V | ||
| 112 | //#define MAGIC_KEY_STATUS S | ||
| 113 | //#define MAGIC_KEY_CONSOLE C | ||
| 114 | //#define MAGIC_KEY_LAYER0_ALT1 ESC | ||
| 115 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
| 116 | //#define MAGIC_KEY_LAYER0 0 | ||
| 117 | //#define MAGIC_KEY_LAYER1 1 | ||
| 118 | //#define MAGIC_KEY_LAYER2 2 | ||
| 119 | //#define MAGIC_KEY_LAYER3 3 | ||
| 120 | //#define MAGIC_KEY_LAYER4 4 | ||
| 121 | //#define MAGIC_KEY_LAYER5 5 | ||
| 122 | //#define MAGIC_KEY_LAYER6 6 | ||
| 123 | //#define MAGIC_KEY_LAYER7 7 | ||
| 124 | //#define MAGIC_KEY_LAYER8 8 | ||
| 125 | //#define MAGIC_KEY_LAYER9 9 | ||
| 126 | //#define MAGIC_KEY_BOOTLOADER PAUSE | ||
| 127 | //#define MAGIC_KEY_LOCK CAPS | ||
| 128 | //#define MAGIC_KEY_EEPROM E | ||
| 129 | //#define MAGIC_KEY_NKRO N | ||
| 130 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 131 | |||
| 132 | /* | ||
| 133 | * Feature disable options | 85 | * Feature disable options |
| 134 | * These options are also useful to firmware size reduction. | 86 | * These options are also useful to firmware size reduction. |
| 135 | */ | 87 | */ |
diff --git a/keyboards/bpiphany/unloved_bastard/config.h b/keyboards/bpiphany/unloved_bastard/config.h index ed6ce8c2f..a6589be4a 100644 --- a/keyboards/bpiphany/unloved_bastard/config.h +++ b/keyboards/bpiphany/unloved_bastard/config.h | |||
| @@ -75,54 +75,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 75 | //#define FORCE_NKRO | 75 | //#define FORCE_NKRO |
| 76 | 76 | ||
| 77 | /* | 77 | /* |
| 78 | * Magic Key Options | ||
| 79 | * | ||
| 80 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 81 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 82 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 83 | * | ||
| 84 | * The options below allow the magic key functionality to be changed. This is | ||
| 85 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 86 | * | ||
| 87 | */ | ||
| 88 | |||
| 89 | /* control how magic key switches layers */ | ||
| 90 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 91 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 92 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 93 | |||
| 94 | /* override magic key keymap */ | ||
| 95 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 96 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 97 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 98 | //#define MAGIC_KEY_HELP1 H | ||
| 99 | //#define MAGIC_KEY_HELP2 SLASH | ||
| 100 | //#define MAGIC_KEY_DEBUG D | ||
| 101 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 102 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 103 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 104 | //#define MAGIC_KEY_VERSION V | ||
| 105 | //#define MAGIC_KEY_STATUS S | ||
| 106 | //#define MAGIC_KEY_CONSOLE C | ||
| 107 | //#define MAGIC_KEY_LAYER0_ALT1 ESC | ||
| 108 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
| 109 | //#define MAGIC_KEY_LAYER0 0 | ||
| 110 | //#define MAGIC_KEY_LAYER1 1 | ||
| 111 | //#define MAGIC_KEY_LAYER2 2 | ||
| 112 | //#define MAGIC_KEY_LAYER3 3 | ||
| 113 | //#define MAGIC_KEY_LAYER4 4 | ||
| 114 | //#define MAGIC_KEY_LAYER5 5 | ||
| 115 | //#define MAGIC_KEY_LAYER6 6 | ||
| 116 | //#define MAGIC_KEY_LAYER7 7 | ||
| 117 | //#define MAGIC_KEY_LAYER8 8 | ||
| 118 | //#define MAGIC_KEY_LAYER9 9 | ||
| 119 | //#define MAGIC_KEY_BOOTLOADER PAUSE | ||
| 120 | //#define MAGIC_KEY_LOCK CAPS | ||
| 121 | //#define MAGIC_KEY_EEPROM E | ||
| 122 | //#define MAGIC_KEY_NKRO N | ||
| 123 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 124 | |||
| 125 | /* | ||
| 126 | * Feature disable options | 78 | * Feature disable options |
| 127 | * These options are also useful to firmware size reduction. | 79 | * These options are also useful to firmware size reduction. |
| 128 | */ | 80 | */ |
