Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2016-02-27 | Fix FR_RCBR declaration in keymap_french.h | Kévin Letord | |
2016-02-27 | Update PCB_GUIDE.md | Lucas Hecht | |
2016-02-27 | added "Troubleshooting" section to PCB guide | Lucas Hecht | |
2016-02-26 | ignore dfu-programme.exe in commits | Lucas Hecht | |
2016-02-26 | Added Windows environment setup script | Noah Andrews | |
2016-02-26 | Include MSYS directory in Windows path | Noah Andrews | |
2016-02-25 | Add script to setup the PATH variable on Windows | Noah Andrews | |
2016-02-25 | Delete keymap_eigen.c | deepshitgoeshere | |
2016-02-25 | Delete dfu-programmer.exe | deepshitgoeshere | |
2016-02-25 | Delete dfu-programmer.exe | deepshitgoeshere | |
2016-02-25 | Merge branch 'jackhumbert-master' | Lucas Hecht | |
2016-02-25 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into ↵ | Lucas Hecht | |
jackhumbert-master | |||
2016-02-25 | delete old keymap (keymap_eigen.c) | Lucas Hecht | |
2016-02-24 | Added keymap "lucas.c" | Lucas Hecht | |
2016-02-23 | Merge pull request #158 from DidierLoiseau/eclipse-config | Jack Humbert | |
Add Eclipse settings files to .gitignore | |||
2016-02-22 | Merge pull request #159 from Keller-Laminar/patch-1 | Jack Humbert | |
Include Dvorak underscore and plus keys. | |||
2016-02-22 | Include Dvorak underscore and plus keys. | Keller-Laminar | |
There were previously no Dvorak specific underscore and plus key codes. For a keyboard like the Planck which has layers directly to shifted versions of special character keys you were unable to produce those characters using the Lower layer. |