Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #246 from romanzolotarev/master | Erez Zukerman | 2016-04-11 | 5 | -5/+1331 |
|\ | | | | | Add a new layout with arrows in the home row | ||||
| * | Add HJKL layout | Roman Zolotarev | 2016-04-11 | 5 | -5/+1331 |
| | | |||||
* | | Merge pull request #244 from nicosuave/add_nico_planck_keymap | Jack Humbert | 2016-04-11 | 1 | -0/+69 |
|\ \ | | | | | | | Add nico keymap | ||||
| * | | Add my keymap | Nico Ritschel | 2016-04-09 | 1 | -0/+69 |
| | | | |||||
* | | | Merge pull request #236 from tak3over/master | Jack Humbert | 2016-04-11 | 2 | -49/+43 |
|\ \ \ | | | | | | | | | Minor Doc Changes. | ||||
| * | | | another modification of layers, restored arrow keys and added cut/paste | tak3over | 2016-04-07 | 1 | -13/+31 |
| | | | | |||||
| * | | | switched raise and lower layers | tak3over | 2016-04-06 | 1 | -16/+13 |
| | | | | |||||
| * | | | updated my keymap | tak3over | 2016-04-05 | 1 | -3/+1 |
| | | | | |||||
| * | | | Modified keymap | tak3over | 2016-04-05 | 1 | -29/+10 |
| | | | | |||||
| * | | | Update tak3over.c | tak3over | 2016-04-04 | 1 | -27/+27 |
| | | | | |||||
| * | | | Merge pull request #2 from jackhumbert/master | tak3over | 2016-04-04 | 15 | -1346/+6131 |
| |\ \ \ | | | | | | | | | | | Update from source | ||||
| * \ \ \ | Merge pull request #1 from tak3over/tak3over-patch-1 | tak3over | 2016-04-04 | 1 | -5/+5 |
| |\ \ \ \ | | | | | | | | | | | | | Minor documentation error. Raise and Lower. | ||||
| | * | | | | Minor documentation error. Raise and Lower. | tak3over | 2016-04-04 | 1 | -5/+5 |
| |/ / / / | | | | | | | | | | | The Raise and Lower keys were transposed in the comment key map for all layers. Assuming _RS and _LW should be mapped to Raise and Lower respectively. Probably is the same in the other custom keymaps that copied from this default. | ||||
* | | | | | 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) |