summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authorDanny <nooges@users.noreply.github.com>2018-07-12 19:35:51 +0200
committerDrashna Jaelre <drashna@live.com>2018-07-12 19:35:51 +0200
commit1236eac4f2ca220c21cc73b0bc4e39d0b2d9df63 (patch)
tree1cb36bb22b580fc02c9a2a3c7998184c8d93ab93 /layouts
parentde7d1d35c8904d20c5d8ae4fc8c2263b4dff5d43 (diff)
downloadqmk_firmware-1236eac4f2ca220c21cc73b0bc4e39d0b2d9df63.tar.gz
qmk_firmware-1236eac4f2ca220c21cc73b0bc4e39d0b2d9df63.tar.xz
Slow down speed of All Star song by factor of 4 (#3383)
Diffstat (limited to 'layouts')
-rw-r--r--layouts/community/ortho_4x12/bakingpy/config.h4
-rw-r--r--layouts/community/ortho_4x12/bakingpy/keymap.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/layouts/community/ortho_4x12/bakingpy/config.h b/layouts/community/ortho_4x12/bakingpy/config.h
index 28444fe47..77fa69ad7 100644
--- a/layouts/community/ortho_4x12/bakingpy/config.h
+++ b/layouts/community/ortho_4x12/bakingpy/config.h
@@ -23,4 +23,8 @@
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
+#ifdef AUDIO_ENABLE
+#define C6_AUDIO
+#endif
+
#endif
diff --git a/layouts/community/ortho_4x12/bakingpy/keymap.c b/layouts/community/ortho_4x12/bakingpy/keymap.c
index e00351331..b34e57cbe 100644
--- a/layouts/community/ortho_4x12/bakingpy/keymap.c
+++ b/layouts/community/ortho_4x12/bakingpy/keymap.c
@@ -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;