diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-04-21 14:15:44 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-04-21 14:15:44 -0700 |
| commit | dcb0e50f040c4213a7591253cb3a0bb4ea9a178d (patch) | |
| tree | 77f919ba5cbd6fd7831f04d7a6d11bc7d83623dc /supervisor/shared | |
| parent | 5cc8a3ec82ae6e23fe3b1f68ab30475386b1d1d3 (diff) | |
Fix USB midi and hid disable.
Diffstat (limited to 'supervisor/shared')
| -rw-r--r-- | supervisor/shared/usb/tusb_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/supervisor/shared/usb/tusb_config.h b/supervisor/shared/usb/tusb_config.h index ad5825b6c..1b0c83416 100644 --- a/supervisor/shared/usb/tusb_config.h +++ b/supervisor/shared/usb/tusb_config.h @@ -74,8 +74,8 @@ //------------- CLASS -------------// #define CFG_TUD_CDC 1 #define CFG_TUD_MSC 1 -#define CFG_TUD_HID 1 -#define CFG_TUD_MIDI 1 +#define CFG_TUD_HID CIRCUITPY_USB_HID +#define CFG_TUD_MIDI CIRCUITPY_USB_MIDI #define CFG_TUD_CUSTOM_CLASS 0 /*------------------------------------------------------------------*/ |
