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/miuni32 | |
| 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/miuni32')
| -rw-r--r-- | keyboards/miuni32/config.h | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/keyboards/miuni32/config.h b/keyboards/miuni32/config.h index f677ce334..1289dd07b 100644 --- a/keyboards/miuni32/config.h +++ b/keyboards/miuni32/config.h | |||
| @@ -86,53 +86,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 86 | //#define FORCE_NKRO | 86 | //#define FORCE_NKRO |
| 87 | 87 | ||
| 88 | /* | 88 | /* |
| 89 | * Magic Key Options | ||
| 90 | * | ||
| 91 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 92 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 93 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 94 | * | ||
| 95 | * The options below allow the magic key functionality to be changed. This is | ||
| 96 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 97 | * | ||
| 98 | */ | ||
| 99 | |||
| 100 | /* control how magic key switches layers */ | ||
| 101 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 102 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 103 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 104 | |||
| 105 | /* override magic key keymap */ | ||
| 106 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 107 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 108 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 109 | //#define MAGIC_KEY_HELP1 H | ||
| 110 | //#define MAGIC_KEY_HELP2 SLASH | ||
| 111 | //#define MAGIC_KEY_DEBUG D | ||
| 112 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 113 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 114 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 115 | //#define MAGIC_KEY_VERSION V | ||
| 116 | //#define MAGIC_KEY_STATUS S | ||
| 117 | //#define MAGIC_KEY_CONSOLE C | ||
| 118 | //#define MAGIC_KEY_LAYER0_ALT1 ESC | ||
| 119 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
| 120 | //#define MAGIC_KEY_LAYER0 0 | ||
| 121 | //#define MAGIC_KEY_LAYER1 1 | ||
| 122 | //#define MAGIC_KEY_LAYER2 2 | ||
| 123 | //#define MAGIC_KEY_LAYER3 3 | ||
| 124 | //#define MAGIC_KEY_LAYER4 4 | ||
| 125 | //#define MAGIC_KEY_LAYER5 5 | ||
| 126 | //#define MAGIC_KEY_LAYER6 6 | ||
| 127 | //#define MAGIC_KEY_LAYER7 7 | ||
| 128 | //#define MAGIC_KEY_LAYER8 8 | ||
| 129 | //#define MAGIC_KEY_LAYER9 9 | ||
| 130 | //#define MAGIC_KEY_BOOTLOADER PAUSE | ||
| 131 | //#define MAGIC_KEY_LOCK CAPS | ||
| 132 | //#define MAGIC_KEY_EEPROM E | ||
| 133 | //#define MAGIC_KEY_NKRO N | ||
| 134 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 135 | |||
| 136 | /* | 89 | /* |
| 137 | * Feature disable options | 90 | * Feature disable options |
| 138 | * These options are also useful to firmware size reduction. | 91 | * These options are also useful to firmware size reduction. |
