summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/bluetooth/bluetooth.mk
blob: 22a22eef6effc1a75089a7ef69f832cc35c56e7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)