aboutsummaryrefslogtreecommitdiff
path: root/protocol/lufa/descriptor.c
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2015-08-21 23:13:33 -0400
committerJack Humbert <jack.humb@gmail.com>2015-08-21 23:13:33 -0400
commitb191f8c60fbbaf1fb55d67edb86a6c33489b2ce3 (patch)
tree1d493bae3b0ae91a6202918aa1bf53fb0da936fa /protocol/lufa/descriptor.c
parent04885a3b447c82437d919d467328800eb00af629 (diff)
downloadqmk_firmware-b191f8c60fbbaf1fb55d67edb86a6c33489b2ce3.tar.gz
qmk_firmware-b191f8c60fbbaf1fb55d67edb86a6c33489b2ce3.zip
midi
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,