diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2021-02-27 22:02:34 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-28 17:02:34 +1100 |
commit | af2e1f4e4dd6b98cbeffbb7a71724da69a5232b5 (patch) | |
tree | e02f4ae6f4735352e9411a1ef27450156cd2009f /keyboards/thevankeyboards/bananasplit/rules.mk | |
parent | 4fe8c473fdf50efb77017319847e8fd45fd3f263 (diff) |
Banana Split VIA Support (#11944)
* add VIA keymap for bananasplit
* refactor code to new standards
Diffstat (limited to 'keyboards/thevankeyboards/bananasplit/rules.mk')
-rw-r--r-- | keyboards/thevankeyboards/bananasplit/rules.mk | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/keyboards/thevankeyboards/bananasplit/rules.mk b/keyboards/thevankeyboards/bananasplit/rules.mk index 4530a87f6e..9d62db53f9 100644 --- a/keyboards/thevankeyboards/bananasplit/rules.mk +++ b/keyboards/thevankeyboards/bananasplit/rules.mk @@ -14,16 +14,12 @@ BOOTLOADER = atmel-dfu # Build Options # comment out to disable the options. # -BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration -MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = yes # Console for debug -COMMAND_ENABLE = yes # Commands for debug and configuration -#SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend -NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA +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 +COMMAND_ENABLE = yes # Commands for debug and configuration +NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA BACKLIGHT_ENABLE = yes -# Optimize size but this may cause error "relocation truncated to fit" -#EXTRALDFLAGS = -Wl,--relax - LAYOUTS = 60_ansi 60_iso |