summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #247 from NoahAndrews/fix-path-scriptJack Humbert2016-04-111-2/+8
|\ | | | | Fix important bugs in the path script for Windows
| * Added admin privilege checkNoahAndrews2016-04-111-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 commentNoahAndrews2016-04-111-1/+1
| |
| * Remove failing checkNoahAndrews2016-04-111-1/+0
| | | | | | | | | | NEWPATH1 (C:\MinGW\msys\bin) won't actually be created until the second script is run
* | Merge pull request #232 from IBNobody/masterJack Humbert2016-04-111-29/+51
|\ \ | |/ |/| Added Error Checking to 2nd Setup Script
| * Fixed CDIBNobody2016-04-111-2/+2
| |
| * Merge remote-tracking branch 'refs/remotes/jackhumbert/master'IBNobody2016-04-010-0/+0
| |\
| * | Added Error Checking to Setup.bat #2IBNobody2016-04-011-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 guideErez Zukerman2016-04-031-1/+1
| | |
* | | Merge pull request #182 from Vifon/modifier-release-fixErez Zukerman2016-04-065-7/+124
|\ \ \ | | | | | | | | Fix the layer-dependent modifiers handling
| * | | Refactor the source layer cache encodingWojciech Siewierski2016-04-053-41/+71
| | | |
| * | | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into ↵Wojciech Siewierski2016-04-03220-42725/+47824
| |\ \ \ | | | | | | | | | | | | | | | modifier-release-fix
| * | | | Update PREVENT_STUCK_MODIFIERS documentation in READMEWojciech Siewierski2016-04-021-2/+3
| | | | |
| * | | | Cleanup after mergeWojciech Siewierski2016-04-021-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 Siewierski2016-04-022-5/+16
| |\ \ \ \ | | | | | | | | | | | | | | | | | | https://github.com/eltang/qmk_firmware into modifier-release-fix
| | * | | | Update action.celtang2016-04-021-1/+1
| | | | | |
| | * | | | Update action.celtang2016-04-021-1/+1
| | | | | |
| | * | | | Update action.celtang2016-04-021-1/+1
| | | | | |
| | * | | | Update action.celtang2016-04-021-1/+1
| | | | | |
| | * | | | Update action.celtang2016-04-021-1/+1
| | | | | |
| | * | | | Update action.celtang2016-04-021-1/+2
| | | | | |
| | * | | | Update action.cEric-L-T2016-04-011-1/+1
| | | | | |
| | * | | | Update action.cEric-L-T2016-04-011-8/+8
| | | | | |
| | * | | | Update action.cEric-L-T2016-04-011-6/+6
| | | | | |
| | * | | | Update action.cEric-L-T2016-04-011-1/+1
| | | | | |
| | * | | | Update action.hEric-L-T2016-04-011-1/+0
| | | | | |
| | * | | | Update action.cEric-L-T2016-04-011-4/+15
| |/ / / /
| * | | | Update the memory consumption total value in READMEWojciech Siewierski2016-03-281-1/+1
| | | | |
| * | | | Update the memory consumption of PREVENT_STUCK_MODIFIERS in READMEWojciech Siewierski2016-03-281-2/+2
| | | | |
| * | | | Cut the memory consumption of PREVENT_STUCK_MODIFIERS in halfWojciech Siewierski2016-03-274-11/+16
| | | | |
| * | | | Expose the pressed_actions_cache global variableWojciech Siewierski2016-03-152-4/+4
| | | | |
| * | | | Always provide an implementation of process_action_nocacheWojciech Siewierski2016-03-152-1/+6
| | | | |
| * | | | process_action may be called either with key cache or without itWojciech Siewierski2016-03-132-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 modifiersWojciech Siewierski2016-03-082-1/+21
| | | | |
| * | | | Fix the layer-dependent modifiers handlingWojciech Siewierski2016-03-051-1/+21
| | | | | | | | | | | | | | | | | | | | Closes #181.
* | | | | Merge pull request #239 from DidierLoiseau/issue-221Erez Zukerman2016-04-061-2/+12
|\ \ \ \ \ | | | | | | | | | | | | Fix issue #221: LGUI(KC_LSFT) does not work
| * | | | | Fix issue #221: LGUI(KC_LSFT) does not workDidier Loiseau2016-04-061-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/masterErez Zukerman2016-04-063-6/+60
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added proper documentation
| * | | | | | The Ordinary Layout is unremarkably mundane and remarkably usefulNicholas Keene2016-03-273-6/+60
| | | | | | |
* | | | | | | Merge pull request #238 from alexjj/masterErez Zukerman2016-04-064-0/+1558
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Submitting my ergodox EZ layout
| * | | | | | Updated hexAlex Johnstone2016-04-051-893/+895
| | | | | | |
| * | | | | | :pound: typoAlex Johnstone2016-04-051-0/+4
| | | | | | |
| * | | | | | :pound: typoAlex Johnstone2016-04-051-1/+1
| | | | | | |
| * | | | | | Merge pull request #5 from jackhumbert/masterAlex Johnstone2016-04-05114-3408/+12942
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | Sync with upstream
* | | | | | | updates to noiseJack Humbert2016-04-055-5/+162
| | | | | | |
* | | | | | | Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboardJack Humbert2016-04-052-92/+123
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #235 from mbarkhau/masterErez Zukerman2016-04-042-92/+123
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | add indent to generated keymap
| | * | | | | | | add indent to generated keymapManuel Barkhau2016-04-032-92/+123
| | | | | | | | |
* | | | | | | | | add silent notesJack Humbert2016-04-051-0/+3
|/ / / / / / / /
* | | | | / / / music mode fileJack Humbert2016-04-036-16/+1725
| |_|_|_|/ / / |/| | | | | |