Add basic layer to sample MIDI keycap

This commit is contained in:
Gabriel Young 2017-02-25 19:37:33 -08:00
parent 1000799d1e
commit ea14ed122f
3 changed files with 25 additions and 3 deletions

View file

@ -28,7 +28,7 @@ bool process_audio(uint16_t keycode, keyrecord_t *record) {
{
audio_on();
}
return false;
return false;
}
if (keycode == MUV_IN && record->event.pressed) {