summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #180 from NoahAndrews/add-build-instructionsJack Humbert2016-03-04
|\ | | | | Added build instructions to BUILD_GUIDE.md
| * Added build instructions to BUILD_GUIDE.mdNoah Andrews2016-03-04
|/
* Merge pull request #179 from NoahAndrews/add-win-linux-instructionsJack Humbert2016-03-04
|\ | | | | Added Windows and Linux instructions to BUILD_GUIDE.md
| * Added Windows and Linux instructions to BUILD_GUIDE.mdNoah Andrews2016-03-04
|/
* Merge pull request #176 from NoahAndrews/fix-new-projectsJack Humbert2016-03-04
|\ | | | | Fix building new projects
| * Remove extraneous commaNoah Andrews2016-03-04
|/
* Merge pull request #171 from NoahAndrews/restructure-documentationJack Humbert2016-03-04
|\ | | | | Restructure documentation
| * Clarified recommended Mac setup methodNoah Andrews2016-03-02
| |
| * Updated README to point to new build guideNoah Andrews2016-03-02
| |
| * Added Mac section (copy/pasted from PCB_GUIDE.md)Noah Andrews2016-03-02
| |
| * Renamed handwriting guide to fit repository conventionNoah Andrews2016-03-02
| |
| * Added placeholder for windows section of build guideNoah Andrews2016-03-02
| |
| * Added Vagrant explanationNoah Andrews2016-03-02
| |
| * Added stub BUILD_GUIDE.mdNoah Andrews2016-03-02
| |
| * Renamed QUICK_START.md to VAGRANT_GUIDE.mdNoah Andrews2016-03-02
| |
* | Merge pull request #170 from NoahAndrews/improve-windows-docsJack Humbert2016-03-04
|\ \ | | | | | | Add scripts for easy Windows environment setup
| * | Fix link to MHV AVR ToolsNoah Andrews2016-03-02
| | |
| * | Added documentation for new Windows scriptsNoah Andrews2016-03-02
| | |
| * | Renamed scripts to show orderNoah Andrews2016-03-02
| | |
| * | Added logging to setup scriptNoah Andrews2016-03-02
| | |
| * | Removed unneeded lines from setup scriptNoah Andrews2016-03-02
| | |
| * | Added Windows environment setup scriptNoah Andrews2016-02-26
| | |
| * | Include MSYS directory in Windows pathNoah Andrews2016-02-26
| | |
| * | Add script to setup the PATH variable on WindowsNoah Andrews2016-02-25
| | |
* | | Merge pull request #165 from deepshitgoeshere/deepshitgoeshere-masterJack Humbert2016-03-04
|\ \ \ | | | | | | | | added planck keymap and troubleshooting part in the PCB guide
| * | | Update PCB_GUIDE.mdLucas Hecht2016-02-27
| | | |
| * | | added "Troubleshooting" section to PCB guideLucas Hecht2016-02-27
| | | |
| * | | ignore dfu-programme.exe in commitsLucas Hecht2016-02-26
| | | |
| * | | Delete keymap_eigen.cdeepshitgoeshere2016-02-25
| | | |
| * | | Delete dfu-programmer.exedeepshitgoeshere2016-02-25
| | | |
| * | | Delete dfu-programmer.exedeepshitgoeshere2016-02-25
| | | |
| * | | Merge branch 'jackhumbert-master'Lucas Hecht2016-02-25
| |\ \ \
| | * | | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into ↵Lucas Hecht2016-02-25
| | |\| | | | | | | | | | | | | | | | | jackhumbert-master
| | * | | delete old keymap (keymap_eigen.c)Lucas Hecht2016-02-25
| |/ / /
| * | | Added keymap "lucas.c"Lucas Hecht2016-02-24
| | | |
* | | | Merge pull request #175 from NoahAndrews/fix-#174Jack Humbert2016-03-04
|\ \ \ \ | | | | | | | | | | Fix #174
| * | | | Fix #174Noah Andrews2016-03-04
|/ / / /
* | | | Merge pull request #172 from plgruener/pr1Jack Humbert2016-03-03
|\ \ \ \ | |_|_|/ |/| | | add missing keys to keymap_neo2.h
| * | | update neo keymapplgruener2016-03-03
|/ / /
* | | Merge pull request #166 from kletord/fix_french_keymapJack Humbert2016-02-27
|\ \ \ | |_|/ |/| | Fix FR_RCBR declaration in keymap_french.h
| * | Fix FR_RCBR declaration in keymap_french.hKévin Letord2016-02-27
|/ /
* | Merge pull request #158 from DidierLoiseau/eclipse-configJack Humbert2016-02-23
|\ \ | | | | | | Add Eclipse settings files to .gitignore
| * | Added eclipse settings files to .gitignoreDidier Loiseau2016-02-21
| | |
* | | Merge pull request #159 from Keller-Laminar/patch-1Jack Humbert2016-02-22
|\ \ \ | | | | | | | | Include Dvorak underscore and plus keys.
| * | | Include Dvorak underscore and plus keys.Keller-Laminar2016-02-22
|/ / / | | | | | | 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.
* | | Merge pull request #157 from DidierLoiseau/typematrixJack Humbert2016-02-21
|\ \ \ | |/ / |/| | Small fixes and improvements to tm2030 layout
| * | Updated tm2030 keymap.hexDidier Loiseau2016-02-21
| | |
| * | Fixed compilation warnings due to missing return statementsDidier Loiseau2016-02-21
| | |
| * | FN macro: use layer_invert() instead of modifying layer_state directlyDidier Loiseau2016-02-07
| | | | | | | | | | | | | | | | | | - fixes stuck keys from the temporary layers (see also jackhumbert/qmk_firmware#78) - removed the workaround for jackhumbert/qmk_firmware#81 (using layer_invert() fixes the problem)
| * | Fixed inconsistency between comment and actual numeric layerDidier Loiseau2016-02-07
| | | | | | | | | - KC_INS should only be present on Fn layer