8000 Merge pull request #2681 from theacodes/disable-hid-on-sol · gregdavill/circuitpython@e81930f · GitHub
[go: up one dir, main page]

Skip to content

Commit e81930f

Browse files
authored
Merge pull request adafruit#2681 from theacodes/disable-hid-on-sol
Disable the HID USB descriptor for Sol
2 parents b4e1955 + 409a4a9 commit e81930f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/atmel-samd/boards/winterbloom_sol/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ USB_PID = 0x8062
66
USB_PRODUCT = "Sol"
77
USB_MANUFACTURER = "Winterbloom"
88
USB_INTERFACE_NAME = "Sol"
9+
USB_DEVICES = "CDC,MSC,AUDIO"
910

1011
CHIP_VARIANT = SAMD51J20A
1112
CHIP_FAMILY = samd51
@@ -25,6 +26,7 @@ CIRCUITPY_I2CSLAVE = 0
2526
CIRCUITPY_NETWORK = 0
2627
CIRCUITPY_TOUCHIO = 0
2728
CIRCUITPY_PS2IO = 0
29+
CIRCUITPY_USB_HID = 0
2830

2931
# Enable micropython.native
3032
CIRCUITPY_ENABLE_MPY_NATIVE = 1

0 commit comments

Comments
 (0)
0