20 Commits

Author SHA1 Message Date
muddyfeet
0b14086781 Fixed MediaKeys releasing on ReleaseAll 2024-03-24 20:18:20 +11:00
sivar2311
c96bc0e8f2 Fixed USE_NIMBLE 2022-02-06 22:25:31 +01:00
sivar2311
d4b5d9d185 Added functions to set VendorID, ProductID, Version 2021-09-28 20:32:40 +02:00
sivar2311
01f5dd91d5 Fix for #115 2021-09-17 17:25:19 +02:00
sivar2311
1dfbed9393 implemented setDelay for NimBLE mode 2021-08-28 09:01:50 +02:00
sivar2311
65b656344a Limit device Name and Manufacturer to 15 chars 2021-08-27 16:50:34 +02:00
sivar2311
ce2cd539ff fixed: include NimBLEHIDDevice in NIMBLE mode 2021-08-27 16:41:57 +02:00
sivar2311
2c13a700b1 Implemented NimBLE (optional)
removed xTaskCreate in begin()
removed BleConnectionStatus
removed KeyboardOutputCallbacks
implemented callbacks directly in BleKeyboard
2021-08-27 05:50:19 +02:00
millst
9b2444b990 added setName function to allow changing the name of the device using a stored preference etc.
added setName function to allow changing the name of the device using a stored preference etc. Must be called before begin().
2021-07-20 00:42:10 +02:00
Paperino
361806ab35 Fix reconnection issue #84 (#86) 2021-04-21 23:19:45 +02:00
aovestdipaperino
f7d6f3ff63 Set ScanResponse to off so the advertising will actually advertise the name 2020-10-18 17:12:22 -07:00
Vladimir Dronnikov
12b42147c6 Update BleKeyboard.cpp 2020-04-22 10:29:32 +03:00
Mathew
b64348dbc5 Fixes to media keys connect and disconnect. 2020-02-23 20:10:35 +13:00
Marco Graf
6c7c0d16cb setting battery level also in hid, if it was created, yet
removed unused buttons member and method
2020-02-12 21:46:46 +01:00
T-vK
0e76ec6d15 Fix hid descriptor; fix media keys 2019-08-11 01:11:24 +02:00
T-vK
7869421473 Implement press, write, release etc; Media keys not working 2019-08-09 14:09:00 +00:00
T-vK
2eef37741d Fix device descriptor for Windows and Linux 2019-08-08 19:37:20 +02:00
T-vK
50d85b3d6f Improve hid descriptor and fixed some bugs 2019-08-08 16:09:00 +00:00
T-vK
a2c455be42 Attempt to fix the device descriptor and media keys support 2019-08-08 08:00:00 +00:00
T-vK
1e512cc115 Initial commit 2019-08-07 20:00:00 +00:00