Update bluetooth.c

This commit is contained in:
lalalademaxiya1 2023-08-12 09:53:55 +08:00
parent 1201be83b7
commit 4a79779316

View File

@ -394,6 +394,9 @@ void bluetooth_low_battery_shutdown(void) {
#if defined(LOW_BAT_IND_INDEX)
indicator_battery_low_backlit_enable(false);
#endif
clear_keyboard();
send_keyboard_report();
bluetooth_disconnect();
}