diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-06-10 09:34:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-10 17:34:18 +0100 |
commit | 08e08b660c36eb2b9b4e8cc438735f1aa97cfc1b (patch) | |
tree | 9b46e174c5bc106ba3936f1b339c9b5a88ec146f /keyboards/kc60/rules.mk | |
parent | cff3c3bf284a2d60b1c3cb80e9775580559de739 (diff) |
Add VIA support to KC60 (#9351)
* Add VIA support to KC60
* enable Bootmagic Lite
Diffstat (limited to 'keyboards/kc60/rules.mk')
-rw-r--r-- | keyboards/kc60/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kc60/rules.mk b/keyboards/kc60/rules.mk index e1c92de961..044233e440 100644 --- a/keyboards/kc60/rules.mk +++ b/keyboards/kc60/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 = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = yes # Console for debug |