aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthonyL <mehoron@yahoo.com>2021-08-18 01:27:02 -0400
committerGitHub <noreply@github.com>2021-08-17 22:27:02 -0700
commitb51a187d774ec1b8e976d4f968ccc4448026b065 (patch)
treeff61d9ffc6ace605fe4c652d660bc068ea051c58
parent33587254a02e8c87f1c4c26338e77659ef477742 (diff)
downloadqmk_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.mk2
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#
10BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration 10BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
11MOUSEKEY_ENABLE = yes # Mouse keys 11MOUSEKEY_ENABLE = yes # Mouse keys
12EXTRAKEY_ENABLE = yes # Audio control and System control 12EXTRAKEY_ENABLE = yes # Audio control and System control
13CONSOLE_ENABLE = no # Console for debug 13CONSOLE_ENABLE = no # Console for debug