summaryrefslogtreecommitdiffstats
path: root/keyboards/crkbd/keymaps/thunderbird2086/rules.mk
blob: 4da48db08e399f92299b49e45fe1133d8184da5d (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
OLED_DRIVER = SSD1306
LTO_ENABLE = yes

TAP_DANCE_ENABLE = yes

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

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