adding Pykey family of boards
This commit is contained in:
parent
401f1fadaf
commit
a043f65352
@ -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 = {
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user