Update existing keymaps

Update existing keymaps to enable MIDI_BASIC functionality.  Also added
an option MIDI_ENABLE_STRICT to be strict about keycode use (which also
reduces memory footprint at runtime)
This commit is contained in:
Gabriel Young 2017-02-25 20:41:13 -08:00
parent ea14ed122f
commit a64ae10662
23 changed files with 472 additions and 19 deletions

View file

@ -42,7 +42,7 @@ static void music_noteoff(uint8_t note) {
#endif
}
static void music_all_notes_off(void) {
void music_all_notes_off(void) {
#ifdef AUDIO_ENABLE
process_audio_stop_all_notes();
#endif