forked from forks/qmk_firmware
10 lines
141 B
Makefile
10 lines
141 B
Makefile
SRC += 333fred.c
|
|
|
|
ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
|
|
SRC += rgb.c
|
|
endif
|
|
|
|
TAP_DANCE_ENABLE=yes
|
|
NKRO_ENABLE = yes
|
|
PERMISSIVE_HOLD = yes
|