aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-07-03update the faqGravatar skullY
2017-07-03fix the info boxesGravatar skullY
2017-07-03Update a bunch of docsGravatar skullY
2017-07-03fix tag incrementGravatar Jack Humbert
2017-07-02fix up travis scriptGravatar Jack Humbert
2017-06-30remove warningGravatar Jack Humbert
2017-06-30adds debouncing to sixkeyboardGravatar Jack Humbert
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)Gravatar Jack Humbert
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
2017-06-30reduce the TOC scopeGravatar skullY
2017-06-30tweak page-toc settingsGravatar skullY
2017-06-30try page-toc in place of navigatorGravatar skullY
2017-06-30Adjust headings to make navigator happierGravatar skullY
2017-06-30use navigator instead of neo-navigatorGravatar skullY
2017-06-30Try neo-navigator in place of etocGravatar skullY
2017-06-29start glossaryGravatar Jack Humbert
2017-06-29clean-up github pageGravatar Jack Humbert
2017-06-29add file to summaryGravatar Jack Humbert
2017-06-29adds how to githubGravatar Jack Humbert
2017-06-29Fixup the gitbook configGravatar skullY
2017-06-29remove extraneous configGravatar skullY
2017-06-29remove the rest of the new pluginsGravatar skullY
2017-06-29remove most of the new pluginsGravatar skullY
2017-06-29remove dangling commasGravatar Jack Humbert
2017-06-29add missing commaGravatar skullY
2017-06-29Add some gitboot pluginsGravatar skullY
2017-06-29Polish up custom_quantum_functionsGravatar skullY
2017-06-29use default base namesGravatar Jack Humbert
2017-06-29testing out new homeGravatar Jack Humbert
2017-06-29restructure summaryGravatar Jack Humbert
2017-06-28Flesh out the quantum_keycodes documentationGravatar skullY
2017-06-29restructure keycode docsGravatar Jack Humbert
2017-06-28adds config options mdGravatar Jack Humbert
2017-06-28Rough draft for a document on understanding QMKGravatar skullY
2017-06-28update some copyright headersGravatar Jack Humbert
2017-06-28cleanup nyquistGravatar Jack Humbert
2017-06-28cleanup orthodoxGravatar Jack Humbert
2017-06-28cleanup lets_splitGravatar Jack Humbert
2017-06-27create initial code of conductGravatar Jack Humbert
2017-06-27Merge pull request #1445 from qmk/dual_audioGravatar Jack Humbert
Allow for duophony (C6 and B5) and B5 audio
2017-06-27don't let timer1 exist without b5 being enabledGravatar Jack Humbert
2017-06-27add new arguements, docsGravatar Jack Humbert
2017-06-27Merge branch 'master' of https://github.com/qmk/qmk_firmware into dual_audioGravatar Jack Humbert
2017-06-27no glideGravatar Jack Humbert
2017-06-27working duopholyGravatar Jack Humbert
2017-06-27b5 audioGravatar Jack Humbert
2017-06-27Add eclipse to the _summaryGravatar Jack Humbert
2017-06-27Adds parenthesis where they might be neededGravatar Jack Humbert
Addresses #764
2017-06-27Merge pull request #1441 from lindhe/swedishGravatar Erez Zukerman
Create sv_SE Qwerty layout for ErgoDox EZ
2017-06-27Create sv_SE Qwerty layout for ErgoDoxGravatar Andreas Lindhé
*NOTE:* it might still be desirable to set the software layout to sv_SE in your OS. Swedish (sv_SE) Qwerty layout for ErgoDox, based on the Default configuration I have tried making this as close of a match I could between the [default ErgoDox EZ configuration](https://ergodox-ez.com/pages/our-firmware) and a standard Swedish Qwerty layout. Notable differences from default: ================================= * There are three special character buttons (acute accent, circumflex/tilde and apostrophe/asterisk) that don't have any buttons to map to naturally. I've put these at other places: * Acute accent (´) can be found in the lower left corner, conveniently placed to reach for making an é. * Apostrophe (') was put in the lower left corner, close to acute accent. * Circumflex (^) and asterisk (*) was placed in the lower right corner. * Tilde (~) and diaeresis (¨) I couldn't find a good place for, so I left those out. I could only get the buttons to produce a single one of the characters. How can I get it to work properly? * The Alt button on right thumb was exchanged for AltGr (RAlt). * I changed the backslash in the numpad (layer 1) for a minus. Thought it was more sensible. * I didn't find a good place for the "<>|" button, so that one was left out. That is a problem that really needs to be resolved. Pipe can be found on layer one, however.
2017-06-26Allow mod swapping for mod tap (MT) (#1202)Gravatar Jack Humbert
* allow mod swapping for mod tap * quick include * fix the mod swapping * make changes consistent with action code * fix bug * re-enable no gui, etc * fix binary comps * solid logic