summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-04-14Update and rename pc_atomic.c to pvc_atomic.cIBNobody1-6/+0
2016-04-14Update and rename pc_atomic.c to pvc_atomic.cIBNobody1-6/+0
Also removed unused FNs
2016-04-14Remapped magic bootloader key to B.IBNobody1-1/+1
2016-04-14NightlyIBNobody1-18/+53
2016-04-14Merge pull request #254 from IBNobody/masterJack Humbert14-113/+585
Atomic TLC / Compiler Warning Fixes
2016-04-14Merge pull request #1 from IBNobody/pc_planckIBNobody4-27/+29
Corrected minor spacing issues
2016-04-14Added parenthesis to midi macro.IBNobody1-1/+1
2016-04-14Disabled print.IBNobody1-2/+2
2016-04-14Corrected spacing.IBNobody1-11/+11
2016-04-14Corrected spacing.IBNobody1-13/+15
2016-04-14Merge remote-tracking branch 'refs/remotes/origin/master' into pc_planckIBNobody1-4/+4
2016-04-14Merge remote-tracking branch 'refs/remotes/jackhumbert/master'IBNobody1-4/+4
2016-04-14Merge https://github.com/IBNobody/qmk_firmware into pc_planckIBNobody0-0/+0
2016-04-14Merge remote-tracking branch 'refs/remotes/origin/pc_planck'IBNobody8-87/+479
2016-04-14Merge remote-tracking branch 'refs/remotes/origin/master' into pc_planckIBNobody0-0/+0
2016-04-14Compiler Warnings / Atomic TLCIBNobody11-35/+113
Corrected compiler warnings for a number of issues. Gave Atomic some TLC.
2016-04-14Merge remote-tracking branch 'refs/remotes/jackhumbert/master' into pc_planckIBNobody47-2736/+11041
2016-04-14Merge remote-tracking branch 'refs/remotes/jackhumbert/master'IBNobody47-2736/+11041
2016-04-14local filesIBNobody2-8/+34
local files
2016-04-14LOCAL COMMITIBNobody5-192/+263
LOCAL COMMIT
2016-04-13Merge pull request #252 from Vifon/modifier-release-fixJack Humbert1-4/+4
Optimize source_layers_cache for the cache memory
2016-04-13Optimize source_layers_cache for the cache memoryWojciech Siewierski1-4/+4
Swapping the array indices should increase the locality of the memory access.
2016-04-13Adding PC AtomicIBNobody4-68/+231
2016-04-12Added delIBNobody1-1/+1
2016-04-12Adding personal filesIBNobody3-3/+135
2016-04-12Merge pull request #249 from nrrkeene/masterErez Zukerman9-1325/+1685
Version 3, Ordinary Perfected
2016-04-12Merge pull request #248 from J3RN/masterErez Zukerman2-18/+20
Vim-style navigation for j3rn layout
2016-04-12The Ordinary Layout is the layout you are looking for. Come and see.Nicholas Keene1-8/+8
2016-04-12The Ordinary Layout is the layout you are looking for. Come and see.Nicholas Keene3-1129/+1180
2016-04-12The Ordinary Layout is the layout you are looking for. Come and see.Nicholas Keene9-1324/+1633
2016-04-12Merge remote-tracking branch 'refs/remotes/jackhumbert/master'IBNobody14-0/+1804
2016-04-12Merge pull request #1 from J3RN/vim-navigationJonathan Arnett2-18/+20
Added Vim-style navigation
2016-04-12Added README note about Vim-style navigationJonathan Arnett1-3/+4
2016-04-12Stylistic changesJonathan Arnett1-1/+1
2016-04-12Make a also toggle Media layerJonathan Arnett1-1/+1
2016-04-11Merge pull request #246 from romanzolotarev/masterErez Zukerman5-5/+1331
Add a new layout with arrows in the home row
2016-04-11Merge pull request #244 from nicosuave/add_nico_planck_keymapJack Humbert1-0/+69
Add nico keymap
2016-04-11Merge pull request #236 from tak3over/masterJack Humbert2-49/+43
Minor Doc Changes.
2016-04-11Merge pull request #247 from NoahAndrews/fix-path-scriptJack Humbert1-2/+8
Fix important bugs in the path script for Windows
2016-04-11Merge pull request #232 from IBNobody/masterJack Humbert1-29/+51
Added Error Checking to 2nd Setup Script
2016-04-11Added admin privilege checkNoahAndrews1-0/+7
Running this as a non-administrator appears to work at first, but the changes wouldn't stick on my Win 8.1 system. It's weird, but this script needs to run as admin.
2016-04-11Fixed CDIBNobody1-2/+2
2016-04-11Updated commentNoahAndrews1-1/+1
2016-04-11Remove failing checkNoahAndrews1-1/+0
NEWPATH1 (C:\MinGW\msys\bin) won't actually be created until the second script is run
2016-04-11Add HJKL layoutRoman Zolotarev5-5/+1331
2016-04-09Add my keymapNico Ritschel1-0/+69
2016-04-07another modification of layers, restored arrow keys and added cut/pastetak3over1-13/+31
2016-04-07[Erez & Jack] Documents tri-layer and keymap-specific makefile optionsErez Zukerman1-1/+13
2016-04-07[Erez & Jack] Makes tri-layer available across QuantumErez Zukerman3-9/+12
2016-04-06Merge pull request #182 from Vifon/modifier-release-fixErez Zukerman5-7/+124
Fix the layer-dependent modifiers handling