File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
ports/raspberrypi/boards/jpconstantineau_pykey60 Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 41
41
"pyportal" : ["pyportal_pynt" ],
42
42
"gemma_m0" : ["gemma_m0_pycon2018" ],
43
43
"pewpew10" : ["pewpew13" ],
44
+ "jpconstantineau_pykey60" : [
45
+ "jpconstantineau_pykey18" ,
46
+ "jpconstantineau_pykey44" ,
47
+ "jpconstantineau_pykey87" ,
48
+ ],
44
49
}
45
50
46
51
aliases_brand_names = {
56
61
"Adafruit Gemma M0 PyCon 2018" ,
57
62
"pewpew13" :
58
63
"PewPew 13" ,
64
+ "jpconstantineau_pykey18" :
65
+ "PyKey 18 Numpad" ,
66
+ "jpconstantineau_pykey44" :
67
+ "PyKey 44" ,
68
+ "jpconstantineau_pykey87" :
69
+ "PyKey 87 TKL" ,
59
70
}
60
71
61
72
additional_modules = {
Original file line number Diff line number Diff line change 1
- #define MICROPY_HW_BOARD_NAME "PyKey60 "
1
+ #define MICROPY_HW_BOARD_NAME "PyKey 60 "
2
2
#define MICROPY_HW_MCU_NAME "rp2040"
3
3
4
4
#define MICROPY_HW_NEOPIXEL (&pin_GPIO29)
Original file line number Diff line number Diff line change 1
1
USB_VID = 0x1d50
2
2
USB_PID = 0x6153
3
- USB_PRODUCT = "Pykey60 "
3
+ USB_PRODUCT = "PyKey "
4
4
USB_MANUFACTURER = "JPConstantineau"
5
5
6
6
CHIP_VARIANT = RP2040
You can’t perform that action at this time.
0 commit comments