diff --git a/keyboards/yandrstudio/biu_nrf52_ble_lib/tmk_core/protocol/chibios/biu_nrf52.cpp b/keyboards/yandrstudio/biu_nrf52_ble_lib/tmk_core/protocol/chibios/biu_nrf52.cpp index b865a44b75ee..840a00422888 100644 --- a/keyboards/yandrstudio/biu_nrf52_ble_lib/tmk_core/protocol/chibios/biu_nrf52.cpp +++ b/keyboards/yandrstudio/biu_nrf52_ble_lib/tmk_core/protocol/chibios/biu_nrf52.cpp @@ -273,8 +273,8 @@ static void process_nrf_ack_msg(struct biunrf52_msg * msg) { { case NRF_WORKING: state.initialized = true; - state.is_connected = false; - state.configured = false; + state.is_connected = true; + state.configured = true; break; case NRF_DISCONNECT: case NRF_ADVING: