8000 rp2/boards/ADAFRUIT_FEATHER_RP2040: Configure custom VID/PID. · micropython/micropython@23e2e00 · GitHub
[go: up one dir, main page]

Skip to content

Commit 23e2e00

Browse files
iabdalkaderdpgeorge
authored andcommitted
rp2/boards/ADAFRUIT_FEATHER_RP2040: Configure custom VID/PID.
1 parent 7ae9e6e commit 23e2e00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
// Board and hardware specific configuration
22
#define MICROPY_HW_BOARD_NAME "Adafruit Feather RP2040"
33
#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

Comments
 (0)
0