diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-04-05 09:44:01 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-04-05 09:44:01 -0400 |
commit | 931b0a79fc071498c229b0051be0ebadd934a549 (patch) | |
tree | 29a2fca3e86217958292286a91e2cc7fcf33070a /keyboard/preonic/keymaps/default/keymap.c | |
parent | e1020672ac42a423a16747d2272cd2203bd3f988 (diff) |
updates to noise
Diffstat (limited to 'keyboard/preonic/keymaps/default/keymap.c')
-rw-r--r-- | keyboard/preonic/keymaps/default/keymap.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboard/preonic/keymaps/default/keymap.c b/keyboard/preonic/keymaps/default/keymap.c index 5099b65817..7846707848 100644 --- a/keyboard/preonic/keymaps/default/keymap.c +++ b/keyboard/preonic/keymaps/default/keymap.c @@ -60,13 +60,9 @@ const uint16_t PROGMEM fn_actions[] = { float start_up[][2] = { {440.0*pow(2.0,(67)/12.0), 600}, - {0, 50}, {440.0*pow(2.0,(64)/12.0), 400}, - {0, 50}, {440.0*pow(2.0,(55)/12.0), 400}, - {0, 50}, {440.0*pow(2.0,(60)/12.0), 400}, - {0, 50}, {440.0*pow(2.0,(64)/12.0), 1000}, }; @@ -91,6 +87,6 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) void matrix_init_user(void) { #ifdef AUDIO_ENABLE init_notes(); - play_notes(&start_up, 9, false); + play_notes(&start_up, 5, false); #endif } |