forked from mirrors/qmk_userspace
Add basic layer to sample MIDI keycap
This commit is contained in:
parent
1000799d1e
commit
ea14ed122f
3 changed files with 25 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue