]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common/host_driver.h
[Keyboard] fixed pins for numpad_5x4 layout (#6311)
[qmk_firmware.git] / tmk_core / common / host_driver.h
index edb9e5dd9c0f841b82e966608eda18d96b2ccd8e..e40f0bfd65900a335b5edfd07c839f83fbb33f86 100644 (file)
@@ -20,7 +20,9 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 #include <stdint.h>
 #include "report.h"
-
+#ifdef MIDI_ENABLE
+       #include "midi.h"
+#endif
 
 typedef struct {
     uint8_t (*keyboard_leds)(void);