diff options
| author | Thea Flowers <me@thea.codes> | 2020-03-04 23:22:46 -0800 |
|---|---|---|
| committer | Thea Flowers <me@thea.codes> | 2020-03-04 23:22:46 -0800 |
| commit | 409a4a9490b5f68d0afc62f631794cee321c12fe (patch) | |
| tree | 6c20b395bf7a37ad7e25fdb4a83100d7419ff831 | |
| parent | b4e1955526725ac4701048f148dca9d76f3f446a (diff) | |
Disable the HID USB descriptor for Sol
It's not used and ends up being confusing for folks.
| -rw-r--r-- | ports/atmel-samd/boards/winterbloom_sol/mpconfigboard.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/atmel-samd/boards/winterbloom_sol/mpconfigboard.mk b/ports/atmel-samd/boards/winterbloom_sol/mpconfigboard.mk index a0449d7bb..b1f916ec2 100644 --- a/ports/atmel-samd/boards/winterbloom_sol/mpconfigboard.mk +++ b/ports/atmel-samd/boards/winterbloom_sol/mpconfigboard.mk @@ -6,6 +6,7 @@ USB_PID = 0x8062 USB_PRODUCT = "Sol" USB_MANUFACTURER = "Winterbloom" USB_INTERFACE_NAME = "Sol" +USB_DEVICES = "CDC,MSC,AUDIO" CHIP_VARIANT = SAMD51J20A CHIP_FAMILY = samd51 @@ -25,6 +26,7 @@ CIRCUITPY_I2CSLAVE = 0 CIRCUITPY_NETWORK = 0 CIRCUITPY_TOUCHIO = 0 CIRCUITPY_PS2IO = 0 +CIRCUITPY_USB_HID = 0 # Enable micropython.native CIRCUITPY_ENABLE_MPY_NATIVE = 1 |
