forked from mirrors/qmk_userspace
midi
This commit is contained in:
parent
04885a3b44
commit
b191f8c60f
3 changed files with 15 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue