adding Pykey family of boards

This commit is contained in:
Pierre Constantineau 2021-12-09 23:25:48 -06:00
parent 401f1fadaf
commit a043f65352
3 changed files with 13 additions and 2 deletions

View File

@ -41,6 +41,11 @@ aliases_by_board = {
"pyportal": ["pyportal_pynt"], "pyportal": ["pyportal_pynt"],
"gemma_m0": ["gemma_m0_pycon2018"], "gemma_m0": ["gemma_m0_pycon2018"],
"pewpew10": ["pewpew13"], "pewpew10": ["pewpew13"],
"jpconstantineau_pykey60": [
"jpconstantineau_pykey18",
"jpconstantineau_pykey44",
"jpconstantineau_pykey87",
],
} }
aliases_brand_names = { aliases_brand_names = {
@ -56,6 +61,12 @@ aliases_brand_names = {
"Adafruit Gemma M0 PyCon 2018", "Adafruit Gemma M0 PyCon 2018",
"pewpew13": "pewpew13":
"PewPew 13", "PewPew 13",
"jpconstantineau_pykey18":
"PyKey 18 Numpad",
"jpconstantineau_pykey44":
"PyKey 44",
"jpconstantineau_pykey87":
"PyKey 87 TKL",
} }
additional_modules = { additional_modules = {

View File

@ -1,4 +1,4 @@
#define MICROPY_HW_BOARD_NAME "PyKey60" #define MICROPY_HW_BOARD_NAME "PyKey 60"
#define MICROPY_HW_MCU_NAME "rp2040" #define MICROPY_HW_MCU_NAME "rp2040"
#define MICROPY_HW_NEOPIXEL (&pin_GPIO29) #define MICROPY_HW_NEOPIXEL (&pin_GPIO29)

View File

@ -1,6 +1,6 @@
USB_VID = 0x1d50 USB_VID = 0x1d50
USB_PID = 0x6153 USB_PID = 0x6153
USB_PRODUCT = "Pykey60" USB_PRODUCT = "PyKey"
USB_MANUFACTURER = "JPConstantineau" USB_MANUFACTURER = "JPConstantineau"
CHIP_VARIANT = RP2040 CHIP_VARIANT = RP2040