diff options
author | marcoSchr <49691247+marcoSchr@users.noreply.github.com> | 2020-03-10 08:30:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-10 00:30:02 -0700 |
commit | 0ba352356deaa741064acc770fa5a8bc57fa8904 (patch) | |
tree | 57c7bea131e024e3d2b53639a398dd2d2a086288 /keyboards/cu80 | |
parent | a4fd5e2491aa7213d15ef2ff3615b8eb75660e93 (diff) |
Enable bootmagic lite for CU80 (#8363)
Diffstat (limited to 'keyboards/cu80')
-rw-r--r-- | keyboards/cu80/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/cu80/rules.mk b/keyboards/cu80/rules.mk index 2ca37a529a..1ce40aef34 100644 --- a/keyboards/cu80/rules.mk +++ b/keyboards/cu80/rules.mk @@ -14,7 +14,7 @@ BOOTLOADER = atmel-dfu # Build Options # change yes to no to disable # -BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration MOUSEKEY_ENABLE = no # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = no # Console for debug |