diff options
author | lalalademaxiya1 <2831039915@qq.com> | 2023-03-02 17:32:36 +0800 |
---|---|---|
committer | lalalademaxiya1 <2831039915@qq.com> | 2023-03-02 17:32:36 +0800 |
commit | 24fb09896cce5b1f8437f331a019064af0abaa89 (patch) | |
tree | 8fad80fac53ae5c6fab2a03a2c875a28057529b0 /keyboards/keychron/bluetooth | |
parent | 09c270ab0db52ad8564cc35952a243551860ea21 (diff) | |
parent | dd3a745176b002806ac95082115e09e72a033d28 (diff) |
Merge branch 'bluetooth_playground' of https://github.com/Keychron/qmk_firmware into bluetooth_playground
Diffstat (limited to 'keyboards/keychron/bluetooth')
-rw-r--r-- | keyboards/keychron/bluetooth/bluetooth.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/keyboards/keychron/bluetooth/bluetooth.mk b/keyboards/keychron/bluetooth/bluetooth.mk index 5d874fc11a..70db522586 100644 --- a/keyboards/keychron/bluetooth/bluetooth.mk +++ b/keyboards/keychron/bluetooth/bluetooth.mk @@ -12,5 +12,9 @@ SRC += \ $(BLUETOOTH_DIR)/factory_test.c \ $(BLUETOOTH_DIR)/bat_level_animation.c \ $(BLUETOOTH_DIR)/rtc_timer.c - + VPATH += $(TOP_DIR)/keyboards/keychron/$(BLUETOOTH_DIR) + +# Work around RTC clock issue without touching chibios, refer to the link for this bug +# https://forum.chibios.org/viewtopic.php?f=35&t=6197 +OPT_DEFS += -DRCC_APBENR1_RTCAPBEN |