Slow down speed of All Star song by factor of 4 (#3383)
This commit is contained in:
parent
de7d1d35c8
commit
1236eac4f2
3 changed files with 13 additions and 9 deletions
|
@ -23,4 +23,8 @@
|
|||
#define RGBLIGHT_SAT_STEP 8
|
||||
#define RGBLIGHT_VAL_STEP 8
|
||||
|
||||
#ifdef AUDIO_ENABLE
|
||||
#define C6_AUDIO
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
@ -203,8 +203,8 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
case KC_ASTR:
|
||||
if (record->event.pressed) {
|
||||
#ifdef AUDIO_ENABLE
|
||||
SEND_STRING("Hey now, you're an all-star, get your game on, go play. Hey now, you're a rock star, get the show on, get paid. All that glitters is gold. Only shooting stars break the mold.");
|
||||
PLAY_SONG(all_star_song);
|
||||
SEND_STRING("Hey now, you're an all-star, get your game on, go play. Hey now, you're a rock star, get the show on, get paid. All that glitters is gold. Only shooting stars break the mold.");
|
||||
#endif
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue