diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-04-12 12:18:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 21:18:52 +0200 |
commit | a8d64c8b897fc7cb5be372d9580801fd1e4f8a9e (patch) | |
tree | ea550c2a33706ad56085e22f60682f61f8ba45cc /keyboards/mechmini/v1 | |
parent | f5aaecfdfcfe38b1f2c7504e80150b0df77290d3 (diff) |
Change `BOOTMAGIC_ENABLE=yes` to use Bootmagic Lite (#12172)
Diffstat (limited to 'keyboards/mechmini/v1')
-rw-r--r-- | keyboards/mechmini/v1/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mechmini/v1/rules.mk b/keyboards/mechmini/v1/rules.mk index 93646c8e13..c1582d9c68 100644 --- a/keyboards/mechmini/v1/rules.mk +++ b/keyboards/mechmini/v1/rules.mk @@ -12,7 +12,7 @@ MCU = atmega32a BOOTLOADER = atmel-dfu # build options -BOOTMAGIC_ENABLE = yes +BOOTMAGIC_ENABLE = full MOUSEKEY_ENABLE = yes EXTRAKEY_ENABLE = yes CONSOLE_ENABLE = no |