diff options
Diffstat (limited to 'keyboards/keychron/bluetooth/bluetooth.mk')
-rw-r--r-- | keyboards/keychron/bluetooth/bluetooth.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/keychron/bluetooth/bluetooth.mk b/keyboards/keychron/bluetooth/bluetooth.mk index 22a22eef6e..5d874fc11a 100644 --- a/keyboards/keychron/bluetooth/bluetooth.mk +++ b/keyboards/keychron/bluetooth/bluetooth.mk @@ -10,5 +10,7 @@ SRC += \ $(BLUETOOTH_DIR)/lpm_stm32l432.c \ $(BLUETOOTH_DIR)/battery.c \ $(BLUETOOTH_DIR)/factory_test.c \ - $(BLUETOOTH_DIR)/bat_level_animation.c + $(BLUETOOTH_DIR)/bat_level_animation.c \ + $(BLUETOOTH_DIR)/rtc_timer.c + VPATH += $(TOP_DIR)/keyboards/keychron/$(BLUETOOTH_DIR) |