diff --git a/keyboards/yandrstudio/biu_nrf52_ble_lib/biu_nrf52.cpp b/keyboards/yandrstudio/biu_nrf52_ble_lib/biu_nrf52.cpp index 8296d7737b5a..3246909e1eeb 100644 --- a/keyboards/yandrstudio/biu_nrf52_ble_lib/biu_nrf52.cpp +++ b/keyboards/yandrstudio/biu_nrf52_ble_lib/biu_nrf52.cpp @@ -549,7 +549,6 @@ bool bluetooth_init(void) { state.configured = false; state.is_connected = false; - bluetooth_init_pre(); // Perform a hardware reset setPinOutput(BIUNRF52ResetPin);