mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-10 22:19:29 +00:00
17 lines
232 B
Text
17 lines
232 B
Text
SRC += keyboard.c \
|
|
layer.c \
|
|
timer.c \
|
|
print.c \
|
|
util.c
|
|
|
|
# Option modules
|
|
ifdef MOUSEKEY_ENABLE
|
|
SRC += mousekey.c
|
|
endif
|
|
|
|
ifdef PS2_MOUSE_ENABLE
|
|
SRC += ps2.c \
|
|
ps2_mouse.c
|
|
endif
|
|
|
|
include $(COMMON_DIR)/Makefile.rules
|