summaryrefslogtreecommitdiff
path: root/keyboards/keychron/q1v1/ansi/keymaps/teimor/rules.mk
blob: bafb40484bfc4edf8a8211ca412469ebfe17c5f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
VIA_ENABLE = yes
MOUSEKEY_ENABLE = no
TAP_DANCE_ENABLE = yes

ifeq ($(strip $(RGB_MATRIX_ENABLE)), yes)
    SRC += rgb_matrix_user.c
endif

ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
    SRC += tap_dance_user.c
    SRC += tap_dance_setup.c
    SRC += tap_dance_mac_caps.c
    SRC += tap_dance_win_caps.c
endif