Ezri Brimhall f513c31058
Some checks failed
Automatic Approve / automatic_approve (push) Has been cancelled
Accidentally deleted too much, restoring...
2025-11-05 11:03:06 -07:00

22 lines
676 B
Makefile

OPT_DEFS += -DLK_WIRELESS_ENABLE -DWIRELESS_CONFIG_ENABLE
OPT_DEFS += -DNO_USB_STARTUP_CHECK
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
WIRELESS_DIR = common/wireless
SRC += \
$(WIRELESS_DIR)/wireless.c \
$(WIRELESS_DIR)/report_buffer.c \
$(WIRELESS_DIR)/lkbt51.c \
$(WIRELESS_DIR)/indicator.c \
$(WIRELESS_DIR)/wireless_main.c \
$(WIRELESS_DIR)/transport.c \
$(WIRELESS_DIR)/lpm.c \
$(WIRELESS_DIR)/lpm_stm32f401.c \
$(WIRELESS_DIR)/battery.c \
$(WIRELESS_DIR)/bat_level_animation.c \
$(WIRELESS_DIR)/rtc_timer.c \
$(WIRELESS_DIR)/keychron_wireless_common.c
VPATH += $(TOP_DIR)/keyboards/keychron/$(WIRELESS_DIR)