Skip to content

Commit

Permalink
Format code according to conventions (qmk#18533)
Browse files Browse the repository at this point in the history
  • Loading branch information
qmk-bot authored Sep 29, 2022
1 parent f80058d commit b53918f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/bluetooth/bluetooth.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@ void bluetooth_task(void);

/**
* \brief Send a keyboard report.
*
*
* \param report The keyboard report to send.
*/
void bluetooth_send_keyboard(report_keyboard_t *report);

/**
* \brief Send a mouse report.
*
*
* \param report The mouse report to send.
*/
void bluetooth_send_mouse(report_mouse_t *report);

/**
* \brief Send a consumer usage.
*
*
* \param usage The consumer usage to send.
*/
void bluetooth_send_consumer(uint16_t usage);

0 comments on commit b53918f

Please sign in to comment.