diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-01-15 23:10:30 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-01-15 23:10:30 -0500 |
commit | 6e3c36360ed291b9ca2bd014571236308a933d0c (patch) | |
tree | 56aac412390dcb72fc1424f0bc7528198d103a76 /keyboard/planck | |
parent | 4c100dbbef5b97290cbe6d4846575a940649c958 (diff) |
sounds
Diffstat (limited to 'keyboard/planck')
-rw-r--r-- | keyboard/planck/keymaps/keymap_lock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboard/planck/keymaps/keymap_lock.c b/keyboard/planck/keymaps/keymap_lock.c index 5e5390b036..7a99b57c9d 100644 --- a/keyboard/planck/keymaps/keymap_lock.c +++ b/keyboard/planck/keymaps/keymap_lock.c @@ -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) |