Skip to content

Commit

Permalink
bioi: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter93 committed Jul 30, 2023
1 parent 48a3662 commit 79b42bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions keyboards/bioi/ble.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,13 @@ void bluetooth_send_consumer(uint16_t usage)
#endif
}

/* Todo: populate system and led state */
void bluetooth_send_system(uint16_t usage) {}

uint8_t bluetooth_led_state(void) {
return 0;
}

void usart_init(void)
{
uart1_init(UART_BAUD_SELECT_DOUBLE_SPEED(76800, 8000000L));
Expand Down

0 comments on commit 79b42bc

Please sign in to comment.