File tree Expand file tree Collapse file tree 5 files changed +3
-3
lines changed
ports/atmel-samd/boards/adafruit_proxlight_trinkey_m0 Expand file tree Collapse file tree 5 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179
179
- " adafruit_feather_rp2040"
180
180
- " adafruit_itsybitsy_rp2040"
181
181
- " adafruit_neokey_trinkey_m0"
182
- - " adafruit_proxsense_trinkey_m0 "
182
+ - " adafruit_proxlight_trinkey_m0 "
183
183
- " adafruit_qtpy_rp2040"
184
184
- " adafruit_rotary_trinkey_m0"
185
185
- " adafruit_slide_trinkey_m0"
File renamed without changes.
Original file line number Diff line number Diff line change 1
- #define MICROPY_HW_BOARD_NAME "Adafruit ProxSense Trinkey M0"
1
+ #define MICROPY_HW_BOARD_NAME "Adafruit ProxLight Trinkey M0"
2
2
#define MICROPY_HW_MCU_NAME "samd21e18"
3
3
4
4
#define MICROPY_HW_NEOPIXEL (&pin_PA15)
Original file line number Diff line number Diff line change 1
1
USB_VID = 0x239A
2
2
USB_PID = 0x8104
3
- USB_PRODUCT = "ProxSense Trinkey M0"
3
+ USB_PRODUCT = "ProxLight Trinkey M0"
4
4
USB_MANUFACTURER = "Adafruit Industries LLC"
5
5
6
6
CHIP_VARIANT = SAMD21E18A
File renamed without changes.
You can’t perform that action at this time.
0 commit comments