diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-04-29 12:42:55 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-04-29 12:42:55 -0400 |
commit | 66e0323881a5a3da65e14daeec41a1e9cfbda431 (patch) | |
tree | 89f8bbb0765288800937c3c6c9fbbd001c821c11 /keyboard/planck/keymaps | |
parent | 2bbf3d5820734eabbcf47c3072be6fdcaa9e36cc (diff) | |
download | qmk_firmware-66e0323881a5a3da65e14daeec41a1e9cfbda431.tar.gz qmk_firmware-66e0323881a5a3da65e14daeec41a1e9cfbda431.zip |
removes extra voices, updates .hex files
Diffstat (limited to 'keyboard/planck/keymaps')
-rw-r--r-- | keyboard/planck/keymaps/default/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/planck/keymaps/default/keymap.c b/keyboard/planck/keymaps/default/keymap.c index e120d358a4..e7a9ea9e4c 100644 --- a/keyboard/planck/keymaps/default/keymap.c +++ b/keyboard/planck/keymaps/default/keymap.c @@ -365,7 +365,7 @@ void play_goodbye_tone() } uint8_t starting_note = 0x0C; -int offset = 7; +int offset = 0; void process_action_user(keyrecord_t *record) { |