diff options
author | TerryMathews <terry@terrymathews.net> | 2020-05-19 16:15:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 21:15:16 +0100 |
commit | 58e3b01f37b35cdf77fb44f14765b11215104b24 (patch) | |
tree | 52f2547b5ecc0df4eb73a69e3e9a577484f3c306 /keyboards/candybar/lefty/rules.mk | |
parent | 6c2008c6883e34aa921223bc841636ee6ae336ad (diff) |
Candybar: VIA support for lefty and righty (#9066)
* Candybar: VIA support for lefty and righty
* Update keyboards/candybar/lefty/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/candybar/righty/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/candybar/lefty/keymaps/via/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/candybar/lefty/rules.mk')
-rw-r--r-- | keyboards/candybar/lefty/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/candybar/lefty/rules.mk b/keyboards/candybar/lefty/rules.mk index cb1b832886..52ef91c47f 100644 --- a/keyboards/candybar/lefty/rules.mk +++ b/keyboards/candybar/lefty/rules.mk @@ -7,7 +7,7 @@ MCU = STM32F072 # EXTRAFLAGS+=-flto LINK_TIME_OPTIMIZATION_ENABLE = yes BACKLIGHT_ENABLE = no -BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.) MOUSEKEY_ENABLE = no # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control |