keychron_qmk_firmware/keyboards/keychron/bluetooth/bluetooth.mk
2022-08-05 14:45:45 +08:00

15 lines
501 B
Makefile

BLUETOOTH_DIR = bluetooth
SRC += \
$(BLUETOOTH_DIR)/bluetooth.c \
$(BLUETOOTH_DIR)/report_buffer.c \
$(BLUETOOTH_DIR)/ckbt51.c \
$(BLUETOOTH_DIR)/indicator.c \
$(BLUETOOTH_DIR)/bluetooth_main.c \
$(BLUETOOTH_DIR)/transport.c \
$(BLUETOOTH_DIR)/lpm.c \
$(BLUETOOTH_DIR)/lpm_stm32l432.c \
$(BLUETOOTH_DIR)/battery.c \
$(BLUETOOTH_DIR)/factory_test.c \
$(BLUETOOTH_DIR)/bat_level_animation.c
VPATH += $(TOP_DIR)/keyboards/keychron/$(BLUETOOTH_DIR)