mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Fixed reading the XBOX button on the Xbox One S controller via Bluetooth
This bug was introduced in #618
This commit is contained in:
parent
45bf971f3b
commit
3f61d9af2a
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ const uint8_t XBOX_ONE_S_BUTTONS[] PROGMEM = {
|
||||||
0x08, // A
|
0x08, // A
|
||||||
0x0A, // X
|
0x0A, // X
|
||||||
0x0B, // Y
|
0x0B, // Y
|
||||||
|
0, // XBOX - this is sent in another report
|
||||||
};
|
};
|
||||||
|
|
||||||
enum DPADEnum {
|
enum DPADEnum {
|
||||||
|
|
Loading…
Reference in a new issue