From 058af1724d130745167f670272630ed2811d1317 Mon Sep 17 00:00:00 2001 From: David Madison Date: Tue, 19 Feb 2019 12:50:10 -0500 Subject: Change VID and PID in boards.txt Better to set these where intended so they can be easily overridden if need be. --- cores/arduino/xinput/USB_XInput_Descriptors.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cores') diff --git a/cores/arduino/xinput/USB_XInput_Descriptors.h b/cores/arduino/xinput/USB_XInput_Descriptors.h index 21697fb..976fe56 100644 --- a/cores/arduino/xinput/USB_XInput_Descriptors.h +++ b/cores/arduino/xinput/USB_XInput_Descriptors.h @@ -48,12 +48,6 @@ extern const u8 STRING_SECURITY[] PROGMEM; #define XINPUT_TX_ENDPOINT 1 #define XINPUT_RX_ENDPOINT 2 -#undef USB_VID -#define USB_VID 0x045E - -#undef USB_PID -#define USB_PID 0x028E - #endif /* if defined(USBCON) */ #endif /* ifndef USB_XINPUT_DESCRIPTORS_H */ -- cgit v1.2.3-18-g5258