Update bluetooth.c
This commit is contained in:
parent
1201be83b7
commit
4a79779316
1 changed files with 3 additions and 0 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue