diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-01-23 21:06:55 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-01-23 21:06:55 -0800 |
commit | 5d1ea88bf7c16b858dd94d9a0ce5a351a49f6e07 (patch) | |
tree | f1b169999ab0112d5ad39f2447c3f44f3517831d /keyboards/kbd67/rev1 | |
parent | ba70ab1748bcb033ad8387cd909be186fd0ad0b0 (diff) |
[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/rev1')
-rw-r--r-- | keyboards/kbd67/rev1/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kbd67/rev1/rules.mk b/keyboards/kbd67/rev1/rules.mk index 65c82dd7f5..0d7c14ad45 100644 --- a/keyboards/kbd67/rev1/rules.mk +++ b/keyboards/kbd67/rev1/rules.mk @@ -61,7 +61,7 @@ BOOTLOADER = atmel-dfu # Build Options # change yes to no to disable # -BOOTMAGIC_ENABLE = yes # 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) |