2022-02-06 12:00:50 -08:00
|
|
|
# Set any rules.mk overrides for your specific keymap here.
|
|
|
|
# See rules at https://docs.qmk.fm/#/config_options?id=the-rulesmk-file
|
|
|
|
LTO_ENABLE = yes
|
|
|
|
CONSOLE_ENABLE = no
|
|
|
|
COMMAND_ENABLE = no
|
|
|
|
TAP_DANCE_ENABLE = yes
|
2022-02-06 19:47:50 -08:00
|
|
|
SRC = \
|
|
|
|
matrix.c \
|
|
|
|
tapdance/wmlayout.c \
|
|
|
|
tapdance/tapdance.c
|