mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 02:30:07 +00:00
Fixing MIDI for ARM without NKRO enabled (#9466)
This commit is contained in:
parent
0b09189087
commit
82dc8faaf3
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
#ifdef MIDI_ENABLE
|
||||
# include "midi.h"
|
||||
# include <LUFA/Drivers/USB/USB.h>
|
||||
extern MidiDevice midi_device;
|
||||
void setup_midi(void);
|
||||
void send_midi_packet(MIDI_EventPacket_t* event);
|
||||
|
|
Loading…
Reference in a new issue