Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into ↵ | Wojciech Siewierski | 2016-04-03 | 1 | -0/+3 |
|\ | | | | | | | modifier-release-fix | ||||
| * | Rename function to be keyboard-specific | Damien Pollet | 2016-03-28 | 1 | -2/+2 |
| | | |||||
| * | Add per-event user hook function to QMK | Damien Pollet | 2016-03-28 | 1 | -0/+3 |
| | | |||||
* | | Update action.h | Eric-L-T | 2016-04-01 | 1 | -1/+0 |
| | | |||||
* | | Cut the memory consumption of PREVENT_STUCK_MODIFIERS in half | Wojciech Siewierski | 2016-03-27 | 1 | -1/+1 |
| | | |||||
* | | Expose the pressed_actions_cache global variable | Wojciech Siewierski | 2016-03-15 | 1 | -0/+1 |
| | | |||||
* | | Always provide an implementation of process_action_nocache | Wojciech Siewierski | 2016-03-15 | 1 | -1/+1 |
| | | |||||
* | | process_action may be called either with key cache or without it | Wojciech Siewierski | 2016-03-13 | 1 | -0/+4 |
|/ | | | | | | | If one wants to temporarily disable the key cache (for example because it interferes with a macro), `disable_action_cache` must be set to `true`. `process_action_nocache` is a simple wrapper doing just that for a single call. | ||||
* | Revert "Make action_for_key a weak symbol" | tmk | 2015-05-21 | 1 | -1/+0 |
| | | | | | | This reverts commit c17b8a599e3ec3b0a327bcd66082541f2517ab30. The commit made compile error and its intention is unclear. | ||||
* | Make action_for_key a weak symbol | Dan McGregor | 2015-05-19 | 1 | -0/+1 |
| | |||||
* | Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' | tmk | 2015-04-10 | 1 | -0/+82 |