Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-11 | Merge pull request #247 from NoahAndrews/fix-path-script | ||
Fix important bugs in the path script for Windows | |||
2016-04-11 | Merge pull request #232 from IBNobody/master | ||
Added Error Checking to 2nd Setup Script | |||
2016-04-11 | Added admin privilege check | ||
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. | |||
2016-04-11 | Fixed CD | ||
2016-04-11 | Updated comment | ||
2016-04-11 | Remove failing check | ||
NEWPATH1 (C:\MinGW\msys\bin) won't actually be created until the second script is run | |||
2016-04-11 | Add HJKL layout | ||
2016-04-11 | Add HJKL layout | ||
2016-04-09 | Add my keymap | ||
2016-04-07 | another modification of layers, restored arrow keys and added cut/paste | ||
2016-04-07 | [Erez & Jack] Documents tri-layer and keymap-specific makefile options | ||
2016-04-07 | [Erez & Jack] Makes tri-layer available across Quantum | ||
2016-04-06 | Merge pull request #182 from Vifon/modifier-release-fix | ||
Fix the layer-dependent modifiers handling | |||
2016-04-06 | Merge pull request #239 from DidierLoiseau/issue-221 | ||
Fix issue #221: LGUI(KC_LSFT) does not work | |||
2016-04-06 | Merge pull request #215 from nrrkeene/master | ||
Added proper documentation | |||
2016-04-06 | Merge pull request #238 from alexjj/master | ||
Submitting my ergodox EZ layout | |||
2016-04-06 | switched raise and lower layers | ||
2016-04-06 | Fix issue #221: LGUI(KC_LSFT) does not work | ||
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) | |||
2016-04-05 | updated my keymap | ||
2016-04-05 | Modified keymap | ||
2016-04-05 | Updated hex | ||
2016-04-05 | :pound: typo | ||
2016-04-05 | :pound: typo | ||
2016-04-05 | Merge pull request #5 from jackhumbert/master | ||
Sync with upstream | |||
2016-04-05 | updates to noise | ||
2016-04-05 | Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard | ||
2016-04-05 | add silent notes | ||
2016-04-05 | Refactor the source layer cache encoding | ||
2016-04-04 | Update tak3over.c | ||
2016-04-04 | Merge pull request #2 from jackhumbert/master | ||
Update from source | |||
2016-04-04 | Merge pull request #1 from tak3over/tak3over-patch-1 | ||
Minor documentation error. Raise and Lower. | |||
2016-04-04 | Minor documentation error. Raise and Lower. | ||
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. | |||
2016-04-04 | Merge pull request #235 from mbarkhau/master | ||
add indent to generated keymap | |||
2016-04-03 | music mode file | ||
2016-04-03 | add indent to generated keymap | ||
2016-04-03 | Links to build guide | ||
2016-04-03 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into ↵ | ||
modifier-release-fix | |||
2016-04-03 | Merge pull request #213 from mbarkhau/master | ||
Add manuneo layout | |||
2016-04-03 | Merge pull request #234 from sboesebeck/master | ||
several iterations later | |||
2016-04-02 | use action function for unicode | ||
2016-04-02 | Update PREVENT_STUCK_MODIFIERS documentation in README | ||
2016-04-02 | Cleanup after merge | ||
- remove a superfluous parenthesis - wrap lines longer than 80 characters - add const specifiers where appropriate - remove unnecessary casts | |||
2016-04-02 | Merge branch 'modifier-release-fix' of ↵ | ||
https://github.com/eltang/qmk_firmware into modifier-release-fix | |||
2016-04-02 | Update action.c | ||
2016-04-02 | Update action.c | ||
2016-04-02 | Update action.c | ||
2016-04-02 | Update action.c | ||
2016-04-02 | Update action.c | ||
2016-04-02 | Update action.c | ||
2016-04-02 | Merge branch 'master' of https://github.com/sboesebeck/qmk_firmware | ||