aboutsummaryrefslogtreecommitdiff
path: root/quantum/keymap_midi.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/keymap_midi.c')
-rw-r--r--quantum/keymap_midi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/keymap_midi.c b/quantum/keymap_midi.c
index ac45d2589..46049b987 100644
--- a/quantum/keymap_midi.c
+++ b/quantum/keymap_midi.c
@@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>. 15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
17 17
18#include "keymap_common.h" 18#include "keymap.h"
19#include "keymap_midi.h" 19#include "keymap_midi.h"
20 20
21uint8_t starting_note = 0x0C; 21uint8_t starting_note = 0x0C;