Fix compile for newly added keyboards

This commit is contained in:
Ilya Zhuravlev 2021-07-17 23:56:06 -04:00
parent 933c641e5d
commit 50565b9117
5 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,5 @@
VIA_ENABLE = yes VIA_ENABLE = yes
VIAL_ENABLE = yes VIAL_ENABLE = yes
LTO_ENABLE = yes LTO_ENABLE = yes
QMK_SETTINGS = no
TAP_DANCE_ENABLE = no

View File

@ -8,7 +8,7 @@ BOOTLOADER = stm32-dfu
# change yes to no to disable # change yes to no to disable
# #
BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
MOUSEKEY_ENABLE = no # Mouse keys MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration COMMAND_ENABLE = no # Commands for debug and configuration

View File

@ -1,3 +1,4 @@
VIA_ENABLE = yes VIA_ENABLE = yes
LTO_ENABLE = yes LTO_ENABLE = yes
VIAL_ENABLE = yes VIAL_ENABLE = yes
QMK_SETTINGS = no

View File

@ -1,4 +1,5 @@
LTO_ENABLE = yes LTO_ENABLE = yes
VIA_ENABLE = yes VIA_ENABLE = yes
VIAL_ENABLE = yes VIAL_ENABLE = yes
QMK_SETTINGS = no
TAP_DANCE_ENABLE = no

View File

@ -1,3 +1,5 @@
VIA_ENABLE = yes VIA_ENABLE = yes
LTO_ENABLE = yes LTO_ENABLE = yes
VIAL_ENABLE = yes VIAL_ENABLE = yes
QMK_SETTINGS = no
TAP_DANCE_ENABLE = no