circuitpython/ports/raspberrypi/boards/jpconstantineau_pykey60/mpconfigboard.mk

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
195 B
Makefile
Raw Normal View History

2021-09-16 23:12:31 -04:00
USB_VID = 0x1d50
USB_PID = 0x6153
USB_PRODUCT = "PyKey60"
2021-09-16 23:12:31 -04:00
USB_MANUFACTURER = "JPConstantineau"
CHIP_VARIANT = RP2040
CHIP_FAMILY = rp2
EXTERNAL_FLASH_DEVICES = "W25Q16JVxQ"
CIRCUITPY__EVE = 1