summaryrefslogtreecommitdiffstats
path: root/keyboard/preonic/keymaps/default
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-04-05 15:44:01 +0200
committerJack Humbert <jack.humb@gmail.com>2016-04-05 15:44:01 +0200
commit931b0a79fc071498c229b0051be0ebadd934a549 (patch)
tree29a2fca3e86217958292286a91e2cc7fcf33070a /keyboard/preonic/keymaps/default
parente1020672ac42a423a16747d2272cd2203bd3f988 (diff)
downloadqmk_firmware-931b0a79fc071498c229b0051be0ebadd934a549.tar.gz
qmk_firmware-931b0a79fc071498c229b0051be0ebadd934a549.tar.xz
updates to noise
Diffstat (limited to 'keyboard/preonic/keymaps/default')
-rw-r--r--keyboard/preonic/keymaps/default/keymap.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboard/preonic/keymaps/default/keymap.c b/keyboard/preonic/keymaps/default/keymap.c
index 5099b6581..784670784 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
}