8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae9e6e commit 23e2e00Copy full SHA for 23e2e00
ports/rp2/boards/ADAFRUIT_FEATHER_RP2040/mpconfigboard.h
@@ -1,3 +1,6 @@
1
// Board and hardware specific configuration
2
#define MICROPY_HW_BOARD_NAME "Adafruit Feather RP2040"
3
#define MICROPY_HW_FLASH_STORAGE_BYTES (3072 * 1024)
4
+
5
+#define MICROPY_HW_USB_VID (0x239A)
6
+#define MICROPY_HW_USB_PID (0x80F2)
0 commit comments