~ruther/qmk_firmware

ref: ba8de0ef7475aaa940274827d7d931de94b4fe8d qmk_firmware/keyboards/crkbd/keymaps/thunderbird2086/rules.mk -rw-r--r-- 338 bytes
ba8de0ef — QMK Bot Merge remote-tracking branch 'origin/master' into develop 2 years ago
                                                                                
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