forked from mirrors/qmk_userspace
fixes audio prescaler to emit correct freq
This commit is contained in:
parent
b8d2e66638
commit
c83aa16f1d
3 changed files with 36 additions and 34 deletions
|
@ -35,9 +35,9 @@ extern keymap_config_t keymap_config;
|
|||
#include "audio.h"
|
||||
|
||||
float goodbye[][2] = {
|
||||
{440.0*pow(2.0,(67)/12.0), 8},
|
||||
{440.0*pow(2.0,(60)/12.0), 8},
|
||||
{440.0*pow(2.0,(55)/12.0), 12},
|
||||
{440.0*pow(2.0,(31)/12.0), 8},
|
||||
{440.0*pow(2.0,(24)/12.0), 8},
|
||||
{440.0*pow(2.0,(19)/12.0), 12},
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue