qmk-keychron-q3-colemak-dh/keyboards/mechwild/mokulua/standard/keymaps/vial/rules.mk
Less/Rikki 74db44226f
add mechwild/mokulua vial keymaps (#245)
* Initial commit

* feat: LED sync between halves, layout tweaks

* feat: Vial keymap for mirrored configuration

* post-breaking changes refactor

* refactor: more symmetrical layout definitions

Co-authored-by: Kyle McCreery <mccreery.kyle@gmail.com>
2022-09-21 05:18:34 -06:00

12 lines
244 B
Makefile

VIA_ENABLE = yes
LTO_ENABLE = yes
VIAL_ENABLE = yes
ifeq ($(strip $(MCU)), atmega32u4)
QMK_SETTINGS = no
COMBO_ENABLE = no
KEY_OVERRIDE_ENABLE = no
TAP_DANCE_ENABLE = no
endif