diff options
author | Jesús David <jesdga95@gmail.com> | 2020-08-04 02:10:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-04 00:10:06 -0700 |
commit | 7b85962673e40633d9c36e4a36bedd80a601a0ac (patch) | |
tree | b66f1dfe188c4be8faf645baee2fe81df563fa95 /keyboards/daisy/rules.mk | |
parent | 19795a4dcc4153b647078297a1e11dad1a2d66be (diff) | |
download | qmk_firmware-7b85962673e40633d9c36e4a36bedd80a601a0ac.tar.gz |
Add via compatibility to Daisy 40 (#9805)
* Add via compatibility to Daisy 40
* Move via config to its own keymap
* Use lite bootmagic
* Add fourth layer to keymap
Diffstat (limited to 'keyboards/daisy/rules.mk')
-rw-r--r-- | keyboards/daisy/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/daisy/rules.mk b/keyboards/daisy/rules.mk index c82fa9bc6..48cfa90fc 100644 --- a/keyboards/daisy/rules.mk +++ b/keyboards/daisy/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 |