rp2/boards/ADAFRUIT_FEATHER_RP2040: Configure custom VID/PID.

pull/7571/head
iabdalkader 2021-07-30 03:42:08 +02:00 zatwierdzone przez Damien George
rodzic 7ae9e6ef69
commit 23e2e00779
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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)