summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/bluetooth/ckbt51.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/bluetooth/ckbt51.h
parentbbe437487d4da158376a9f55c589acebc3396ff0 (diff)
change battery voltage meause and battery low indication; update from latest chibios hal
Diffstat (limited to 'keyboards/keychron/bluetooth/ckbt51.h')
-rw-r--r--keyboards/keychron/bluetooth/ckbt51.h3
1 files changed, 2 insertions, 1 deletions
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);