Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-04-02 | Update action.c | eltang | 1 | -1/+2 | |
2016-04-02 | Update action.c | Eric-L-T | 1 | -1/+1 | |
2016-04-02 | Update action.c | Eric-L-T | 1 | -8/+8 | |
2016-04-02 | Update action.c | Eric-L-T | 1 | -6/+6 | |
2016-04-01 | Update action.c | Eric-L-T | 1 | -1/+1 | |
2016-04-01 | Update action.h | Eric-L-T | 1 | -1/+0 | |
2016-04-01 | Update action.c | Eric-L-T | 1 | -4/+15 | |
2016-03-28 | Update the memory consumption total value in README | Wojciech Siewierski | 1 | -1/+1 | |
2016-03-28 | Update the memory consumption of PREVENT_STUCK_MODIFIERS in README | Wojciech Siewierski | 1 | -2/+2 | |
2016-03-27 | Cut the memory consumption of PREVENT_STUCK_MODIFIERS in half | Wojciech Siewierski | 4 | -11/+16 | |
2016-03-15 | Expose the pressed_actions_cache global variable | Wojciech Siewierski | 2 | -4/+4 | |
2016-03-15 | Always provide an implementation of process_action_nocache | Wojciech Siewierski | 2 | -1/+6 | |
2016-03-13 | process_action may be called either with key cache or without it | Wojciech Siewierski | 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. | |||||
2016-03-08 | Document the issue of stuck modifiers | Wojciech Siewierski | 2 | -1/+21 | |
2016-03-05 | Fix the layer-dependent modifiers handling | Wojciech Siewierski | 1 | -1/+21 | |
Closes #181. | |||||
2016-03-05 | Merge pull request #180 from NoahAndrews/add-build-instructions | Jack Humbert | 1 | -1/+20 | |
Added build instructions to BUILD_GUIDE.md | |||||
2016-03-05 | Added build instructions to BUILD_GUIDE.md | Noah Andrews | 1 | -1/+20 | |
2016-03-05 | Merge pull request #179 from NoahAndrews/add-win-linux-instructions | Jack Humbert | 1 | -1/+11 | |
Added Windows and Linux instructions to BUILD_GUIDE.md | |||||
2016-03-05 | Added Windows and Linux instructions to BUILD_GUIDE.md | Noah Andrews | 1 | -1/+11 | |
2016-03-04 | Merge pull request #176 from NoahAndrews/fix-new-projects | Jack Humbert | 1 | -1/+1 | |
Fix building new projects | |||||
2016-03-04 | Remove extraneous comma | Noah Andrews | 1 | -1/+1 | |
2016-03-04 | Merge pull request #171 from NoahAndrews/restructure-documentation | Jack Humbert | 4 | -2/+30 | |
Restructure documentation | |||||
2016-03-04 | Merge pull request #170 from NoahAndrews/improve-windows-docs | Jack Humbert | 3 | -4/+55 | |
Add scripts for easy Windows environment setup | |||||
2016-03-04 | Merge pull request #165 from deepshitgoeshere/deepshitgoeshere-master | Jack Humbert | 3 | -1/+189 | |
added planck keymap and troubleshooting part in the PCB guide | |||||
2016-03-04 | Merge pull request #175 from NoahAndrews/fix-#174 | Jack Humbert | 1 | -2/+1 | |
Fix #174 | |||||
2016-03-04 | Fix #174 | Noah Andrews | 1 | -2/+1 | |
2016-03-04 | Merge pull request #172 from plgruener/pr1 | Jack Humbert | 1 | -0/+19 | |
add missing keys to keymap_neo2.h | |||||
2016-03-03 | update neo keymap | plgruener | 1 | -0/+19 | |
2016-03-03 | Clarified recommended Mac setup method | Noah Andrews | 1 | -2/+4 | |
2016-03-03 | Updated README to point to new build guide | Noah Andrews | 1 | -2/+3 | |
2016-03-03 | Added Mac section (copy/pasted from PCB_GUIDE.md) | Noah Andrews | 1 | -0/+10 | |
2016-03-03 | Renamed handwriting guide to fit repository convention | Noah Andrews | 1 | -0/+0 | |
2016-03-03 | Added placeholder for windows section of build guide | Noah Andrews | 2 | -2/+3 | |
2016-03-03 | Added Vagrant explanation | Noah Andrews | 1 | -1/+14 | |
2016-03-03 | Added stub BUILD_GUIDE.md | Noah Andrews | 1 | -0/+1 | |
2016-03-03 | Renamed QUICK_START.md to VAGRANT_GUIDE.md | Noah Andrews | 1 | -0/+0 | |
2016-03-02 | Fix link to MHV AVR Tools | Noah Andrews | 1 | -1/+1 | |
2016-03-02 | Added documentation for new Windows scripts | Noah Andrews | 1 | -17/+5 | |
2016-03-02 | Renamed scripts to show order | Noah Andrews | 2 | -0/+0 | |
2016-03-02 | Added logging to setup script | Noah Andrews | 1 | -2/+18 | |
2016-03-02 | Removed unneeded lines from setup script | Noah Andrews | 2 | -6/+16 | |
2016-02-27 | Merge pull request #166 from kletord/fix_french_keymap | Jack Humbert | 1 | -1/+1 | |
Fix FR_RCBR declaration in keymap_french.h | |||||
2016-02-27 | Fix FR_RCBR declaration in keymap_french.h | Kévin Letord | 1 | -1/+1 | |
2016-02-27 | Update PCB_GUIDE.md | Lucas Hecht | 1 | -1/+2 | |
2016-02-27 | added "Troubleshooting" section to PCB guide | Lucas Hecht | 1 | -0/+22 | |
2016-02-26 | ignore dfu-programme.exe in commits | Lucas Hecht | 1 | -1/+3 | |
2016-02-26 | Added Windows environment setup script | Noah Andrews | 1 | -0/+28 | |
2016-02-26 | Include MSYS directory in Windows path | Noah Andrews | 1 | -1/+1 | |
2016-02-26 | Add script to setup the PATH variable on Windows | Noah Andrews | 1 | -0/+9 | |
2016-02-25 | Delete keymap_eigen.c | deepshitgoeshere | 1 | -184/+0 | |