summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/k8_pro/halconf.h
diff options
context:
space:
mode:
authorlokher <lokher@gmail.com>2023-01-12 15:50:37 +0800
committerlokher <lokher@gmail.com>2023-01-12 15:50:37 +0800
commita0d162e03ae1301c64a04b04264b53d0787c1358 (patch)
treeadb31f18f533845f83011de41423b1c01a511c1c /keyboards/keychron/k8_pro/halconf.h
parentbbe437487d4da158376a9f55c589acebc3396ff0 (diff)
change battery voltage meause and battery low indication; update from latest chibios hal
Diffstat (limited to 'keyboards/keychron/k8_pro/halconf.h')
-rw-r--r--keyboards/keychron/k8_pro/halconf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/keychron/k8_pro/halconf.h b/keyboards/keychron/k8_pro/halconf.h
index 577334a345..fafd0c1fed 100644
--- a/keyboards/keychron/k8_pro/halconf.h
+++ b/keyboards/keychron/k8_pro/halconf.h
@@ -21,6 +21,7 @@
#ifdef KC_BLUETOOTH_ENABLE
# define PAL_USE_CALLBACKS TRUE
# define HAL_USE_SERIAL TRUE
+# define HAL_USE_RTC TRUE
#endif
#include_next <halconf.h>