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

10 lines
186 B
Makefile
Raw Normal View History

2021-08-26 23:08:10 -06:00
USB_VID = 0x1d50
2021-08-27 09:02:49 -06:00
USB_PID = 0x6154
2021-08-26 23:08:10 -06:00
USB_PRODUCT = "EncoderPad RP2040"
USB_MANUFACTURER = "JPConstantineau"
CHIP_VARIANT = RP2040
CHIP_FAMILY = rp2
EXTERNAL_FLASH_DEVICES = "W25Q128JVxQ"