From a0d162e03ae1301c64a04b04264b53d0787c1358 Mon Sep 17 00:00:00 2001 From: lokher Date: Thu, 12 Jan 2023 15:50:37 +0800 Subject: change battery voltage meause and battery low indication; update from latest chibios hal --- keyboards/keychron/bluetooth/ckbt51.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'keyboards/keychron/bluetooth/ckbt51.h') diff --git a/keyboards/keychron/bluetooth/ckbt51.h b/keyboards/keychron/bluetooth/ckbt51.h index ff6da33a07..f0bc08a98f 100644 --- a/keyboards/keychron/bluetooth/ckbt51.h +++ b/keyboards/keychron/bluetooth/ckbt51.h @@ -146,11 +146,12 @@ void ckbt51_get_info(module_info_t* info); void ckbt51_set_param(module_param_t* param); void ckbt51_get_param(module_param_t* param); void ckbt51_set_local_name(const char* name); -void ckbt51_get_local_name(char* name); +void ckbt51_get_local_name(void); void ckbt51_factory_reset(void); void ckbt51_int_pin_test(bool enable); void ckbt51_dfu_rx(uint8_t* data, uint8_t length); +void ckbt51_radio_test(uint8_t channel); void ckbt51_task(void); -- cgit v1.2.3