aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 #180 from NoahAndrews/add-build-instructionsJack Humbert2016-03-041-1/+20
|\ | | | | Added build instructions to BUILD_GUIDE.md
| * Added build instructions to BUILD_GUIDE.mdNoah Andrews2016-03-041-1/+20
|/
* Merge pull request #179 from NoahAndrews/add-win-linux-instructionsJack Humbert2016-03-041-1/+11
|\ | | | | Added Windows and Linux instructions to BUILD_GUIDE.md
| * Added Windows and Linux instructions to BUILD_GUIDE.mdNoah Andrews2016-03-041-1/+11
|/
* Merge pull request #176 from NoahAndrews/fix-new-projectsJack Humbert2016-03-041-1/+1
|\ | | | | Fix building new projects
| * Remove extraneous commaNoah Andrews2016-03-041-1/+1
|/
* Merge pull request #171 from NoahAndrews/restructure-documentationJack Humbert2016-03-044-2/+30
|\ | | | | Restructure documentation
| * Clarified recommended Mac setup methodNoah Andrews2016-03-021-2/+4
| |
| * Updated README to point to new build guideNoah Andrews2016-03-021-2/+3
| |
| * Added Mac section (copy/pasted from PCB_GUIDE.md)Noah Andrews2016-03-021-0/+10
| |
| * Renamed handwriting guide to fit repository conventionNoah Andrews2016-03-021-0/+0
| |
| * Added placeholder for windows section of build guideNoah Andrews2016-03-022-2/+3
| |
| * Added Vagrant explanationNoah Andrews2016-03-021-1/+14
| |
| * Added stub BUILD_GUIDE.mdNoah Andrews2016-03-021-0/+1
| |
| * Renamed QUICK_START.md to VAGRANT_GUIDE.mdNoah Andrews2016-03-021-0/+0
| |
* | Merge pull request #170 from NoahAndrews/improve-windows-docsJack Humbert2016-03-043-4/+55
|\ \ | | | | | | Add scripts for easy Windows environment setup
| * | Fix link to MHV AVR ToolsNoah Andrews2016-03-021-1/+1
| | |
| * | Added documentation for new Windows scriptsNoah Andrews2016-03-021-17/+5
| | |
| * | Renamed scripts to show orderNoah Andrews2016-03-022-0/+0
| | |
| * | Added logging to setup scriptNoah Andrews2016-03-021-2/+18
| | |
| * | Removed unneeded lines from setup scriptNoah Andrews2016-03-022-6/+16
| | |
| * | Added Windows environment setup scriptNoah Andrews2016-02-261-0/+28
| | |
| * | Include MSYS directory in Windows pathNoah Andrews2016-02-261-1/+1
| | |
| * | Add script to setup the PATH variable on WindowsNoah Andrews2016-02-251-0/+9
| | |
* | | Merge pull request #165 from deepshitgoeshere/deepshitgoeshere-masterJack Humbert2016-03-043-1/+189
|\ \ \ | | | | | | | | added planck keymap and troubleshooting part in the PCB guide
| * | | Update PCB_GUIDE.mdLucas Hecht2016-02-271-1/+2
| | | |
| * | | added "Troubleshooting" section to PCB guideLucas Hecht2016-02-271-0/+22
| | | |
| * | | ignore dfu-programme.exe in commitsLucas Hecht2016-02-261-1/+3
| | | |
| * | | Delete keymap_eigen.cdeepshitgoeshere2016-02-251-184/+0
| | | |
| * | | Delete dfu-programmer.exedeepshitgoeshere2016-02-251-0/+0
| | | |
| * | | Delete dfu-programmer.exedeepshitgoeshere2016-02-251-0/+0
| | | |
| * | | Merge branch 'jackhumbert-master'Lucas Hecht2016-02-258-1544/+1656
| |\ \ \
| | * | | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into ↵Lucas Hecht2016-02-257-1507/+1654
| | |\| | | | | | | | | | | | | | | | | jackhumbert-master
| | * | | delete old keymap (keymap_eigen.c)Lucas Hecht2016-02-251-37/+2
| |/ / /
| * | | Added keymap "lucas.c"Lucas Hecht2016-02-244-0/+382
| | | |
* | | | Merge pull request #175 from NoahAndrews/fix-#174Jack Humbert2016-03-041-2/+1
|\ \ \ \ | | | | | | | | | | Fix #174