summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-08-25Merge pull request #681 from IBNobody/vision_division_devJack Humbert15-51/+1313
Added Port A Pin Mapping / Added Vision Division (WIP)
2016-08-25Merge pull request #682 from jeebak/jd45-jeebakJack Humbert3-0/+568
Port jeebak's Planck keymap to JD45
2016-08-25Merge pull request #680 from replicaJunction/layout-atreus-replicaJunctionJack Humbert8-0/+258
Added replicaJunction keymap
2016-08-25Fixed naming of Analog pins to differentiate them from DIO pins used by ↵IBNobody1-32/+32
Quantum Matrix
2016-08-25Make the "extra" key in the top row another backspaceJeeBak Kim1-10/+10
2016-08-25[jd45] Port jeebak's planck keymap to jd45JeeBak Kim3-9/+560
2016-08-25[jd45] Add "jeebak" keymap folder as a copy of the "default" folderJeeBak Kim1-0/+17
2016-08-25Merge remote-tracking branch 'refs/remotes/jackhumbert/master' into ↵IBNobody3-3/+7
vision_division_dev
2016-08-25Added pin support for A0-A7IBNobody4-13/+13
Vision Division - It works!
2016-08-25Added replicaJunction keymapJoshua T8-0/+258
2016-08-24Merge pull request #679 from algernon/h/ucis/subproject-fixJack Humbert2-2/+6
quantum: Move qk_ucis_state to process_unicode.c
2016-08-24Merge pull request #646 from nclundsten/masterJack Humbert1-1/+1
fix ergodox ez link
2016-08-24quantum: Move qk_ucis_state to process_unicode.cGergely Nagy2-2/+6
In order to not declare the same variable in multiple objects (which happens when building UCIS-enabled keymap for both the ErgoDox EZ and the ErgoDox Infinity), move the declaration to the .c file, and keep only an extern reference in the header. Many thanks to @fredizzimo for spotting the error in Travis, and suggesting the fix. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2016-08-24NightlyIBNobody5-55/+652
Prep for Vision build
2016-08-24Merge remote-tracking branch 'refs/remotes/origin/master' into ↵IBNobody76-2666/+4492
vision_division_dev
2016-08-24Merge remote-tracking branch 'refs/remotes/jackhumbert/master'IBNobody30-10/+1519
2016-08-24Fixed line endingIBNobody1-1/+1
2016-08-24Merge remote-tracking branch 'refs/remotes/jackhumbert/master'IBNobody46-2656/+2973
2016-08-23Merge pull request #677 from SmackleFunky/masterJack Humbert9-4/+695
Virtual Serial Port - and a Layout that uses that virtual serial port for Plover
2016-08-23move to ergodox-ez onlyJason Green4-1/+1
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-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-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-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-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