You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i have been working with the gamepad library just clear, no issues, in the BLE Keyboar library there are the next and previous track functions but with the BLEKeyboard there are a lot of issues, so it its possible to add the next andd previous track to the BLEgamepad library?
The text was updated successfully, but these errors were encountered:
0x09, 0xb3, // USAGE (Fast Forward) // does scan next track on osx, but otherwise works great
0x09, 0xb4, // USAGE (Rewind) // does scan previous track on osx, but otherwise works great
0x09, 0xb5, // USAGE (Scan Next Track) // works great in windows & osx
0x09, 0xb6, // USAGE (Scan Previous Track) // works great in windows & osx
Quick hack, would be to change the HID for Volume Inc/Dec -
Another option would be to make it configurable, but I am then thinking how much of the HID table should we include? Does including all these options make the library any better or possible slower? That might be another issue.
Hi, i have been working with the gamepad library just clear, no issues, in the BLE Keyboar library there are the next and previous track functions but with the BLEKeyboard there are a lot of issues, so it its possible to add the next andd previous track to the BLEgamepad library?
The text was updated successfully, but these errors were encountered: