diff --git a/git-sound.py b/git-sound.py index 1741022..ee3f18d 100644 --- a/git-sound.py +++ b/git-sound.py @@ -61,6 +61,17 @@ programs = { 'octave': 0, }, }, + 'space': { + 'commit': { + 'program': 94, + 'octave': 1, + }, + 'file': { + 'program': 80, + 'octave': 1, + 'volume': -30, + }, + }, }