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 6
6
7
7
#pragma once
8
8
9
- #define MICROPY_HW_BOARD_NAME "Music Thing Modular Computer"
9
+ #define MICROPY_HW_BOARD_NAME "Music Thing Modular Workshop Computer"
10
10
#define MICROPY_HW_MCU_NAME "rp2040"
11
11
12
12
Original file line number Diff line number Diff line change 1
1
USB_VID = 0x239A
2
- USB_PID = 0x80F4
3
- USB_PRODUCT = "MTM Computer"
2
+ USB_PID = 0x10C1
3
+ USB_PRODUCT = "Workshop Computer"
4
4
USB_MANUFACTURER = "Music Thing Modular"
5
5
6
6
CHIP_VARIANT = RP2040
Original file line number Diff line number Diff line change 1
1
// This file is part of the CircuitPython project: https://circuitpython.org
2
2
//
3
- // SPDX-FileCopyrightText: Copyright (c) 2021 Scott Shawcroft for Adafruit Industries
3
+ // SPDX-FileCopyrightText: Copyright (c) 2024 Tod Kurt
4
4
//
5
5
// SPDX-License-Identifier: MIT
6
6
You can’t perform that action at this time.
0 commit comments