summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/bluetooth/ckbt51.h
diff options
context:
space:
mode:
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);