From 3f61d9af2a2847149eb7cfe13b07d63503bf176a Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Sun, 2 May 2021 15:45:54 +0200 Subject: [PATCH] Fixed reading the XBOX button on the Xbox One S controller via Bluetooth This bug was introduced in #618 --- XBOXONESParser.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/XBOXONESParser.cpp b/XBOXONESParser.cpp index 4ce12d99..588477e5 100644 --- a/XBOXONESParser.cpp +++ b/XBOXONESParser.cpp @@ -40,6 +40,7 @@ const uint8_t XBOX_ONE_S_BUTTONS[] PROGMEM = { 0x08, // A 0x0A, // X 0x0B, // Y + 0, // XBOX - this is sent in another report }; enum DPADEnum {