mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-24 05:48:08 +03:00
Temp fix for badbt on macOS
This commit is contained in:
parent
14e44b6f88
commit
c447dc45f1
@ -27,11 +27,11 @@ const uint8_t BAD_BT_EMPTY_MAC_ADDRESS[BAD_BT_MAC_ADDRESS_LEN] =
|
|||||||
* Delays for waiting between HID key press and key release
|
* Delays for waiting between HID key press and key release
|
||||||
*/
|
*/
|
||||||
const uint8_t bt_hid_delays[LevelRssiNum] = {
|
const uint8_t bt_hid_delays[LevelRssiNum] = {
|
||||||
30, // LevelRssi122_100
|
60, // LevelRssi122_100
|
||||||
25, // LevelRssi99_80
|
55, // LevelRssi99_80
|
||||||
20, // LevelRssi79_60
|
50, // LevelRssi79_60
|
||||||
17, // LevelRssi59_40
|
47, // LevelRssi59_40
|
||||||
14, // LevelRssi39_0
|
34, // LevelRssi39_0
|
||||||
};
|
};
|
||||||
|
|
||||||
uint8_t bt_timeout = 0;
|
uint8_t bt_timeout = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user