File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
ports/raspberrypi/boards/mtm_computer Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11USB_VID = 0x239A
2- USB_PID = 0x80F4
3- USB_PRODUCT = "MTM Computer"
2+ USB_PID = 0x10C1
3+ USB_PRODUCT = "Workshop Computer"
44USB_MANUFACTURER = "Music Thing Modular"
55
66CHIP_VARIANT = RP2040
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments