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 /keyboards/montex | |
parent | 33587254a02e8c87f1c4c26338e77659ef477742 (diff) |
[Keyboard] Use Bootmagic Lite on Montex (#14036)
Co-authored-by: Anthony Lowery <anthony.lowery@unity3d.com>
Diffstat (limited to 'keyboards/montex')
-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 5a286ce0f1..e2f9c83102 100644 --- a/keyboards/montex/rules.mk +++ b/keyboards/montex/rules.mk @@ -7,7 +7,7 @@ BOOTLOADER = atmel-dfu # Build Options # change yes to no to disable # -BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = no # Console for debug |