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

12 lines
214 B
Makefile
Raw Normal View History

2020-07-11 00:37:45 +08:00
USB_VID = 0x2886
USB_PID = 0xf002
USB_PRODUCT = "M60 Keyboard"
USB_MANUFACTURER = "Makerdiary"
MCU_CHIP = nrf52840
QSPI_FLASH_FILESYSTEM = 1
EXTERNAL_FLASH_DEVICES = "MX25R6435F"
CIRCUITPY_ENABLE_MPY_NATIVE = 1