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.
14 lines
266 B
Makefile
14 lines
266 B
Makefile
USB_VID = 0x239A
|
|
USB_PID = 0x807E
|
|
USB_PRODUCT = "The Open Book Feather"
|
|
USB_MANUFACTURER = "Oddly Specific Objects"
|
|
|
|
CHIP_VARIANT = SAMD51J19A
|
|
CHIP_FAMILY = samd51
|
|
|
|
QSPI_FLASH_FILESYSTEM = 1
|
|
EXTERNAL_FLASH_DEVICES = GD25Q16C
|
|
LONGINT_IMPL = MPZ
|
|
|
|
CIRCUITPY_KEYPAD = 1
|