~ruther/qmk_firmware

ref: 1c069b13b9c410d30cb3b0126b21b984284c405c qmk_firmware/keyboards/keychron/q1/ansi/keymaps/teimor/rules.mk -rw-r--r-- 308 bytes
1c069b13 — Ryan rgblight: driver selection cleanups (#21558) 2 years ago
                                                                                
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