Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-02 | Update PREVENT_STUCK_MODIFIERS documentation in README | Wojciech Siewierski | |
2016-04-02 | Cleanup after merge | Wojciech Siewierski | |
- 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 ↵ | Wojciech Siewierski | |
https://github.com/eltang/qmk_firmware into modifier-release-fix | |||
2016-04-02 | Update action.c | eltang | |
2016-04-02 | Update action.c | eltang | |
2016-04-02 | Update action.c | eltang | |
2016-04-02 | Update action.c | eltang | |
2016-04-02 | Update action.c | eltang | |
2016-04-02 | Update action.c | eltang | |
2016-04-01 | Update action.c | Eric-L-T | |
2016-04-01 | Update action.c | Eric-L-T | |
2016-04-01 | Update action.c | Eric-L-T | |
2016-04-01 | Update action.c | Eric-L-T | |
2016-04-01 | Update action.h | Eric-L-T | |
2016-04-01 | Update action.c | Eric-L-T | |
2016-03-28 | Update the memory consumption total value in README | Wojciech Siewierski | |
2016-03-28 | Update the memory consumption of PREVENT_STUCK_MODIFIERS in README | Wojciech Siewierski | |
2016-03-27 | Cut the memory consumption of PREVENT_STUCK_MODIFIERS in half | Wojciech Siewierski | |
2016-03-15 | Expose the pressed_actions_cache global variable | Wojciech Siewierski | |
2016-03-15 | Always provide an implementation of process_action_nocache | Wojciech Siewierski | |
2016-03-13 | process_action may be called either with key cache or without it | Wojciech Siewierski | |
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. | |||
2016-03-08 | Document the issue of stuck modifiers | Wojciech Siewierski | |
2016-03-05 | Fix the layer-dependent modifiers handling | Wojciech Siewierski | |
Closes #181. | |||
2016-03-04 | Merge pull request #180 from NoahAndrews/add-build-instructions | Jack Humbert | |
Added build instructions to BUILD_GUIDE.md | |||
2016-03-04 | Added build instructions to BUILD_GUIDE.md | Noah Andrews | |
2016-03-04 | Merge pull request #179 from NoahAndrews/add-win-linux-instructions | Jack Humbert | |
Added Windows and Linux instructions to BUILD_GUIDE.md | |||
2016-03-04 | Added Windows and Linux instructions to BUILD_GUIDE.md | Noah Andrews | |
2016-03-04 | Merge pull request #176 from NoahAndrews/fix-new-projects | Jack Humbert | |
Fix building new projects | |||
2016-03-04 | Remove extraneous comma | Noah Andrews | |
2016-03-04 | Merge pull request #171 from NoahAndrews/restructure-documentation | Jack Humbert | |
Restructure documentation | |||
2016-03-04 | Merge pull request #170 from NoahAndrews/improve-windows-docs | Jack Humbert | |
Add scripts for easy Windows environment setup | |||
2016-03-04 | Merge pull request #165 from deepshitgoeshere/deepshitgoeshere-master | Jack Humbert | |
added planck keymap and troubleshooting part in the PCB guide | |||
2016-03-04 | Merge pull request #175 from NoahAndrews/fix-#174 | Jack Humbert | |
Fix #174 | |||
2016-03-04 | Fix #174 | Noah Andrews | |
2016-03-03 | Merge pull request #172 from plgruener/pr1 | Jack Humbert | |
add missing keys to keymap_neo2.h | |||
2016-03-03 | update neo keymap | plgruener | |
2016-03-02 | Clarified recommended Mac setup method | Noah Andrews | |
2016-03-02 | Updated README to point to new build guide | Noah Andrews | |
2016-03-02 | Added Mac section (copy/pasted from PCB_GUIDE.md) | Noah Andrews | |
2016-03-02 | Renamed handwriting guide to fit repository convention | Noah Andrews | |
2016-03-02 | Added placeholder for windows section of build guide | Noah Andrews | |
2016-03-02 | Added Vagrant explanation | Noah Andrews | |
2016-03-02 | Added stub BUILD_GUIDE.md | Noah Andrews | |
2016-03-02 | Renamed QUICK_START.md to VAGRANT_GUIDE.md | Noah Andrews | |
2016-03-02 | Fix link to MHV AVR Tools | Noah Andrews | |
2016-03-02 | Added documentation for new Windows scripts | Noah Andrews | |
2016-03-02 | Renamed scripts to show order | Noah Andrews | |
2016-03-02 | Added logging to setup script | Noah Andrews | |
2016-03-02 | Removed unneeded lines from setup script | Noah Andrews | |
2016-02-27 | Merge pull request #166 from kletord/fix_french_keymap | Jack Humbert | |
Fix FR_RCBR declaration in keymap_french.h |