aboutsummaryrefslogtreecommitdiff
path: root/protocol/lufa/descriptor.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/lufa/descriptor.c')
-rw-r--r--protocol/lufa/descriptor.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/protocol/lufa/descriptor.c b/protocol/lufa/descriptor.c
index 0536b7911..8a14c5e09 100644
--- a/protocol/lufa/descriptor.c
+++ b/protocol/lufa/descriptor.c
@@ -492,7 +492,7 @@ const USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
492 { 492 {
493 .Header = {.Size = sizeof(USB_Descriptor_Interface_t), .Type = DTYPE_Interface}, 493 .Header = {.Size = sizeof(USB_Descriptor_Interface_t), .Type = DTYPE_Interface},
494 494
495 .InterfaceNumber = (NKRO_INTERFACE + 1), 495 .InterfaceNumber = MIDI_INTERFACE,
496 .AlternateSetting = 0, 496 .AlternateSetting = 0,
497 497
498 .TotalEndpoints = 0, 498 .TotalEndpoints = 0,
@@ -513,14 +513,14 @@ const USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
513 .TotalLength = sizeof(USB_Audio_Descriptor_Interface_AC_t), 513 .TotalLength = sizeof(USB_Audio_Descriptor_Interface_AC_t),
514 514
515 .InCollection = 1, 515 .InCollection = 1,
516 .InterfaceNumber = (NKRO_INTERFACE + 2), 516 .InterfaceNumber = MIDI2_INTERFACE,
517 }, 517 },
518 518
519 .Audio_StreamInterface = 519 .Audio_StreamInterface =
520 { 520 {
521 .Header = {.Size = sizeof(USB_Descriptor_Interface_t), .Type = DTYPE_Interface}, 521 .Header = {.Size = sizeof(USB_Descriptor_Interface_t), .Type = DTYPE_Interface},
522 522
523 .InterfaceNumber = (NKRO_INTERFACE + 2), 523 .InterfaceNumber = MIDI2_INTERFACE,
524 .AlternateSetting = 0, 524 .AlternateSetting = 0,
525 525
526 .TotalEndpoints = 2, 526 .TotalEndpoints = 2,