summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Split kitten_paw into Makefile/rules.mkFred Sundvik2016-08-232-75/+73
* Merge branch 'master' into makefile_overhaulFred Sundvik2016-08-2367-2662/+3797
|\
| * Merge pull request #671 from Talljoe/one-handJack Humbert2016-08-2310-5/+210
| |\
| | * Add one-hand key to planck/experimental keymap.Joe Wasson2016-08-202-4/+5
| | * Add default swap configs for a couple of boards.Joe Wasson2016-08-203-0/+45
| | * Improve one-hand support by adding more actions and tap keys.Joe Wasson2016-08-203-9/+89
| | * Add one-hand support.Joe Wasson2016-08-205-1/+80
| * | Merge pull request #673 from coderkun/masterJack Humbert2016-08-231-0/+2
| |\ \
| | * | Drop method to set Unicode input key and declare start and finish methods as ...coderkun2016-08-212-13/+4
| | * | Add method to set Unicode input key for ISO 14755coderkun2016-08-212-2/+13
| | |/
| * | Merge pull request #675 from Xyverz/masterJack Humbert2016-08-231-1/+1
| |\ \
| | * \ Merge remote-tracking branch 'upstream/master'Xyverz2016-08-2144-2447/+2762
| | |\ \
| | * | | Added missing key K3A to KEYMAP() macro in tv44.hXyverz2016-08-211-1/+1
| * | | | Merge pull request #676 from ickerwx/kitten_pawJack Humbert2016-08-239-0/+611
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Added support for the Kitten Paw controllerRené Werner2016-08-229-0/+611
| | | |/ | | |/|
| * | | Merge pull request #669 from fredizzimo/windows10_build_instructionsJack Humbert2016-08-211-2/+49
| |\ \ \
| | * | | Add warning about line endingsFred Sundvik2016-08-201-0/+2
| | * | | Add instructions for Windows 10 subsystem for LinuxFred Sundvik2016-08-201-2/+47
| * | | | Merge pull request #668 from fredizzimo/line_endingsJack Humbert2016-08-2127-2169/+2262
| |\ \ \ \
| | * | | | Normalize line endingsFred Sundvik2016-08-2026-2169/+2169
| | * | | | Add .gitattributes to ensure correct line endingsFred Sundvik2016-08-201-0/+93
| | |/ / /
| * | | | Merge pull request #674 from kyleberry/masterJack Humbert2016-08-211-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fixing DvorakKyle Berry2016-08-211-1/+1
| |/ / /
| * | | Merge pull request #665 from linsomniac/keymap_jafoJack Humbert2016-08-205-0/+213
| |\ \ \
| | * | | Bringing over changes from default map.Sean Reifschneider2016-08-191-4/+3
| | * | | Adding jafo layout.Sean Reifschneider2016-08-195-0/+214
| * | | | Merge pull request #658 from Xyverz/masterJack Humbert2016-08-202-209/+211
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge remote-tracking branch 'upstream/master'Xyverz2016-08-1966-92/+6560
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Changed the Ergodox keymap to use the KEYMAP() macro, updated readme.md.Xyverz2016-08-192-17/+10
| | * | | Changed my keymap to match normal keymaps.Xyverz2016-08-191-314/+198
| | * | | Added compatibility for the Infinity ErgoDox to my Ergodox keymap.Xyverz2016-08-182-53/+178
| * | | | Merge pull request #630 from nrrkeene/masterJack Humbert2016-08-2010-275/+237
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | The Ordinary Layout is boring because all the keys are where you expect them ...Nicholas Keene2016-08-191-1/+1
| | * | | The Ordinary Layout is boring because all the keys are where you expect them ...Nicholas Keene2016-08-198-111/+98
| | * | | The Ordinary Layout is the unsurprising layoutNicholas Keene2016-08-1310-183/+158
* | | | | Change order of variable assignmentFred Sundvik2016-08-211-9/+13
* | | | | Add longest match to the rule-checkingFred Sundvik2016-08-211-2/+41
* | | | | Comment the MakefileFred Sundvik2016-08-202-18/+124
* | | | | Fix the clean targetFred Sundvik2016-08-201-2/+1
* | | | | Update keyboard readme files with new makefile instructionsFred Sundvik2016-08-2016-58/+75
* | | | | Update readme with new instructions for makeFred Sundvik2016-08-201-21/+81
* | | | | Add diffutils to travis.yml and install_dependenciesFred Sundvik2016-08-202-4/+9
* | | | | Fix the template for the Makefile/rules.mk splitFred Sundvik2016-08-202-74/+69
* | | | | Better format for non-silent outputFred Sundvik2016-08-201-2/+1
* | | | | Continue on errorFred Sundvik2016-08-202-3/+10
* | | | | Move bootloader_defs include to build_keyboardFred Sundvik2016-08-202-8/+9
* | | | | Add output specific config fileFred Sundvik2016-08-202-21/+16
* | | | | Output specific include pathsFred Sundvik2016-08-202-27/+22
* | | | | More general system for generating several outputsFred Sundvik2016-08-204-104/+98
* | | | | Pass the target to submakeFred Sundvik2016-08-201-2/+8