Skip to content

Commit 34dbde1

Browse files
committed
update USB VID/PID and vendor/product strings per @TomWhitwell
1 parent 7d1abc9 commit 34dbde1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ports/raspberrypi/boards/mtm_computer/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#pragma once
88

9-
#define MICROPY_HW_BOARD_NAME "Music Thing Modular Computer"
9+
#define MICROPY_HW_BOARD_NAME "Music Thing Modular Workshop Computer"
1010
#define MICROPY_HW_MCU_NAME "rp2040"
1111

1212

ports/raspberrypi/boards/mtm_computer/mpconfigboard.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
USB_VID = 0x239A
2-
USB_PID = 0x80F4
3-
USB_PRODUCT = "MTM Computer"
2+
USB_PID = 0x10C1
3+
USB_PRODUCT = "Workshop Computer"
44
USB_MANUFACTURER = "Music Thing Modular"
55

66
CHIP_VARIANT = RP2040

ports/raspberrypi/boards/mtm_computer/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file is part of the CircuitPython project: https://circuitpython.org
22
//
3-
// SPDX-FileCopyrightText: Copyright (c) 2021 Scott Shawcroft for Adafruit Industries
3+
// SPDX-FileCopyrightText: Copyright (c) 2024 Tod Kurt
44
//
55
// SPDX-License-Identifier: MIT
66

0 commit comments

Comments
 (0)