diff --git a/Readme.md b/Readme.md index 6dfbddf..e4ce199 100644 --- a/Readme.md +++ b/Readme.md @@ -161,6 +161,7 @@ update Burning via ISP (advanced) Test with Android phone (HL1) "Emulate" HL1 protocol test no usb function with leonardo (usb workaround?) +test gamepad under linux, maybe remove keyboard? ``` diff --git a/examples/HID_Advanced/AdvancedGamepad/AdvancedGamepad.ino b/examples/HID_Advanced/AdvancedGamepad/AdvancedGamepad.ino index 04cee3e..6293320 100644 --- a/examples/HID_Advanced/AdvancedGamepad/AdvancedGamepad.ino +++ b/examples/HID_Advanced/AdvancedGamepad/AdvancedGamepad.ino @@ -8,9 +8,6 @@ sketchbook/hardware/HID/avr/variants/hid_descriptors/hid_descriptors.h */ -// see HID_Reports.h for all data structures -HID_GamepadReport_Data_t Gamepadreport; - const int pinLed = LED_BUILTIN; const int pinButton = 2;