From b191f8c60fbbaf1fb55d67edb86a6c33489b2ce3 Mon Sep 17 00:00:00 2001 From: Jack Humbert <jack.humb@gmail.com> Date: Fri, 21 Aug 2015 23:13:33 -0400 Subject: midi --- protocol/lufa/descriptor.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'protocol/lufa/descriptor.h') diff --git a/protocol/lufa/descriptor.h b/protocol/lufa/descriptor.h index 44f4c8f4a..0471ef31d 100644 --- a/protocol/lufa/descriptor.h +++ b/protocol/lufa/descriptor.h @@ -136,12 +136,13 @@ typedef struct #ifdef MIDI_ENABLE # define MIDI_INTERFACE (NKRO_INTERFACE + 1) +# define MIDI2_INTERFACE (NKRO_INTERFACE + 2) #else -# define MIDI_INTERFACE NKRO_INTERFACE +# define MIDI2_INTERFACE NKRO_INTERFACE #endif /* nubmer of interfaces */ -#define TOTAL_INTERFACES (MIDI_INTERFACE + 1) +#define TOTAL_INTERFACES MIDI2_INTERFACE + 1 // Endopoint number and size -- cgit v1.2.3