aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index ed3da43bd..9a4c314dc 100644
--- a/readme.md
+++ b/readme.md
@@ -801,6 +801,17 @@ This is inside one of the macros. So when that macro executes, your keyboard pla
801 801
802"Rest style" in the method signature above (the last parameter) specifies if there's a rest (a moment of silence) between the notes. 802"Rest style" in the method signature above (the last parameter) specifies if there's a rest (a moment of silence) between the notes.
803 803
804
805## Recording And Playing back Music
806* ```Music On``` - Turn music mode on. The default mapping is ```Lower+Upper+C```
807* ```LCTL``` - start a recording
808* play some tones
809* ```LALT``` - stop recording, stop playing
810* ```LGUI``` - play recording
811* ```LALT``` - stop playing
812* ```Music Off``` - Turn music mode off. The default mapping is ```Lower+Upper+V```
813
814
804## MIDI functionalty 815## MIDI functionalty
805 816
806This is still a WIP, but check out `quantum/keymap_midi.c` to see what's happening. Enable from the Makefile. 817This is still a WIP, but check out `quantum/keymap_midi.c` to see what's happening. Enable from the Makefile.