keychron_qmk_firmware/keyboards/keychron/bluetooth/bluetooth.mk

15 lines
501 B
Makefile
Raw Normal View History

2022-08-03 14:53:42 +06:00
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)