mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-03 14:16:35 +06:00
15 lines
501 B
Makefile
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)
|