20#include "io/midi/device_specific/midi_device_lumi_keys.h"
21#include "io/midi/midi_device.h"
23enum class SpecificMidiDeviceType { NONE = 0, LUMI_KEYS = 1 };
25SpecificMidiDeviceType getSpecificMidiDeviceType(uint16_t vendorId, uint16_t productId);
29void iterateAndCallSpecificDeviceHook(MIDICableUSBHosted::Hook hook);
Definition usb_hosted.h:22
A MIDI cable connection. Stores all state specific to a given cable and its contained ports and chann...
Definition midi_device.h:94