index
:
qmk.git
jworthe-oryx
master
Open-source keyboard firmware for Atmel AVR and Arm USB families. Fork of https://github.com/qmk/qmk_firmware
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tmk_core
/
common
/
action.h
Age
Commit message (
Expand
)
Author
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-04-03
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into mod...
Wojciech Siewierski
2016-04-01
Update action.h
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
2015-05-21
Revert "Make action_for_key a weak symbol"
tmk
2015-05-19
Make action_for_key a weak symbol
Dan McGregor
2015-04-10
Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'
tmk