circuitpython/ports/espressif/boards/hexky_s2/mpconfigboard.mk

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

14 lines
274 B
Makefile
Raw Normal View History

USB_VID = 0x303A
USB_PID = 0x80D9
USB_PRODUCT = "HexKy_S2"
USB_MANUFACTURER = "FutureKeys"
IDF_TARGET = esp32s2
2022-06-23 15:59:06 -04:00
CIRCUITPY_ESP_FLASH_MODE = qio
CIRCUITPY_ESP_FLASH_FREQ = 40m
CIRCUITPY_ESP_FLASH_SIZE = 4MB
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel