mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-07-28 17:52:09 +01:00
format code according to conventions [skip ci]
This commit is contained in:
@@ -700,7 +700,7 @@ static void send_system(uint16_t data) {
|
||||
*/
|
||||
static void send_consumer(uint16_t data) {
|
||||
#ifdef EXTRAKEY_ENABLE
|
||||
uint8_t where = where_to_send();
|
||||
uint8_t where = where_to_send();
|
||||
|
||||
# ifdef BLUETOOTH_ENABLE
|
||||
if (where == OUTPUT_BLUETOOTH || where == OUTPUT_USB_AND_BT) {
|
||||
|
||||
Reference in New Issue
Block a user