Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Update PREVENT_STUCK_MODIFIERS documentation in README | Wojciech Siewierski | 2016-04-02 | 1 | -2/+3 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Cleanup after merge | Wojciech Siewierski | 2016-04-02 | 1 | -7/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove a superfluous parenthesis - wrap lines longer than 80 characters - add const specifiers where appropriate - remove unnecessary casts | |||||
| * | | | | | | | | | Merge branch 'modifier-release-fix' of ↵ | Wojciech Siewierski | 2016-04-02 | 2 | -5/+16 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/eltang/qmk_firmware into modifier-release-fix | |||||
| | * | | | | | | | | | Update action.c | eltang | 2016-04-02 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Update action.c | eltang | 2016-04-02 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Update action.c | eltang | 2016-04-02 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Update action.c | eltang | 2016-04-02 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Update action.c | eltang | 2016-04-02 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Update action.c | eltang | 2016-04-02 | 1 | -1/+2 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Update action.c | Eric-L-T | 2016-04-01 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Update action.c | Eric-L-T | 2016-04-01 | 1 | -8/+8 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Update action.c | Eric-L-T | 2016-04-01 | 1 | -6/+6 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Update action.c | Eric-L-T | 2016-04-01 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Update action.h | Eric-L-T | 2016-04-01 | 1 | -1/+0 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Update action.c | Eric-L-T | 2016-04-01 | 1 | -4/+15 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Update the memory consumption total value in README | Wojciech Siewierski | 2016-03-28 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Update the memory consumption of PREVENT_STUCK_MODIFIERS in README | Wojciech Siewierski | 2016-03-28 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Cut the memory consumption of PREVENT_STUCK_MODIFIERS in half | Wojciech Siewierski | 2016-03-27 | 4 | -11/+16 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Expose the pressed_actions_cache global variable | Wojciech Siewierski | 2016-03-15 | 2 | -4/+4 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Always provide an implementation of process_action_nocache | Wojciech Siewierski | 2016-03-15 | 2 | -1/+6 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | process_action may be called either with key cache or without it | Wojciech Siewierski | 2016-03-13 | 2 | -0/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | | | | | | | Document the issue of stuck modifiers | Wojciech Siewierski | 2016-03-08 | 2 | -1/+21 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Fix the layer-dependent modifiers handling | Wojciech Siewierski | 2016-03-05 | 1 | -1/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #181. | |||||
* | | | | | | | | | | Merge pull request #239 from DidierLoiseau/issue-221 | Erez Zukerman | 2016-04-06 | 1 | -2/+12 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix issue #221: LGUI(KC_LSFT) does not work | |||||
| * | | | | | | | | | | Fix issue #221: LGUI(KC_LSFT) does not work | Didier Loiseau | 2016-04-06 | 1 | -2/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on mod keys, register LGUI, LSFT etc. as normal mods instead of weak mods: - they won't be cleared when pressing another key (#188) - they won't be cleared by layer switching - LSFT(KC_LGUI) will now have the same behavior as LGUI(KC_LSFT) | |||||
* | | | | | | | | | | | Merge pull request #215 from nrrkeene/master | Erez Zukerman | 2016-04-06 | 3 | -6/+60 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | Added proper documentation | |||||
| * | | | | | | | | | | The Ordinary Layout is unremarkably mundane and remarkably useful | Nicholas Keene | 2016-03-27 | 3 | -6/+60 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #238 from alexjj/master | Erez Zukerman | 2016-04-06 | 4 | -0/+1558 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | Submitting my ergodox EZ layout | |||||
| * | | | | | | | | | | Updated hex | Alex Johnstone | 2016-04-05 | 1 | -893/+895 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | :pound: typo | Alex Johnstone | 2016-04-05 | 1 | -0/+4 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | :pound: typo | Alex Johnstone | 2016-04-05 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #5 from jackhumbert/master | Alex Johnstone | 2016-04-05 | 114 | -3408/+12942 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | Sync with upstream | |||||
* | | | | | | | | | | | updates to noise | Jack Humbert | 2016-04-05 | 5 | -5/+162 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard | Jack Humbert | 2016-04-05 | 2 | -92/+123 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #235 from mbarkhau/master | Erez Zukerman | 2016-04-04 | 2 | -92/+123 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | add indent to generated keymap | |||||
| | * | | | | | | | | | | add indent to generated keymap | Manuel Barkhau | 2016-04-03 | 2 | -92/+123 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | add silent notes | Jack Humbert | 2016-04-05 | 1 | -0/+3 | |
|/ / / / / / / / / / / | ||||||
* | | | | / / / / / / | music mode file | Jack Humbert | 2016-04-03 | 6 | -16/+1725 | |
| |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #213 from mbarkhau/master | Erez Zukerman | 2016-04-03 | 4 | -0/+2890 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add manuneo layout | |||||
| * | | | | | | | | | use action function for unicode | Manuel Barkhau | 2016-04-02 | 4 | -2540/+1651 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Update compile_keymap.py | mbarkhau | 2016-03-29 | 1 | -13/+11 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | add hex file | Manuel Barkhau | 2016-03-28 | 1 | -0/+1624 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge remote-tracking branch 'origin/master' | Manuel Barkhau | 2016-03-28 | 36 | -1305/+4815 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | |