Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #247 from NoahAndrews/fix-path-script | Jack Humbert | 2016-04-11 | 1 | -2/+8 |
|\ | | | | | Fix important bugs in the path script for Windows | ||||
| * | Added admin privilege check | NoahAndrews | 2016-04-11 | 1 | -0/+7 |
| | | | | | | | | | | | | Running this as a non-administrator appears to work at first, but the changes wouldn't stick on my Win 8.1 system. It's weird, but this script needs to run as admin. | ||||
| * | Updated comment | NoahAndrews | 2016-04-11 | 1 | -1/+1 |
| | | |||||
| * | Remove failing check | NoahAndrews | 2016-04-11 | 1 | -1/+0 |
| | | | | | | | | | | NEWPATH1 (C:\MinGW\msys\bin) won't actually be created until the second script is run | ||||
* | | Merge pull request #232 from IBNobody/master | Jack Humbert | 2016-04-11 | 1 | -29/+51 |
|\ \ | |/ |/| | Added Error Checking to 2nd Setup Script | ||||
| * | Fixed CD | IBNobody | 2016-04-11 | 1 | -2/+2 |
| | | |||||
| * | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' | IBNobody | 2016-04-01 | 0 | -0/+0 |
| |\ | |||||
| * | | Added Error Checking to Setup.bat #2 | IBNobody | 2016-04-01 | 1 | -29/+51 |
| | | | | | | | | | | | | | | | | | | | | | Added check for the MinGW directory. Fixed a bug with script exiting out of a CMD window. Fixed a bug with script dropping user into MinGW directory. Fixed a bug with RD not deleting temp. Fixed a bug with PNPUtil.exe not being present in the path. | ||||
* | | | Links to build guide | Erez Zukerman | 2016-04-03 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #182 from Vifon/modifier-release-fix | Erez Zukerman | 2016-04-06 | 5 | -7/+124 |
|\ \ \ | | | | | | | | | Fix the layer-dependent modifiers handling | ||||
| * | | | Refactor the source layer cache encoding | Wojciech Siewierski | 2016-04-05 | 3 | -41/+71 |
| | | | | |||||
| * | | | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into ↵ | Wojciech Siewierski | 2016-04-03 | 220 | -42725/+47824 |
| |\ \ \ | | | | | | | | | | | | | | | | modifier-release-fix | ||||
| * | | | | 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 |
| |_|_|_|/ / / |/| | | | | | |