diff options
author | lokher <lokher@gmail.com> | 2023-01-12 15:50:37 +0800 |
---|---|---|
committer | lokher <lokher@gmail.com> | 2023-01-12 15:50:37 +0800 |
commit | a0d162e03ae1301c64a04b04264b53d0787c1358 (patch) | |
tree | adb31f18f533845f83011de41423b1c01a511c1c /keyboards/keychron/bluetooth/bluetooth.mk | |
parent | bbe437487d4da158376a9f55c589acebc3396ff0 (diff) |
change battery voltage meause and battery low indication; update from latest chibios hal
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) |