summaryrefslogtreecommitdiff
path: root/users/scotto/rules.mk
blob: 50a019667543b1501762300dfdb2b1cfb1e892ae (plain)
1
2
3
4
5
6
7
8
9
10
11
SRC += scotto.c

TAP_DANCE_ENABLE = yes

ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
    SRC += tap_dance.c
endif

ifneq ($(strip $(KEYMAP)),)
    OPT_DEFS += -DKEYMAP_$(KEYMAP)
endif