Files
Go-Volta-Lights/tusb_config.h

9 lines
223 B
C
Raw Normal View History

2026-01-04 17:02:34 +00:00
#ifndef _TUSB_CONFIG_H_
#define _TUSB_CONFIG_H_
#define CFG_TUSB_RHPORT0_MODE OPT_MODE_DEVICE
#define CFG_TUD_MIDI 1 // Enable MIDI
#define CFG_TUD_MIDI_RX_BUFSIZE 64
#define CFG_TUD_MIDI_TX_BUFSIZE 64
#endif