summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-08-22NightlyIBNobody7-161/+321
Only major change to qmk was the addition of A0-A7 pins for the AT90USB
2016-08-22Merge remote-tracking branch 'upstream/master'Xyverz44-2447/+2762
2016-08-22Added missing key K3A to KEYMAP() macro in tv44.hXyverz1-1/+1
2016-08-22Merge pull request #669 from fredizzimo/windows10_build_instructionsJack Humbert1-2/+49
Add instructions for Windows 10 subsystem for Linux
2016-08-22Merge pull request #668 from fredizzimo/line_endingsJack Humbert27-2169/+2262
Enforce correct line endings
2016-08-22Merge pull request #674 from kyleberry/masterJack Humbert1-1/+1
Fixing Dvorak
2016-08-21- Inverted key Tab and Escdbroqua2-12/+12
- Reorganised bottom row
2016-08-21Fixing DvorakKyle Berry1-1/+1
Updating with proper Dvorak layout.
2016-08-21Drop method to set Unicode input key and declare start and finish methods as ↵coderkun2-13/+4
“weak” instead
2016-08-21Add method to set Unicode input key for ISO 14755coderkun2-2/+13
https://github.com/jackhumbert/qmk_firmware/issues/672
2016-08-21Change order of variable assignmentFred Sundvik1-9/+13
BUILD_DIR and TARGET was assigned too late, so the dfu-util target, which depends on them did not work.
2016-08-21Add longest match to the rule-checkingFred Sundvik1-2/+41
This fixes cases where you have several keyboards with a common prefix, like algernon, and algernon-master
2016-08-21Add one-hand key to planck/experimental keymap.Joe Wasson2-4/+5
2016-08-21Add default swap configs for a couple of boards.Joe Wasson3-0/+45
2016-08-21Improve one-hand support by adding more actions and tap keys.Joe Wasson3-9/+89
2016-08-21Add one-hand support.Joe Wasson5-1/+80
This adds an action, `ACTION_SWAP_HANDS`, that swaps the the keys on the keyboard across a keymap-defined hemisphere in order to support one-hand typing without requiring a separate one-handed layer. See updated `doc/keymap.md` for more information.
2016-08-20In Progress MergeIBNobody4-18/+137
2016-08-20Add warning about line endingsFred Sundvik1-0/+2
2016-08-20Add instructions for Windows 10 subsystem for LinuxFred Sundvik1-2/+47
Also simplify the linux instructions
2016-08-20Initial CommmitIBNobody10-1/+387
2016-08-20Merge pull request #665 from linsomniac/keymap_jafoJack Humbert5-0/+213
Adding jafo layout.
2016-08-20Merge pull request #658 from Xyverz/masterJack Humbert2-209/+211
Got rid of all the kludge in my ErgoDox keymap.
2016-08-20Merge pull request #630 from nrrkeene/masterJack Humbert10-275/+237
The Ordinary Layout is the unsurprising layout
2016-08-20Normalize line endingsFred Sundvik26-2169/+2169
2016-08-20Add .gitattributes to ensure correct line endingsFred Sundvik1-0/+93
It also ensures that make files and shell script are checked out with lf endings, for compability with the Windows 10 bash
2016-08-20MergeIBNobody1-356/+194
2016-08-20MergeIBNobody0-0/+0
2016-08-20fixed color detection routine in makefileIBNobody1-194/+195
2016-08-20fixed color detection routine in makefileIBNobody1-0/+161
2016-08-20MergeIBNobody0-0/+0
2016-08-20Comment the MakefileFred Sundvik2-18/+124
Also move some messages to message.mk
2016-08-20Fix the clean targetFred Sundvik1-2/+1
It now properly cleans all the outputs
2016-08-20Merge remote-tracking branch 'upstream/master'Xyverz66-92/+6560
2016-08-20Changed the Ergodox keymap to use the KEYMAP() macro, updated readme.md.Xyverz2-17/+10
2016-08-20Changed my keymap to match normal keymaps.Xyverz1-314/+198
2016-08-20fixed color detection routine in makefileIBNobody1-194/+356
2016-08-20The Ordinary Layout is boring because all the keys are where you expect them ↵Nicholas Keene1-1/+1
to be
2016-08-20Merge https://github.com/IBNobody/qmk_firmwareIBNobody1-22/+22
2016-08-20The Ordinary Layout is boring because all the keys are where you expect them ↵Nicholas Keene8-111/+98
to be
2016-08-20fixed color detection routine in makefileIBNobody1-194/+356
2016-08-20Bringing over changes from default map.Sean Reifschneider1-4/+3
2016-08-20Update keyboard readme files with new makefile instructionsFred Sundvik16-58/+75
2016-08-20Update readme with new instructions for makeFred Sundvik1-21/+81
2016-08-20Add diffutils to travis.yml and install_dependenciesFred Sundvik2-4/+9
It has been required for a while now, and now actually checked in the makefiles. Before, if you didn't have it installed it would just recompile everything. The readme hasn't been updated to reflect this, I think we need to go through that separately, and see what's really needed. Or just instruct people to run the batch scripts.
2016-08-20Fix the template for the Makefile/rules.mk splitFred Sundvik2-74/+69
2016-08-20Better format for non-silent outputFred Sundvik1-2/+1
2016-08-20Continue on errorFred Sundvik2-3/+10
2016-08-20Move bootloader_defs include to build_keyboardFred Sundvik2-8/+9
Also fix it for subprojects
2016-08-20Add output specific config fileFred Sundvik2-21/+16
2016-08-20Output specific include pathsFred Sundvik2-27/+22