diff options
author | AnthonyL <mehoron@yahoo.com> | 2021-08-18 01:27:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 22:27:02 -0700 |
commit | b51a187d774ec1b8e976d4f968ccc4448026b065 (patch) | |
tree | ff61d9ffc6ace605fe4c652d660bc068ea051c58 | |
parent | 33587254a02e8c87f1c4c26338e77659ef477742 (diff) | |
download | qmk_firmware-b51a187d774ec1b8e976d4f968ccc4448026b065.tar.gz qmk_firmware-b51a187d774ec1b8e976d4f968ccc4448026b065.zip |
[Keyboard] Use Bootmagic Lite on Montex (#14036)
Co-authored-by: Anthony Lowery <anthony.lowery@unity3d.com>
-rw-r--r-- | keyboards/montex/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/montex/rules.mk b/keyboards/montex/rules.mk index 5a286ce0f..e2f9c8310 100644 --- a/keyboards/montex/rules.mk +++ b/keyboards/montex/rules.mk | |||
@@ -7,7 +7,7 @@ BOOTLOADER = atmel-dfu | |||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration | 10 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
13 | CONSOLE_ENABLE = no # Console for debug | 13 | CONSOLE_ENABLE = no # Console for debug |