Skip to content

Commit a043f65

Browse files
adding Pykey family of boards
1 parent 401f1fa commit a043f65

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

docs/shared_bindings_matrix.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
"pyportal": ["pyportal_pynt"],
4242
"gemma_m0": ["gemma_m0_pycon2018"],
4343
"pewpew10": ["pewpew13"],
44+
"jpconstantineau_pykey60": [
45+
"jpconstantineau_pykey18",
46+
"jpconstantineau_pykey44",
47+
"jpconstantineau_pykey87",
48+
],
4449
}
4550

4651
aliases_brand_names = {
@@ -56,6 +61,12 @@
5661
"Adafruit Gemma M0 PyCon 2018",
5762
"pewpew13":
5863
"PewPew 13",
64+
"jpconstantineau_pykey18":
65+
"PyKey 18 Numpad",
66+
"jpconstantineau_pykey44":
67+
"PyKey 44",
68+
"jpconstantineau_pykey87":
69+
"PyKey 87 TKL",
5970
}
6071

6172
additional_modules = {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#define MICROPY_HW_BOARD_NAME "PyKey60"
1+
#define MICROPY_HW_BOARD_NAME "PyKey 60"
22
#define MICROPY_HW_MCU_NAME "rp2040"
33

44
#define MICROPY_HW_NEOPIXEL (&pin_GPIO29)

ports/raspberrypi/boards/jpconstantineau_pykey60/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
USB_VID = 0x1d50
22
USB_PID = 0x6153
3-
USB_PRODUCT = "Pykey60"
3+
USB_PRODUCT = "PyKey"
44
USB_MANUFACTURER = "JPConstantineau"
55

66
CHIP_VARIANT = RP2040

0 commit comments

Comments
 (0)