aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/kbd67/hotswap/rules.mk
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-01-23 21:06:55 -0800
committerDrashna Jaelre <drashna@live.com>2019-01-23 21:06:55 -0800
commit5d1ea88bf7c16b858dd94d9a0ce5a351a49f6e07 (patch)
treef1b169999ab0112d5ad39f2447c3f44f3517831d /keyboards/kbd67/hotswap/rules.mk
parentba70ab1748bcb033ad8387cd909be186fd0ad0b0 (diff)
downloadfirmware-5d1ea88bf7c16b858dd94d9a0ce5a351a49f6e07.tar.gz
firmware-5d1ea88bf7c16b858dd94d9a0ce5a351a49f6e07.tar.bz2
firmware-5d1ea88bf7c16b858dd94d9a0ce5a351a49f6e07.zip
[Keyboard] KBD67: enable bootmagic lite by default (#4931)
* enable bootmagic lite by default * add a second layer with a reset key
Diffstat (limited to 'keyboards/kbd67/hotswap/rules.mk')
-rw-r--r--keyboards/kbd67/hotswap/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kbd67/hotswap/rules.mk b/keyboards/kbd67/hotswap/rules.mk
index bc370be03..f8667d280 100644
--- a/keyboards/kbd67/hotswap/rules.mk
+++ b/keyboards/kbd67/hotswap/rules.mk
@@ -61,7 +61,7 @@ BOOTLOADER = atmel-dfu
# Build Options
# change yes to no to disable
#
-BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
+BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration(+1000)
MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
CONSOLE_ENABLE = yes # Console for debug(+400)