]> git.donarmstrong.com Git - qmk_firmware.git/commit
adds a sequencer to the music mode (#330)
authorJack Humbert <jack.humb@gmail.com>
Sun, 15 May 2016 04:40:59 +0000 (00:40 -0400)
committerJack Humbert <jack.humb@gmail.com>
Sun, 15 May 2016 04:40:59 +0000 (00:40 -0400)
commit15719f3574c6274ee0f3ec87431927c5a523aa3e
tree1a62fe2d064397f0cf27e77ed6934e08e5f6ee3e
parent1a8c0dd22d6a2255511d0db6a456315541b5815b
adds a sequencer to the music mode (#330)

* implements leader key for planck experimental

* allows override of leader timeout

* adds ability to use the leader key in seq

* fixes leader keycode

* adds chording prototype

* fixes keycode detection

* moves music mode to quantum.c

* disables chording by default

* adds music sequencer functionality

* implements audio/music functions in quantum.c

* Merge branch 'master' into process-record
keyboard/planck/keymaps/experimental/keymap.c
quantum/audio/audio.c
quantum/audio/audio.h
quantum/keymap_common.h
quantum/quantum.c