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

View File

@ -20,6 +20,14 @@
#include "send_string.h"
#if defined(AUDIO_ENABLE) && defined(SENDSTRING_BELL)
# include "audio.h"
# ifndef BELL_SOUND
# define BELL_SOUND TERMINAL_SOUND
# endif
float bell_song[][2] = SONG(BELL_SOUND);
#endif
// clang-format off
/* Bit-Packed look-up table to convert an ASCII character to whether