diff options
| author | Ryan <fauxpark@gmail.com> | 2021-07-17 02:40:20 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-16 09:40:20 -0700 |
| commit | 332a5aa7cb6dfa12ff9586ed43a5b50d9a5197a0 (patch) | |
| tree | fb941df3c676bae4efc797685f6fced7dcbf1338 /quantum/quantum.c | |
| parent | 4bef126293b8f350ae0920d465c32680566d5f9d (diff) | |
| download | qmk_firmware-332a5aa7cb6dfa12ff9586ed43a5b50d9a5197a0.tar.gz qmk_firmware-332a5aa7cb6dfa12ff9586ed43a5b50d9a5197a0.zip | |
Move `SENDSTRING_BELL` code to `send_string.h` (#13566)
Diffstat (limited to 'quantum/quantum.c')
| -rw-r--r-- | quantum/quantum.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index 9cfffd931..56ceec5db 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
| @@ -49,9 +49,6 @@ float goodbye_song[][2] = GOODBYE_SONG; | |||
| 49 | # ifdef DEFAULT_LAYER_SONGS | 49 | # ifdef DEFAULT_LAYER_SONGS |
| 50 | float default_layer_songs[][16][2] = DEFAULT_LAYER_SONGS; | 50 | float default_layer_songs[][16][2] = DEFAULT_LAYER_SONGS; |
| 51 | # endif | 51 | # endif |
| 52 | # ifdef SENDSTRING_BELL | ||
| 53 | float bell_song[][2] = SONG(TERMINAL_SOUND); | ||
| 54 | # endif | ||
| 55 | #endif | 52 | #endif |
| 56 | 53 | ||
| 57 | #ifdef AUTO_SHIFT_ENABLE | 54 | #ifdef AUTO_SHIFT_ENABLE |
