summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-08-23added my personal keymapRené Werner2-0/+251
I ported my keymap from tmk to QMK.
2016-08-23Merge branch 'kitten_paw'René Werner1-1/+1
2016-08-23Fixed wrong keycode in default keymapRené Werner1-1/+1
Where I used KC_MENU I should have used KC_APP instead.
2016-08-23move to ergodox-ez onlyJason Green4-1/+1
2016-08-23Split kitten_paw into Makefile/rules.mkFred Sundvik2-75/+73
2016-08-23Merge branch 'master' into makefile_overhaulFred Sundvik67-2662/+3797
2016-08-23Remove unneeded includeJason Green1-1/+0
2016-08-23add missing #includeJason Green1-0/+1
2016-08-23Merge pull request #671 from Talljoe/one-handJack Humbert10-5/+210
Add native one-handed support
2016-08-23Merge pull request #673 from coderkun/masterJack Humbert1-0/+2
Add method to set Unicode input key for ISO 14755
2016-08-23Merge pull request #675 from Xyverz/masterJack Humbert1-1/+1
Added missing item K3A to KEYMAP() variable in tv44.h
2016-08-23Merge pull request #676 from ickerwx/kitten_pawJack Humbert9-0/+611
Added support for the Kitten Paw controller
2016-08-23TxBolt (Steno) Serial protocol for Ergodox EzJason Green3-0/+419
2016-08-23Added USB Virtual Serial supportJason Green6-4/+276
2016-08-22- Added PrintScreen key on multimedia layerdbroqua2-2/+2
2016-08-22Added support for the Kitten Paw controllerRené Werner9-0/+611
This adds support for the 2016 revision of the Kitten Paw [1] replacement controller by Bathroom Epiphanies. [1] http://bathroomepiphanies.com/controllers/
2016-08-22Changes from review by @fredizzimo and @XyverzSean Reifschneider1-19/+16
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