Skip to content

Commit

Permalink
[Keymap] mitosis:datagrok: use non-copyrighted songs, add workman dit…
Browse files Browse the repository at this point in the history
…ty (qmk#6205)
  • Loading branch information
datagrok authored and drashna committed Jun 28, 2019
1 parent 8c1900a commit b802c0c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
14 changes: 7 additions & 7 deletions keyboards/mitosis/keymaps/datagrok/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
//#define NO_ACTION_FUNCTION

#ifdef AUDIO_ENABLE
#define STARTUP_SONG SONG(MARIO_MUSHROOM)
#define DEFAULT_LAYER_SONGS { \
SONG(QWERTY_SOUND), \
SONG(COLEMAK_SOUND), \
SONG(DVORAK_SOUND), \
SONG(ZELDA_TREASURE), \
}
#define STARTUP_SONG SONG(STARTUP_SOUND)
#define DEFAULT_LAYER_SONGS { \
SONG(QWERTY_SOUND), \
SONG(COLEMAK_SOUND), \
SONG(DVORAK_SOUND), \
SONG(WORKMAN_SOUND), \
}
#define AUDIO_VOICES
#define AUDIO_CLICKY
#define C6_AUDIO
Expand Down
11 changes: 11 additions & 0 deletions quantum/audio/song_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,17 @@
S__NOTE(_REST), \
E__NOTE(_E7 ),

#define WORKMAN_SOUND \
E__NOTE(_GS6 ), \
E__NOTE(_A6 ), \
S__NOTE(_REST), \
E__NOTE(_GS6 ), \
E__NOTE(_A6 ), \
S__NOTE(_REST), \
ED_NOTE(_FS7 ), \
S__NOTE(_REST), \
ED_NOTE(_A7 ),

#define PLOVER_SOUND \
E__NOTE(_GS6 ), \
E__NOTE(_A6 ), \
Expand Down

0 comments on commit b802c0c

Please sign in to comment.