We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4e1955 + 409a4a9 commit e81930fCopy full SHA for e81930f
ports/atmel-samd/boards/winterbloom_sol/mpconfigboard.mk
@@ -6,6 +6,7 @@ USB_PID = 0x8062
6
USB_PRODUCT = "Sol"
7
USB_MANUFACTURER = "Winterbloom"
8
USB_INTERFACE_NAME = "Sol"
9
+USB_DEVICES = "CDC,MSC,AUDIO"
10
11
CHIP_VARIANT = SAMD51J20A
12
CHIP_FAMILY = samd51
@@ -25,6 +26,7 @@ CIRCUITPY_I2CSLAVE = 0
25
26
CIRCUITPY_NETWORK = 0
27
CIRCUITPY_TOUCHIO = 0
28
CIRCUITPY_PS2IO = 0
29
+CIRCUITPY_USB_HID = 0
30
31
# Enable micropython.native
32
CIRCUITPY_ENABLE_MPY_NATIVE = 1
0 commit comments