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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keychron/bluetooth/ckbt51.h b/keyboards/keychron/bluetooth/ckbt51.h
index 0992aea01f..ff6da33a07 100644
--- a/keyboards/keychron/bluetooth/ckbt51.h
+++ b/keyboards/keychron/bluetooth/ckbt51.h
@@ -128,7 +128,7 @@ typedef struct {
} __attribute__((packed)) module_param_t;
void ckbt51_init(bool wakeup_from_low_power_mode);
-void ckbt51_send_cmd(uint8_t* payload, uint8_t len, bool ack_enable);
+void ckbt51_send_cmd(uint8_t* payload, uint8_t len, bool ack_enable, bool retry);
void ckbt51_send_keyboard(uint8_t* report);
void ckbt51_send_nkro(uint8_t* report);