summaryrefslogtreecommitdiff
path: root/keyboards/crkbd/keymaps/thunderbird2086/rules.mk
blob: 0621b371e9c86a8bbe89f4f4f8658cdf4b5c5711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
MOUSEKEY_ENABLE = no
EXTRAKEY_ENABLE = yes
AUDIO_ENABLE = no
RGBLIGHT_ENABLE = no
RGB_MATRIX_ENABLE = yes
OLED_ENABLE = yes
LTO_ENABLE = yes

TAP_DANCE_ENABLE = yes

SRC += oled.c
SRC += process_records.c
SRC += rgb.c
SRC += tap_dances.c

ifneq ("$(wildcard keyboards/crkbd/keymaps/thunderbird2086/secrets.c)","")
	SRC += secrets.c
endif