index
:
qmk_firmware.git
audio
master
optimised
unicode
user_functions
Keyboard layout for Planck
KJ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tmk_core
/
common
/
action.c
Age
Commit message (
Expand
)
Author
2017-02-13
Implement faux-clicky feature
Priyadi Iman Nurcahyo
2017-01-29
moved oneshot cancellation code outside of process_record.
SjB
2017-01-15
oneshot timeout would only timeout after an event.
SjB
2016-09-23
Fix issue #772 Meh and Hyper not working
Didier Loiseau
2016-08-20
Improve one-hand support by adding more actions and tap keys.
Joe Wasson
2016-08-20
Add one-hand support.
Joe Wasson
2016-05-15
splits process_action up to handle records separately (#329)
Jack Humbert
2016-05-15
Leader key implementation (#326)
Erez Zukerman
2016-05-05
Adds oneshot layer and oneshot tap toggling (#308)
Thiago Alves
2016-04-28
stops forcing debug_action
Jack Humbert
2016-04-17
Fixed many compiler warnings related to print being disabled
IBNobody
2016-04-06
Merge pull request #182 from Vifon/modifier-release-fix
Erez Zukerman
2016-04-06
Fix issue #221: LGUI(KC_LSFT) does not work
Didier Loiseau
2016-04-05
Refactor the source layer cache encoding
Wojciech Siewierski
2016-04-03
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into mod...
Wojciech Siewierski
2016-04-02
Cleanup after merge
Wojciech Siewierski
2016-04-02
Update action.c
eltang
2016-04-02
Update action.c
eltang
2016-04-02
Update action.c
eltang
2016-04-02
Update action.c
eltang
2016-04-02
Update action.c
eltang
2016-04-02
Update action.c
eltang
2016-04-01
Update action.c
Eric-L-T
2016-04-01
Update action.c
Eric-L-T
2016-04-01
Update action.c
Eric-L-T
2016-04-01
Update action.c
Eric-L-T
2016-04-01
Update action.c
Eric-L-T
2016-03-28
Rename function to be keyboard-specific
Damien Pollet
2016-03-28
Add per-event user hook function to QMK
Damien Pollet
2016-03-27
Cut the memory consumption of PREVENT_STUCK_MODIFIERS in half
Wojciech Siewierski
2016-03-15
Expose the pressed_actions_cache global variable
Wojciech Siewierski
2016-03-15
Always provide an implementation of process_action_nocache
Wojciech Siewierski
2016-03-13
process_action may be called either with key cache or without it
Wojciech Siewierski
2016-03-08
Fix #156: clear weak mods on every key press
Didier Loiseau
2016-03-08
Document the issue of stuck modifiers
Wojciech Siewierski
2016-03-05
Fix the layer-dependent modifiers handling
Wojciech Siewierski
2015-10-28
Fixes rolling combos for mod-tap keys
Erez Zukerman
2015-04-23
Remove unneeded tap delays #201
Jun Wako
2015-04-10
Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'
tmk