~ruther/qmk_firmware

ref: 5d2f2af19897d1f5fd35cb8475fc8b3f74f201f1 qmk_firmware/keyboards/crkbd/keymaps/thunderbird2086/rules.mk -rw-r--r-- 338 bytes
5d2f2af1 — Ryan OLED: driver naming cleanups (#21710) 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