1
0
Fork 0

Move SENDSTRING_BELL code to send_string.h (#13566)

This commit is contained in:
Ryan 2021-07-17 02:40:20 +10:00 committed by GitHub
parent 4bef126293
commit 332a5aa7cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 3 deletions

View file

@ -49,9 +49,6 @@ float goodbye_song[][2] = GOODBYE_SONG;
# ifdef DEFAULT_LAYER_SONGS
float default_layer_songs[][16][2] = DEFAULT_LAYER_SONGS;
# endif
# ifdef SENDSTRING_BELL
float bell_song[][2] = SONG(TERMINAL_SOUND);
# endif
#endif
#ifdef AUTO_SHIFT_ENABLE