]> git.donarmstrong.com Git - qmk_firmware.git/commit
splits process_action up to handle records separately (#329)
authorJack Humbert <jack.humb@gmail.com>
Sun, 15 May 2016 04:47:25 +0000 (00:47 -0400)
committerJack Humbert <jack.humb@gmail.com>
Sun, 15 May 2016 04:47:25 +0000 (00:47 -0400)
commitbf5c2ccee5497523c214dae7aacdc27fdbb0f235
tree0bd27929ab759c0b7fd454e9a684bb1618330af6
parent15719f3574c6274ee0f3ec87431927c5a523aa3e
splits process_action up to handle records separately (#329)

* 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

* splits up process_action to allow independent processing of actions

* merging?
quantum/keymap_common.h
quantum/quantum.c
tmk_core/common/action.c
tmk_core/common/action.h
tmk_core/common/action_tapping.c