c0152e7dab
Everything should be using the keypad module instead. Note: there are several boards that still had gamepadshift enabled. I did not contact their authors to make sure they already switched to keypad in their code and documentation. We should probably wait with merging this for their go ahead.
20 lines
403 B
Makefile
20 lines
403 B
Makefile
USB_VID = 0x239A
|
|
USB_PID = 0x8034
|
|
USB_PRODUCT = "PyBadge"
|
|
USB_MANUFACTURER = "Adafruit Industries LLC"
|
|
|
|
CHIP_VARIANT = SAMD51J19A
|
|
CHIP_FAMILY = samd51
|
|
|
|
QSPI_FLASH_FILESYSTEM = 1
|
|
EXTERNAL_FLASH_DEVICES = GD25Q16C
|
|
LONGINT_IMPL = MPZ
|
|
|
|
CIRCUITPY_AESIO = 0
|
|
CIRCUITPY_FRAMEBUFFERIO = 0
|
|
CIRCUITPY_GIFIO = 0
|
|
CIRCUITPY_KEYPAD = 1
|
|
CIRCUITPY_STAGE = 1
|
|
|
|
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/pybadge
|