1
0
Fork 0
This commit is contained in:
Jack Humbert 2016-01-15 23:10:30 -05:00
parent 4c100dbbef
commit 6e3c36360e
2 changed files with 4 additions and 2 deletions

View file

@ -67,13 +67,13 @@ uint16_t hextokeycode(int hex) {
float walk_up[][2] = {
{440.0*pow(2.0,(60)/12.0), 400},
{0, 50},
{440.0*pow(2.0,(67)/12.0), 400},
{440.0*pow(2.0,(67)/12.0), 600},
};
float walk_dn[][2] = {
{440.0*pow(2.0,(67)/12.0), 400},
{0, 50},
{440.0*pow(2.0,(60)/12.0), 400},
{440.0*pow(2.0,(60)/12.0), 600},
};
const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)