rp2/boards/ADAFRUIT_FEATHER_RP2040: Configure custom VID/PID.
This commit is contained in:
parent
7ae9e6ef69
commit
23e2e00779
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
// Board and hardware specific configuration
|
||||
#define MICROPY_HW_BOARD_NAME "Adafruit Feather RP2040"
|
||||
#define MICROPY_HW_FLASH_STORAGE_BYTES (3072 * 1024)
|
||||
|
||||
#define MICROPY_HW_USB_VID (0x239A)
|
||||
#define MICROPY_HW_USB_PID (0x80F2)
|
||||
|
|
|
|||
Loading…
Reference in a new issue