]> git.donarmstrong.com Git - qmk_firmware.git/commit
Leader key implementation (#326)
authorErez Zukerman <bulk@ezuk.org>
Sun, 15 May 2016 04:27:32 +0000 (00:27 -0400)
committerJack Humbert <jack.humb@gmail.com>
Sun, 15 May 2016 04:27:32 +0000 (00:27 -0400)
commit1a8c0dd22d6a2255511d0db6a456315541b5815b
tree6c7d5e9dc66f9ce864cfe87a72dfb47e6f06d3a7
parent79d26f331a275c99f76a30d34752fbd65bb3f335
Leader key implementation (#326)

* 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

* updates process_action functions to return bool
20 files changed:
keyboard/atomic/atomic.c
keyboard/atomic/atomic.h
keyboard/gh60_rev_c/gh60.c
keyboard/gh60_rev_c/gh60.h
keyboard/planck/keymaps/experimental/keymap.c
keyboard/planck/planck.c
keyboard/planck/planck.h
keyboard/preonic/preonic.c
keyboard/preonic/preonic.h
quantum/keymap_common.c
quantum/keymap_common.h
quantum/matrix.c
quantum/quantum.c [new file with mode: 0644]
quantum/quantum.h [new file with mode: 0644]
quantum/quantum.mk
quantum/template/template.c
quantum/template/template.h
tmk_core/common/action.c
tmk_core/common/action.h
tmk_core/common/matrix.h