* fix: move more Vial keymaps to intended folders * fix: builds * fix: libra_mini * fix: pull upstream changes for binepad/bn009 * fix: velocifire/sun20pro * fix: ekow/akira --------- Co-authored-by: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com>
10 lines
187 B
Makefile
10 lines
187 B
Makefile
VIA_ENABLE = yes
|
|
VIAL_ENABLE = yes
|
|
LTO_ENABLE = yes
|
|
ENCODER_MAP_ENABLE = yes
|
|
|
|
ifeq ($(strip $(KEYBOARD)), keycapsss/plaid_pad/rev3)
|
|
KEY_OVERRIDE_ENABLE = no
|
|
MAGIC_ENABLE = no
|
|
endif
|