Update bluetooth.c

This commit is contained in:
lalalademaxiya1 2023-10-16 11:01:34 +08:00
parent ae5800535b
commit 2433e152be

View file

@ -291,7 +291,7 @@ uint8_t bluetooth_keyboard_leds(void) {
extern keymap_config_t keymap_config;
void bluetooth_send_keyboard(report_keyboard_t *report) {
if ((bt_state == BLUETOOTH_PARING && !pincodeEntry)) return;
if (bt_state == BLUETOOTH_PARING && !pincodeEntry) return;
if (bt_state == BLUETOOTH_CONNECTED || (bt_state == BLUETOOTH_PARING && pincodeEntry)) {
#if defined(NKRO_ENABLE)