aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
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 @@
23#define RGBLIGHT_SAT_STEP 8 23#define RGBLIGHT_SAT_STEP 8
24#define RGBLIGHT_VAL_STEP 8 24#define RGBLIGHT_VAL_STEP 8
25 25
26#ifdef AUDIO_ENABLE
27#define C6_AUDIO
28#endif
29
26#endif 30#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) {
203 case KC_ASTR: 203 case KC_ASTR:
204 if (record->event.pressed) { 204 if (record->event.pressed) {
205 #ifdef AUDIO_ENABLE 205 #ifdef AUDIO_ENABLE
206 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.");
207 PLAY_SONG(all_star_song); 206 PLAY_SONG(all_star_song);
207 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.");
208 #endif 208 #endif
209 } 209 }
210 return false; 210 return false;