summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-21working with helper, qmk_helper_windows@05b0105Jack Humbert
2016-11-21more structure to the packageJack Humbert
2016-11-20add del to new cmdSihui Huang
2016-11-20add space to NewCmd layerSihui Huang
2016-11-20add space to NewCmd layerSihui Huang
2016-11-20typo fixDidier Chagniot
2016-11-20Update README.mdSihui Huang
2016-11-20Update README.mdSihui Huang
2016-11-20Update README.mdSihui Huang
2016-11-20add sh-hhkb-jp layersSihui Huang
2016-11-20Always initialze the Infinity Ergodox backlightFred Sundvik
Otherwise it will stay lit. The set_led functionality is also disabled since it doesn't work properly for slaves.
2016-11-19Merge pull request #878 from sethbc/add_sethbc_gh60_keymapJack Humbert
add sethbc keymap for gh60 and update macro expansion
2016-11-19remove KC expansion from GH60Seth Chandler
2016-11-19Fix the Space Cadet timeout codeGergely Nagy
Define a default TAPPING_TERM in quantum.c, for keyboards that do not have it set. Fixes the CI failure. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2016-11-19move KC expansion to separate macrosSeth Chandler
2016-11-19merge upstream/masterSeth Chandler
2016-11-19adds galson keymapsamgalson@gmail.com
2016-11-19Add a timeout to space-cadet shift.Gergely Nagy
When one holds a Space Cadet shift, to have it act as a shift, so that mouse behaviour changes, when released without any other key pressed, it still registers a paren. To remedy this, add a hold timeout: if the key is held longer than TAPPING_TERM, it will not register the parens. Fixes #884, with the side-effect of not being able to have parens trigger the OS-side repeat anymore. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2016-11-19changed readmeclimbalima
2016-11-19added the pinout for pro micro into maxipadclimbalima
2016-11-18don't always detect a matrix change (fixes debounce)Jack Humbert
2016-11-18wqMerge branch 'wu5y7' of https://github.com/jackhumbert/qmk_firmware into wu5y7Jack Humbert
2016-11-18midi back and forthJack Humbert
2016-11-17Groundwork for dedicated color keycodesErez Zukerman
2016-11-17Initial Erez Experimental keymap tweaksErez Zukerman
2016-11-17rgb light through midiJack Humbert
2016-11-16Adding readme placeholderBenjamin Grabkowitz
2016-11-16Adding Support for atreus62 keyboard. https://github.com/profet23/atreus62Benjamin Grabkowitz
2016-11-16Merge pull request #883 from climbalima/masterJack Humbert
added rev2 lets split after merging with qmk
2016-11-16fixed readme conflictsclimbalima
2016-11-16should have fixed conflixedclimbalima
2016-11-16Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareclimbalima
2016-11-16Merge https://github.com/climbalima/qmk_firmwareclimbalima
2016-11-16Updated my repo to current qmkclimbalima
2016-11-16Merge pull request #882 from seebs/masterJack Humbert
dvorak/plover keyboard layout
2016-11-16Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwarecbbrowne
2016-11-16dvorak/plover keyboard layoutSeebs
Plover's steno support likes quasi-qwerty, and gaming likes qwerty, and I like dvorak, so... what if I could have it all? Signed-off-by: seebs <seebs@seebs.net>
2016-11-16Merge pull request #880 from psyill/masterJack Humbert
Added keymap "videck", an ErgoDox keymap for Vi(m) users.
2016-11-16Merge pull request #879 from sethbc/update_sethbc_ergodox_keymapJack Humbert
update sethbc ergodox keymap
2016-11-16Merge pull request #877 from sethbc/update_sethbc_satan_keymapJack Humbert
update sethbc keymap
2016-11-16Merge pull request #876 from Dbroqua/masterJack Humbert
Updated kc60/dbroqua layout and added satan/dbroqua_hhkb
2016-11-16Merge pull request #866 from fredizzimo/infinity60_clockfixesJack Humbert
Increase the infinity60 system tick frequency
2016-11-16Merge pull request #860 from IBNobody/masterJack Humbert
Improved Quantum Matrix
2016-11-15animations, midi, etcJack Humbert
2016-11-14fixed conflictclimbalima
2016-11-14fixed extra pasteclimbalima
2016-11-14Recommend WSL on Windows 10Noah Andrews
At this point, I consider the batch scripts @IBNobody and I worked on to mostly be a failure. They've proven to be unreliable, too dependent on the environment they're being run in, and I've seen far too many examples of people having frustrating issues with them that I haven't been able to help them with. They can also produce misleading and confusing error messages. I've been pointing people to use the WSL for a while now. Eventually, I think we should make a proper replacement for the batch scripts, possibly with an environment in msys2. For now, the WSL method in Windows 10 is far more reliable, and is easy to set up. I also cleaned up some things in the WSL instructions themselves.
2016-11-13mostly workingJack Humbert
2016-11-13Added keymap "videck", an ErgoDox keymap for Vi(m) users.Hans EllegÄrd
2016-11-13oops, fixed inverted if statementSeth Chandler